@charset "UTF-8";
:root {
  --bs-gutter-x: 30px;
  --bs-primary: --var($primary);
  --bs-secondary: $secondary;
  --bs-light: $light;
  --bs-dark: $dark;
  --bs-font-sans-serif: $font-family-base;
  --bs-font-monospace: $font-family-base;
  --bs-table-accent-bg: $light; }

/*---- Placeholder Color ----*/
/*---- flex-center ----*/
/*---- Tint / Shade ----*/
: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-primary: #f8485e;
  --bs-secondary: #000000;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f2f2f2;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Inter", "sans-serif";
  --bs-font-monospace: "Inter", "sans-serif";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

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

body {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

hr:not([size]) {
  height: 1px; }

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

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

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

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

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

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p, .ld-tabs-content p,
.ld-tabs-content li,
.text-editor p,
.text-editor li {
  margin-top: 0;
  margin-bottom: 1rem; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #f8485e;
  text-decoration: underline; }
  a:hover {
    color: #c63a4b; }

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: 0.5rem;
  padding-bottom: 0.5rem;
  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,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }


select,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  word-wrap: normal; }
  select:disabled, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown: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; }

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

::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; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-xsm, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-xsm, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1180px; } }

@media (min-width: 1400px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row, .inpratica-course .inpratica-course__learn ul,
.inpratica-course .inpratica-course__learn ol, .inpratica-group .inpratica-course__learn ul,
.inpratica-group .inpratica-course__learn ol, .single-product .product__box--learn ul,
.single-product .product__box--learn ol {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > *, .inpratica-course .inpratica-course__learn ul > *, .inpratica-course .inpratica-course__learn ol > *, .inpratica-group .inpratica-course__learn ul > *, .inpratica-group .inpratica-course__learn ol > *, .single-product .product__box--learn ul > *, .single-product .product__box--learn ol > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

@media (min-width: 420px) {
  .col-xsm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xsm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.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: 420px) {
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xsm-0 {
    margin-left: 0; }
  .offset-xsm-1 {
    margin-left: 8.33333%; }
  .offset-xsm-2 {
    margin-left: 16.66667%; }
  .offset-xsm-3 {
    margin-left: 25%; }
  .offset-xsm-4 {
    margin-left: 33.33333%; }
  .offset-xsm-5 {
    margin-left: 41.66667%; }
  .offset-xsm-6 {
    margin-left: 50%; }
  .offset-xsm-7 {
    margin-left: 58.33333%; }
  .offset-xsm-8 {
    margin-left: 66.66667%; }
  .offset-xsm-9 {
    margin-left: 75%; }
  .offset-xsm-10 {
    margin-left: 83.33333%; }
  .offset-xsm-11 {
    margin-left: 91.66667%; }
  .g-xsm-0,
  .gx-xsm-0 {
    --bs-gutter-x: 0; }
  .g-xsm-0,
  .gy-xsm-0 {
    --bs-gutter-y: 0; }
  .g-xsm-1,
  .gx-xsm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xsm-1,
  .gy-xsm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xsm-2,
  .gx-xsm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xsm-2,
  .gy-xsm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xsm-3,
  .gx-xsm-3 {
    --bs-gutter-x: 1rem; }
  .g-xsm-3,
  .gy-xsm-3 {
    --bs-gutter-y: 1rem; }
  .g-xsm-4,
  .gx-xsm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xsm-4,
  .gy-xsm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xsm-5,
  .gx-xsm-5 {
    --bs-gutter-x: 3rem; }
  .g-xsm-5,
  .gy-xsm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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; } }

.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 {
  float: right !important; }

.float-none {
  float: none !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 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

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

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

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

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

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

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

.top-0 {
  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 {
  left: 100% !important; }

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

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

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

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

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

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

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

.border-0, .woocommerce-MyAccount-content table.shop_table .payment-method a,
.woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions a, .woocommerce-MyAccount-content table.shop_table .button, .woocommerce-MyAccount-content table.shop_table input[type="button"], .woocommerce-MyAccount-content table.shop_table #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-MyAccount-content table.shop_table input.submit {
  border: 0 !important; }

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #000000 !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: #f2f2f2 !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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      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; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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-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-auto {
  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 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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 {
  margin-top: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 3rem !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-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

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

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

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

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

.p-5 {
  padding: 3rem !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; }

.py-0 {
  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 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !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 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !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 {
  padding-bottom: 3rem !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 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !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 {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !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 {
  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 {
  color: #f8485e !important; }

.text-secondary {
  color: #000000 !important; }

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

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

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

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

.text-light {
  color: #f2f2f2 !important; }

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

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

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

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

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

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

.bg-primary {
  background-color: #f8485e !important; }

.bg-secondary {
  background-color: #000000 !important; }

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

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

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

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

.bg-light {
  background-color: #f2f2f2 !important; }

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

.bg-body {
  background-color: #fff !important; }

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

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

.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;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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 {
  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: 420px) {
  .float-xsm-start {
    float: left !important; }
  .float-xsm-end {
    float: right !important; }
  .float-xsm-none {
    float: none !important; }
  .d-xsm-inline {
    display: inline !important; }
  .d-xsm-inline-block {
    display: inline-block !important; }
  .d-xsm-block {
    display: block !important; }
  .d-xsm-grid {
    display: grid !important; }
  .d-xsm-table {
    display: table !important; }
  .d-xsm-table-row {
    display: table-row !important; }
  .d-xsm-table-cell {
    display: table-cell !important; }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xsm-none {
    display: none !important; }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xsm-0 {
    gap: 0 !important; }
  .gap-xsm-1 {
    gap: 0.25rem !important; }
  .gap-xsm-2 {
    gap: 0.5rem !important; }
  .gap-xsm-3 {
    gap: 1rem !important; }
  .gap-xsm-4 {
    gap: 1.5rem !important; }
  .gap-xsm-5 {
    gap: 3rem !important; }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xsm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xsm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xsm-0 {
    margin: 0 !important; }
  .m-xsm-1 {
    margin: 0.25rem !important; }
  .m-xsm-2 {
    margin: 0.5rem !important; }
  .m-xsm-3 {
    margin: 1rem !important; }
  .m-xsm-4 {
    margin: 1.5rem !important; }
  .m-xsm-5 {
    margin: 3rem !important; }
  .m-xsm-auto {
    margin: auto !important; }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xsm-0 {
    margin-top: 0 !important; }
  .mt-xsm-1 {
    margin-top: 0.25rem !important; }
  .mt-xsm-2 {
    margin-top: 0.5rem !important; }
  .mt-xsm-3 {
    margin-top: 1rem !important; }
  .mt-xsm-4 {
    margin-top: 1.5rem !important; }
  .mt-xsm-5 {
    margin-top: 3rem !important; }
  .mt-xsm-auto {
    margin-top: auto !important; }
  .me-xsm-0 {
    margin-right: 0 !important; }
  .me-xsm-1 {
    margin-right: 0.25rem !important; }
  .me-xsm-2 {
    margin-right: 0.5rem !important; }
  .me-xsm-3 {
    margin-right: 1rem !important; }
  .me-xsm-4 {
    margin-right: 1.5rem !important; }
  .me-xsm-5 {
    margin-right: 3rem !important; }
  .me-xsm-auto {
    margin-right: auto !important; }
  .mb-xsm-0 {
    margin-bottom: 0 !important; }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xsm-3 {
    margin-bottom: 1rem !important; }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xsm-5 {
    margin-bottom: 3rem !important; }
  .mb-xsm-auto {
    margin-bottom: auto !important; }
  .ms-xsm-0 {
    margin-left: 0 !important; }
  .ms-xsm-1 {
    margin-left: 0.25rem !important; }
  .ms-xsm-2 {
    margin-left: 0.5rem !important; }
  .ms-xsm-3 {
    margin-left: 1rem !important; }
  .ms-xsm-4 {
    margin-left: 1.5rem !important; }
  .ms-xsm-5 {
    margin-left: 3rem !important; }
  .ms-xsm-auto {
    margin-left: auto !important; }
  .p-xsm-0 {
    padding: 0 !important; }
  .p-xsm-1 {
    padding: 0.25rem !important; }
  .p-xsm-2 {
    padding: 0.5rem !important; }
  .p-xsm-3 {
    padding: 1rem !important; }
  .p-xsm-4 {
    padding: 1.5rem !important; }
  .p-xsm-5 {
    padding: 3rem !important; }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xsm-0 {
    padding-top: 0 !important; }
  .pt-xsm-1 {
    padding-top: 0.25rem !important; }
  .pt-xsm-2 {
    padding-top: 0.5rem !important; }
  .pt-xsm-3 {
    padding-top: 1rem !important; }
  .pt-xsm-4 {
    padding-top: 1.5rem !important; }
  .pt-xsm-5 {
    padding-top: 3rem !important; }
  .pe-xsm-0 {
    padding-right: 0 !important; }
  .pe-xsm-1 {
    padding-right: 0.25rem !important; }
  .pe-xsm-2 {
    padding-right: 0.5rem !important; }
  .pe-xsm-3 {
    padding-right: 1rem !important; }
  .pe-xsm-4 {
    padding-right: 1.5rem !important; }
  .pe-xsm-5 {
    padding-right: 3rem !important; }
  .pb-xsm-0 {
    padding-bottom: 0 !important; }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xsm-3 {
    padding-bottom: 1rem !important; }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xsm-5 {
    padding-bottom: 3rem !important; }
  .ps-xsm-0 {
    padding-left: 0 !important; }
  .ps-xsm-1 {
    padding-left: 0.25rem !important; }
  .ps-xsm-2 {
    padding-left: 0.5rem !important; }
  .ps-xsm-3 {
    padding-left: 1rem !important; }
  .ps-xsm-4 {
    padding-left: 1.5rem !important; }
  .ps-xsm-5 {
    padding-left: 3rem !important; }
  .text-xsm-start {
    text-align: left !important; }
  .text-xsm-end {
    text-align: right !important; }
  .text-xsm-center {
    text-align: center !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-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-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-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-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-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-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-auto {
    margin-left: auto !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-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-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-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-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-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-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-auto {
    margin-left: auto !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-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-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-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-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-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-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-auto {
    margin-left: auto !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-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-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-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-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-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-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-auto {
    margin-left: auto !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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-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-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-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-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-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-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-auto {
    margin-left: auto !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #f8485e; }
  .link-primary:hover, .link-primary:focus {
    color: #f96d7e; }

.link-secondary {
  color: #000000; }
  .link-secondary:hover, .link-secondary:focus {
    color: black; }

.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: #f2f2f2; }
  .link-light:hover, .link-light:focus {
    color: whitesmoke; }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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: 420px) {
  .sticky-xsm-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; } }

.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; }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  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.25rem; }
  .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: 420px) {
  .dropdown-menu-xsm-start {
    --bs-position: start; }
    .dropdown-menu-xsm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xsm-end {
    --bs-position: end; }
    .dropdown-menu-xsm-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; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.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::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  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, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8485e; }
  .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 1rem;
  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 .dropdown-item:active {
      color: #fff;
      background-color: #f8485e; }
    .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; }

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

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

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

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-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, border-radius 0.15s ease, -webkit-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, border-radius 0.15s ease;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #df4155;
    background-color: #feedef;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23df4155'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #fca4af;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }

.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 1.25rem; }

.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; }

.tooltip {
  position: absolute;
  z-index: 999999;
  display: block;
  margin: 0;
  font-family: "Inter", "sans-serif";
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 1.4rem;
    height: 0.8rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.8rem 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: 0.8rem 0.7rem 0;
      border-top-color: #f8485e; }

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

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.8rem 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 0.7rem 0.8rem;
      border-bottom-color: #f8485e; }

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dcdcdc; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .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) > * {
  border-width: 1px 0; }
  .table-bordered > :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: #fedadf;
  --bs-table-striped-bg: #f1cfd4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c4c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebcace;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5c4c9; }

.table-secondary {
  --bs-table-bg: #cccccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8b8b8; }

.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: #f2f2f2;
  --bs-table-striped-bg: #e6e6e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadada;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e0e0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dadada; }

.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: 419.98px) {
  .table-responsive-xsm {
    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; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f8485e;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #c63a4b; }
  .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 .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 .show > .nav-link {
  color: #fff;
  background-color: #f8485e; }

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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 {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            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: 420px) {
  .navbar-expand-xsm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xsm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xsm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xsm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xsm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xsm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xsm .navbar-toggler {
      display: none; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.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 {
  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 {
  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; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dcdcdc;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dcdcdc;
  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: 419.98px) {
  .modal-fullscreen-xsm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xsm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xsm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xsm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xsm-down .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; } }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f8485e;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.form-label {
  margin-bottom: 0.5rem; }

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.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 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fca4af;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    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, -webkit-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, -webkit-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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    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, -webkit-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, -webkit-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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; }
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    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, -webkit-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, -webkit-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;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

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

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 {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.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: #212529;
  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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #fca4af;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }
  .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 #212529; }

.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 {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #fca4af;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }
  .form-check-input:checked {
    background-color: #f8485e;
    border-color: #f8485e; }
    .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: #f8485e;
    border-color: #f8485e;
    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;
    -webkit-filter: 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;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        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='%23fca4af'/%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, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: 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 {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 0, 0, 0.2); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #f8485e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: #fdc8cf; }
  .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: #f8485e;
    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: #fdc8cf; }
  .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,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  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: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #198754;
  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, .form-control.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, .form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            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 {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            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: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.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, .input-group .form-control.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: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #dc3545;
  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, .form-control.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, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            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 {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            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: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.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, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.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 {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      -webkit-transition: none;
      transition: none; } }

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          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);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none; }

body {
  font-family: "Inter", "sans-serif";
  color: #000000; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: #000000; }

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

.text-white {
  color: white !important; }

.text-gray {
  color: #838383 !important; }

.text-small {
  color: #838383;
  font-size: 11px; }

p, .ld-tabs-content p,
.ld-tabs-content li,
.text-editor p,
.text-editor li {
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.6; }
  @media (max-width: 575.98px) {
    p, .ld-tabs-content p,
    .ld-tabs-content li,
    .text-editor p,
    .text-editor li {
      font-size: 14px;
      line-height: 1.6; } }

.bg-dark p,
.bg-dark .ld-tabs-content li, .ld-tabs-content .bg-dark li,
.bg-dark .text-editor li, .text-editor .bg-dark li {
  color: white; }

.text-p-small, .header--archive .term-description p,
.header--archive .term-description .ld-tabs-content li, .ld-tabs-content .header--archive .term-description li,
.header--archive .term-description .text-editor li, .text-editor .header--archive .term-description li, .single-sfwd-courses .comment-respond p,
.single-sfwd-courses .comment-respond .ld-tabs-content li, .ld-tabs-content .single-sfwd-courses .comment-respond li,
.single-sfwd-courses .comment-respond .text-editor li, .text-editor .single-sfwd-courses .comment-respond li,
.text-p-small *,
.header--archive .term-description p *,
.header--archive .term-description .ld-tabs-content li *,
.ld-tabs-content .header--archive .term-description li *,
.header--archive .term-description .text-editor li *,
.text-editor .header--archive .term-description li *,
.single-sfwd-courses .comment-respond p *,
.single-sfwd-courses .comment-respond .ld-tabs-content li *,
.ld-tabs-content .single-sfwd-courses .comment-respond li *,
.single-sfwd-courses .comment-respond .text-editor li *,
.text-editor .single-sfwd-courses .comment-respond li * {
  font-size: 13px; }

.text-p-big,
.text-p-big * {
  font-size: 18px; }

.font-weight-bold {
  font-weight: 700 !important; }

strong {
  font-weight: 700; }

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

.title-heading-huge,
.title-xl {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2%;
  font-weight: bold; }

.title-heading-0,
.title-lg,
.page-template-page-template-komen .page--modular h2,
.page-template-page-template-komen .modular-block--text-bg-image h1,
.page-template-page-template-buddyjob .page--modular h2,
.page-template-page-template-buddyjob .modular-block--text-bg-image h1,
.page-template-page-template-durex .page--modular h2,
.page-template-page-template-durex .modular-block--text-bg-image h1,
.page-template-page-template-elis .page--modular h2,
.page-template-page-template-elis .modular-block--text-bg-image h1,
.page-template-page-template-animenta .page--modular h2,
.page-template-page-template-animenta .modular-block--text-bg-image h1,
.superskill__hero .superskill__hero__text h1,
.superskill__cta h2,
.banner-postbuy-boddyjob h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2%; }
  @media (max-width: 991.98px) {
    .title-heading-0,
    .title-lg,
    .page-template-page-template-komen .page--modular h2,
    .page-template-page-template-komen .modular-block--text-bg-image h1,
    .page-template-page-template-buddyjob .page--modular h2,
    .page-template-page-template-buddyjob .modular-block--text-bg-image h1,
    .page-template-page-template-durex .page--modular h2,
    .page-template-page-template-durex .modular-block--text-bg-image h1,
    .page-template-page-template-elis .page--modular h2,
    .page-template-page-template-elis .modular-block--text-bg-image h1,
    .page-template-page-template-animenta .page--modular h2,
    .page-template-page-template-animenta .modular-block--text-bg-image h1,
    .superskill__hero .superskill__hero__text h1,
    .superskill__cta h2,
    .banner-postbuy-boddyjob h2 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.02em; } }

.title-heading-1, .ld-tabs-content h1,
.text-editor h1, #modalSearch .modal-dialog .modal-content .modal-title, .woocommerce-order .woocommerce-thankyou-order-received, #reviews_summary > h3,
.title-md,
.page-template-page-template-elis .elis-numbers p,
.page-template-page-template-elis .elis-numbers .ld-tabs-content li,
.ld-tabs-content .page-template-page-template-elis .elis-numbers li,
.page-template-page-template-elis .elis-numbers .text-editor li,
.text-editor .page-template-page-template-elis .elis-numbers li,
.elis-course__card h6,
h1,
h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -2%;
  color: #1d1d1f; }
  @media (max-width: 991.98px) {
    .title-heading-1, .ld-tabs-content h1,
    .text-editor h1, #modalSearch .modal-dialog .modal-content .modal-title, .woocommerce-order .woocommerce-thankyou-order-received, #reviews_summary > h3,
    .title-md,
    .page-template-page-template-elis .elis-numbers p,
    .page-template-page-template-elis .elis-numbers .ld-tabs-content li,
    .ld-tabs-content .page-template-page-template-elis .elis-numbers li,
    .page-template-page-template-elis .elis-numbers .text-editor li,
    .text-editor .page-template-page-template-elis .elis-numbers li,
    .elis-course__card h6,
    h1,
    h2 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.02em; } }

h3,
.title-heading-2,
.ld-tabs-content h2,
.text-editor h2,
.entry-content h2,
.woocommerce-checkout #add_payment_method #payment div.payment_box #payment:before,
.woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment:before,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment:before,
.woocommerce-giftcards .woocommerce-MyAccount-content:before,
.woocommerce-MyAccount-content h2,
.woocommerce-view-subscription .woocommerce-MyAccount-content:before,
.woocommerce_account_subscriptions:before,
.woocommerce-EditAccountForm:before,
.woocommerce-edit-address .woocommerce-MyAccount-content:before,
.woocommerce-payment-methods .woocommerce-MyAccount-content:before,
.single-sfwd-courses .tab-pane h2,
body .swal2-popup .swal2-title,
.title-sm {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1%;
  color: #1d1d1f; }
  @media (max-width: 992px) {
    h3,
    .title-heading-2,
    .ld-tabs-content h2,
    .text-editor h2,
    .entry-content h2,
    .woocommerce-checkout #add_payment_method #payment div.payment_box #payment:before,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment:before,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment:before,
    .woocommerce-giftcards .woocommerce-MyAccount-content:before,
    .woocommerce-MyAccount-content h2,
    .woocommerce-view-subscription .woocommerce-MyAccount-content:before,
    .woocommerce_account_subscriptions:before,
    .woocommerce-EditAccountForm:before,
    .woocommerce-edit-address .woocommerce-MyAccount-content:before,
    .woocommerce-payment-methods .woocommerce-MyAccount-content:before,
    .single-sfwd-courses .tab-pane h2,
    body .swal2-popup .swal2-title,
    .title-sm {
      font-size: 18px;
      line-height: 20px; } }

h1,
h2,
h3 {
  font-weight: bold; }

.title-heading-3, .ld-tabs-content h3,
.text-editor h3, .entry-content h3, .woocommerce-order h2, h2.gamipress-rank-type-title,
.text-lg,
.product__superskill .product__superskill__hero .scrolldown,
.product__superskill .product__superskill__hero__content p,
.product__superskill .product__superskill__hero__content .ld-tabs-content li,
.ld-tabs-content .product__superskill .product__superskill__hero__content li,
.product__superskill .product__superskill__hero__content .text-editor li,
.text-editor .product__superskill .product__superskill__hero__content li,
.product__superskill__meta .text-lg p,
.product__superskill__meta .text-lg .ld-tabs-content li,
.ld-tabs-content .product__superskill__meta .text-lg li,
.product__superskill__meta .text-lg .text-editor li,
.text-editor .product__superskill__meta .text-lg li,
.superskills-list ul li,
.media-elis p,
.media-elis .ld-tabs-content li,
.ld-tabs-content .media-elis li,
.media-elis .text-editor li,
.text-editor .media-elis li {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1%;
  color: #1d1d1f; }
  @media (max-width: 991.98px) {
    .title-heading-3, .ld-tabs-content h3,
    .text-editor h3, .entry-content h3, .woocommerce-order h2, h2.gamipress-rank-type-title,
    .text-lg,
    .product__superskill .product__superskill__hero .scrolldown,
    .product__superskill .product__superskill__hero__content p,
    .product__superskill .product__superskill__hero__content .ld-tabs-content li,
    .ld-tabs-content .product__superskill .product__superskill__hero__content li,
    .product__superskill .product__superskill__hero__content .text-editor li,
    .text-editor .product__superskill .product__superskill__hero__content li,
    .product__superskill__meta .text-lg p,
    .product__superskill__meta .text-lg .ld-tabs-content li,
    .ld-tabs-content .product__superskill__meta .text-lg li,
    .product__superskill__meta .text-lg .text-editor li,
    .text-editor .product__superskill__meta .text-lg li,
    .superskills-list ul li,
    .media-elis p,
    .media-elis .ld-tabs-content li,
    .ld-tabs-content .media-elis li,
    .media-elis .text-editor li,
    .text-editor .media-elis li {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.02em; } }

.title-heading-4, .ld-tabs-content h4,
.text-editor h4,
.text-md,
.superskill__hero .superskill__hero__text p,
.superskill__hero .superskill__hero__text .ld-tabs-content li,
.ld-tabs-content .superskill__hero .superskill__hero__text li,
.superskill__hero .superskill__hero__text .text-editor li,
.text-editor .superskill__hero .superskill__hero__text li {
  font-size: 18px;
  line-height: 20px;
  color: #1d1d1f; }

.title-heading-5, .ld-tabs-content h5,
.text-editor h5, .woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4,
.text-sm {
  font-size: 16px;
  line-height: 18px;
  color: #1d1d1f; }
  @media (max-width: 992px) {
    .title-heading-5, .ld-tabs-content h5,
    .text-editor h5, .woocommerce-MyAccount-content legend,
    .woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h4,
    .text-sm {
      font-size: 13px;
      line-height: 17px; } }

.text-xs {
  font-size: 14px;
  line-height: 16px;
  color: #1d1d1f; }

.title-heading-6, .ld-tabs-content h6,
.text-editor h6 {
  font-size: 15px;
  color: #f8485e; }

.title-heading-legend {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  display: block; }
  .title-heading-legend span {
    background: white;
    padding: 0 10px;
    color: #000000;
    position: relative;
    z-index: 10; }
  .title-heading-legend:before {
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #dcdcdc; }

.ld-tabs-content h1,
.ld-tabs-content h2,
.ld-tabs-content h3,
.ld-tabs-content h4,
.ld-tabs-content h5,
.ld-tabs-content h6,
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.ld-tabs-content p a, .ld-tabs-content li a,
.ld-tabs-content li a,
.text-editor p a,
.text-editor li a,
.text-editor li a {
  text-decoration: underline;
  color: #f8485e;
  font-weight: 700; }
  .ld-tabs-content p a:hover, .ld-tabs-content li a:hover,
  .ld-tabs-content li a:hover,
  .text-editor p a:hover,
  .text-editor li a:hover,
  .text-editor li a:hover {
    text-decoration: underline;
    color: #93272c !important; }

.ld-tabs-content li,
.text-editor li {
  margin-bottom: 0; }

.ld-tabs-content img,
.text-editor img {
  height: auto !important;
  max-width: 100%;
  width: 100% !important; }

.ld-tabs-content blockquote,
.text-editor blockquote {
  border: 1px solid #e2e7ed;
  padding: 30px 30px 16px;
  text-align: center;
  position: relative;
  margin-top: 2rem; }
  .ld-tabs-content blockquote p,
  .ld-tabs-content blockquote li,
  .text-editor blockquote p,
  .text-editor blockquote li {
    font-style: italic;
    color: #838383; }
  .ld-tabs-content blockquote:before,
  .text-editor blockquote:before {
    content: "\f10e";
    font: normal normal normal 14px/1 "font awesome 6 pro";
    top: -16px;
    position: absolute;
    margin-left: -10px;
    color: #f8485e;
    background: white;
    padding: 10px;
    font-weight: 300; }

.color-primary {
  color: #f8485e; }

.fs-small {
  font-size: 13px; }
  .fs-small p,
  .fs-small .ld-tabs-content li, .ld-tabs-content .fs-small li,
  .fs-small .text-editor li, .text-editor .fs-small li {
    font-size: 13px; }

body:not(.single-sfwd-lessons) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

/**
* Containers
*/
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1400px) {
  .container-wide {
    max-width: 1920px; } }

iframe,
video {
  max-width: 100%; }

/**
* Outlines 
*/
*:focus {
  outline: none; }

del {
  opacity: 0.5;
  font-size: 75%; }

ins {
  text-decoration: none; }

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

hr {
  border-top: 0 !important;
  height: 1px;
  background-color: #dcdcdc;
  opacity: 1; }

dt {
  font-weight: 700; }

@-webkit-keyframes is-loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes is-loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

form.is-loading {
  pointer-events: none;
  -webkit-animation: is-loading 1s linear infinite alternate;
          animation: is-loading 1s linear infinite alternate; }

.is-unclickable {
  pointer-events: none;
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.fz-12 {
  font-size: 12px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-18 {
  font-size: 18px !important; }

.fz-20 {
  font-size: 20px !important; }

.fz-24 {
  font-size: 24px !important; }

.fz-26 {
  font-size: 26px !important; }

audio {
  background-color: #f1f3f4;
  border-radius: 0; }

.coming-soon {
  color: #dba400 !important; }

.text-open,
.color-open {
  color: #483698 !important; }

.bg-open {
  background: #483698 !important; }

.summary--details {
  position: relative; }
  .summary--details li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 13px; }
    .summary--details li:last-child {
      margin-bottom: 0; }
    .summary--details li a {
      font-weight: 700;
      text-decoration: underline; }
      .summary--details li a:hover {
        color: #f8485e; }
    .summary--details li span {
      top: 2px;
      left: 0;
      position: absolute;
      width: 18px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .summary--details li span i {
        font-size: 18px; }
      .summary--details li span img {
        height: 18px; }
  .summary--details__devices p,
  .summary--details__devices .ld-tabs-content li, .ld-tabs-content .summary--details__devices li,
  .summary--details__devices .text-editor li, .text-editor .summary--details__devices li {
    font-size: 11px;
    color: #6b6b6b; }
  @media (max-width: 575.98px) {
    .summary--details__devices img {
      height: 30px;
      width: auto; } }

.text-open,
.color-open {
  color: #483698 !important; }

.bg-open {
  background: #483698 !important; }

ul.summary-details li {
  margin-bottom: 15px;
  position: relative;
  font-size: 15px; }

.is-sample {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none; }

.fa-circle-base:before,
.fa-circle-intermedio:before,
.fa-circle-avanzato:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300; }

.fa-circle-base:before {
  content: "\e0ee"; }

.fa-circle-intermedio:before {
  content: "\e0ef"; }

.fa-circle-avanzato:before {
  content: "\e0f0"; }

.bg-success {
  background: #7de47d; }

.no-wrap {
  white-space: nowrap; }

.gform_wrapper.gravity-theme .gform_ajax_spinner {
  position: absolute;
  top: 30px;
  max-width: 100%;
  width: 100px;
  display: block;
  margin: 4px auto;
  width: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.radius, .tooltip-inner, .btn-white, .btn.btn-primary, #loginform input.btn[type="submit"], .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a.btn, .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button.btn, .woocommerce-wishlist .yith_wcwl_footer_additional_action input.btn, .single-sfwd-courses .position-sticky .btn.ld-button, .btn.btn-gray, .btn.btn-secondary, .btn.btn-multiline, .btn-clear,
.btn--clear, .button, input[type="button"], #review_form .form-submit input.submit,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .woocommerce input[type="button"], .woocommerce #review_form .form-submit input.submit, #review_form .form-submit .woocommerce input.submit,
.woocommerce input[type="submit"], .button.btn-outline, input.btn-outline[type="button"], #review_form .form-submit input.btn-outline.submit,
.btn.btn-outline,
.woocommerce #respond input#submit.btn-outline,
.woocommerce a.button.btn-outline,
.woocommerce button.button.btn-outline,
.woocommerce input.button.btn-outline, .woocommerce input.btn-outline[type="button"], .woocommerce #review_form .form-submit input.btn-outline.submit, #review_form .form-submit .woocommerce input.btn-outline.submit,
.woocommerce input.btn-outline[type="submit"], .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce input.alt[type="button"], .woocommerce #review_form .form-submit input.alt.submit, #review_form .form-submit .woocommerce input.alt.submit, .btn-small, .single-sfwd-courses .commentlist li .reply a.button,
.single-sfwd-courses .commentlist li .reply .comment-reply-link, .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link, .btn-small-brown, #comments .commentlist li .reply a.button, .btn-medium, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a, .fattura p a, .fattura .ld-tabs-content li a, .ld-tabs-content .fattura li a, .fattura .text-editor li a, .text-editor .fattura li a, .single-sfwd-courses .comment-respond input#submit, .ld-alert-completed a.button, .btn-select, .btn-large, .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"],
.form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"],
.form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"],
.form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"], body .learndash-wrapper .ld-button, body .learndash-wrapper .wpProQuiz_button,
body .learndash-wrapper #quiz_continue_link, body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"],
body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"], .swiper-button-next,
.swiper-button-prev, .btn-reel, input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"], textarea, select, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .select2-container, .select2-container .select2-selection--single, .select2-container .select2-dropdown, .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']),
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']),
.gform_wrapper.gravity-theme .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_fields .gfield select, .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown, .gform_wrapper.gravity-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message, #loginform input[type="submit"], .page .woocommerce-error,
.page .woocommerce-info,
.page .woocommerce-message, .woocommerce table.shop_table .product-thumbnail img, .woocommerce table.shop_table .product-thumbnail, .cart-collaterals .woocommerce-shipping-methods li input, .actions .coupon #coupon_code, .woocommerce-mini-cart__buttons .button, .woocommerce-mini-cart__buttons input[type="button"], .woocommerce-mini-cart__buttons #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-mini-cart__buttons input.submit, .woocommerce-checkout .checkout_coupon button, .woocommerce-checkout .summary-checkout, p#billing_invoice_type_field,
.ld-tabs-content li#billing_invoice_type_field,
.text-editor li#billing_invoice_type_field, .woocommerce-ordering select, .woocommerce-ordering .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .woocommerce-ordering .yith-wcan-dropdown, .woocommerce-page:not(.single-product) .btn-filter, .woocommerce-product__card .woocommerce-product__image, .woocommerce-product__card .woocommerce-product__image-img, .inpratica-group .product-card--sidebar .play-overlay, .inpratica-group .inpratica-course__learn, .inpratica-group .inpratica-course__sidebar, .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__sticky, .woocommerce-wishlist .wishlist_table .product-add-to-cart a, .single-sfwd-courses .skill .progress, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button,
.single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button,
.single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button,
.single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button,
.single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button,
.single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button,
.single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button, button#gamipress-achievements-load-more, .gamipress-rank, .page-template-page-template-komen .modular-block--text-bg-image .ratio, .page-template-page-template-buddyjob .modular-block--text-bg-image .ratio, .page-template-page-template-durex .modular-block--text-bg-image .ratio, .page-template-page-template-animenta .modular-block--text-bg-image .ratio {
  border-radius: 12px; }
  .radius > img, .tooltip-inner > img, .btn-white > img, .btn.btn-primary > img, #loginform input.btn[type="submit"] > img, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a.btn > img, .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button.btn > img, .woocommerce-wishlist .yith_wcwl_footer_additional_action input.btn > img, .single-sfwd-courses .position-sticky .btn.ld-button > img, .btn.btn-gray > img, .btn.btn-secondary > img, .btn.btn-multiline > img, .btn-clear > img, .btn--clear > img, .button > img, input[type="button"] > img, #review_form .form-submit input.submit > img, .btn > img, .woocommerce #respond input#submit > img, .woocommerce a.button > img, .woocommerce button.button > img, .woocommerce input.button > img, .woocommerce input[type="button"] > img, .woocommerce #review_form .form-submit input.submit > img, #review_form .form-submit .woocommerce input.submit > img, .woocommerce input[type="submit"] > img, .button.btn-outline > img, input.btn-outline[type="button"] > img, #review_form .form-submit input.btn-outline.submit > img, .btn.btn-outline > img, .woocommerce #respond input#submit.btn-outline > img, .woocommerce a.button.btn-outline > img, .woocommerce button.button.btn-outline > img, .woocommerce input.button.btn-outline > img, .woocommerce input.btn-outline[type="button"] > img, .woocommerce #review_form .form-submit input.btn-outline.submit > img, #review_form .form-submit .woocommerce input.btn-outline.submit > img, .woocommerce input.btn-outline[type="submit"] > img, .woocommerce #respond input#submit.alt > img, .woocommerce a.button.alt > img, .woocommerce button.button.alt > img, .woocommerce input.button.alt > img, .woocommerce input.alt[type="button"] > img, .woocommerce #review_form .form-submit input.alt.submit > img, #review_form .form-submit .woocommerce input.alt.submit > img, .btn-small > img, .single-sfwd-courses .commentlist li .reply a.button > img, .single-sfwd-courses .commentlist li .reply .comment-reply-link > img, .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link > img, .btn-small-brown > img, #comments .commentlist li .reply a.button > img, .btn-medium > img, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a > img, .fattura p a > img, .fattura .ld-tabs-content li a > img, .ld-tabs-content .fattura li a > img, .fattura .text-editor li a > img, .text-editor .fattura li a > img, .single-sfwd-courses .comment-respond input#submit > img, .ld-alert-completed a.button > img, .btn-select > img, .btn-large > img, .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"] > img, .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"] > img, .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"] > img, .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"] > img, body .learndash-wrapper .ld-button > img, body .learndash-wrapper .wpProQuiz_button > img, body .learndash-wrapper #quiz_continue_link > img, body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"] > img, body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] > img, .swiper-button-next > img, .swiper-button-prev > img, .btn-reel > img, input[type="text"] > img, input[type="number"] > img, input[type="email"] > img, input[type="password"] > img, input[type="tel"] > img, textarea > img, select > img, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > img, .select2-container > img, .select2-container .select2-selection--single > img, .select2-container .select2-dropdown > img, .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']) > img, .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']) > img, .gform_wrapper.gravity-theme .gform_fields .gfield textarea > img, .gform_wrapper.gravity-theme .gform_fields .gfield select > img, .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > img, .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown > img, .gform_wrapper.gravity-theme .gform_footer .gform_button > img, .gform_wrapper.gravity-theme .gform_validation_errors > img, .gform_wrapper.gravity-theme .gfield_validation_message > img, .gform_wrapper.gravity-theme .validation_message > img, #loginform input[type="submit"] > img, .page .woocommerce-error > img, .page .woocommerce-info > img, .page .woocommerce-message > img, .woocommerce table.shop_table .product-thumbnail img > img, .woocommerce table.shop_table .product-thumbnail > img, .cart-collaterals .woocommerce-shipping-methods li input > img, .actions .coupon #coupon_code > img, .woocommerce-mini-cart__buttons .button > img, .woocommerce-mini-cart__buttons input[type="button"] > img, .woocommerce-mini-cart__buttons #review_form .form-submit input.submit > img, #review_form .form-submit .woocommerce-mini-cart__buttons input.submit > img, .woocommerce-checkout .checkout_coupon button > img, .woocommerce-checkout .summary-checkout > img, p#billing_invoice_type_field > img, .ld-tabs-content li#billing_invoice_type_field > img, .text-editor li#billing_invoice_type_field > img, .woocommerce-ordering select > img, .woocommerce-ordering .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > img, .yith-wcan-filters .yith-wcan-filter .woocommerce-ordering .yith-wcan-dropdown > img, .woocommerce-page:not(.single-product) .btn-filter > img, .woocommerce-product__card .woocommerce-product__image > img, .woocommerce-product__card .woocommerce-product__image-img > img, .inpratica-group .product-card--sidebar .play-overlay > img, .inpratica-group .inpratica-course__learn > img, .inpratica-group .inpratica-course__sidebar > img, .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__sticky > img, .woocommerce-wishlist .wishlist_table .product-add-to-cart a > img, .single-sfwd-courses .skill .progress > img, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > img, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > img, .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > img, .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > img, .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > img, .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > img, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > img, .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > img, .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > img, button#gamipress-achievements-load-more > img, .gamipress-rank > img, .page-template-page-template-komen .modular-block--text-bg-image .ratio > img, .page-template-page-template-buddyjob .modular-block--text-bg-image .ratio > img, .page-template-page-template-durex .modular-block--text-bg-image .ratio > img, .page-template-page-template-animenta .modular-block--text-bg-image .ratio > img,
  .radius > iframe,
  .tooltip-inner > iframe,
  .btn-white > iframe,
  .btn.btn-primary > iframe,
  #loginform input.btn[type="submit"] > iframe,
  .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a.btn > iframe,
  .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button.btn > iframe,
  .woocommerce-wishlist .yith_wcwl_footer_additional_action input.btn > iframe,
  .single-sfwd-courses .position-sticky .btn.ld-button > iframe,
  .btn.btn-gray > iframe,
  .btn.btn-secondary > iframe,
  .btn.btn-multiline > iframe,
  .btn-clear > iframe,
  .btn--clear > iframe,
  .button > iframe,
  input[type="button"] > iframe,
  #review_form .form-submit input.submit > iframe,
  .btn > iframe,
  .woocommerce #respond input#submit > iframe,
  .woocommerce a.button > iframe,
  .woocommerce button.button > iframe,
  .woocommerce input.button > iframe,
  .woocommerce input[type="button"] > iframe,
  .woocommerce #review_form .form-submit input.submit > iframe,
  #review_form .form-submit .woocommerce input.submit > iframe,
  .woocommerce input[type="submit"] > iframe,
  .button.btn-outline > iframe,
  input.btn-outline[type="button"] > iframe,
  #review_form .form-submit input.btn-outline.submit > iframe,
  .btn.btn-outline > iframe,
  .woocommerce #respond input#submit.btn-outline > iframe,
  .woocommerce a.button.btn-outline > iframe,
  .woocommerce button.button.btn-outline > iframe,
  .woocommerce input.button.btn-outline > iframe,
  .woocommerce input.btn-outline[type="button"] > iframe,
  .woocommerce #review_form .form-submit input.btn-outline.submit > iframe,
  #review_form .form-submit .woocommerce input.btn-outline.submit > iframe,
  .woocommerce input.btn-outline[type="submit"] > iframe,
  .woocommerce #respond input#submit.alt > iframe,
  .woocommerce a.button.alt > iframe,
  .woocommerce button.button.alt > iframe,
  .woocommerce input.button.alt > iframe,
  .woocommerce input.alt[type="button"] > iframe,
  .woocommerce #review_form .form-submit input.alt.submit > iframe,
  #review_form .form-submit .woocommerce input.alt.submit > iframe,
  .btn-small > iframe,
  .single-sfwd-courses .commentlist li .reply a.button > iframe,
  .single-sfwd-courses .commentlist li .reply .comment-reply-link > iframe,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link > iframe,
  .btn-small-brown > iframe,
  #comments .commentlist li .reply a.button > iframe,
  .btn-medium > iframe,
  .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a > iframe,
  .fattura p a > iframe,
  .fattura .ld-tabs-content li a > iframe,
  .ld-tabs-content .fattura li a > iframe,
  .fattura .text-editor li a > iframe,
  .text-editor .fattura li a > iframe,
  .single-sfwd-courses .comment-respond input#submit > iframe,
  .ld-alert-completed a.button > iframe,
  .btn-select > iframe,
  .btn-large > iframe,
  .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"] > iframe,
  .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"] > iframe,
  .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"] > iframe,
  .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"] > iframe,
  body .learndash-wrapper .ld-button > iframe,
  body .learndash-wrapper .wpProQuiz_button > iframe,
  body .learndash-wrapper #quiz_continue_link > iframe,
  body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"] > iframe,
  body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] > iframe,
  .swiper-button-next > iframe,
  .swiper-button-prev > iframe,
  .btn-reel > iframe,
  input[type="text"] > iframe,
  input[type="number"] > iframe,
  input[type="email"] > iframe,
  input[type="password"] > iframe,
  input[type="tel"] > iframe,
  textarea > iframe,
  select > iframe,
  .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > iframe,
  .select2-container > iframe,
  .select2-container .select2-selection--single > iframe,
  .select2-container .select2-dropdown > iframe,
  .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']) > iframe,
  .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']) > iframe,
  .gform_wrapper.gravity-theme .gform_fields .gfield textarea > iframe,
  .gform_wrapper.gravity-theme .gform_fields .gfield select > iframe,
  .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > iframe,
  .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown > iframe,
  .gform_wrapper.gravity-theme .gform_footer .gform_button > iframe,
  .gform_wrapper.gravity-theme .gform_validation_errors > iframe,
  .gform_wrapper.gravity-theme .gfield_validation_message > iframe,
  .gform_wrapper.gravity-theme .validation_message > iframe,
  #loginform input[type="submit"] > iframe,
  .page .woocommerce-error > iframe,
  .page .woocommerce-info > iframe,
  .page .woocommerce-message > iframe,
  .woocommerce table.shop_table .product-thumbnail img > iframe,
  .woocommerce table.shop_table .product-thumbnail > iframe,
  .cart-collaterals .woocommerce-shipping-methods li input > iframe,
  .actions .coupon #coupon_code > iframe,
  .woocommerce-mini-cart__buttons .button > iframe,
  .woocommerce-mini-cart__buttons input[type="button"] > iframe,
  .woocommerce-mini-cart__buttons #review_form .form-submit input.submit > iframe,
  #review_form .form-submit .woocommerce-mini-cart__buttons input.submit > iframe,
  .woocommerce-checkout .checkout_coupon button > iframe,
  .woocommerce-checkout .summary-checkout > iframe,
  p#billing_invoice_type_field > iframe,
  .ld-tabs-content li#billing_invoice_type_field > iframe,
  .text-editor li#billing_invoice_type_field > iframe,
  .woocommerce-ordering select > iframe,
  .woocommerce-ordering .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown > iframe,
  .yith-wcan-filters .yith-wcan-filter .woocommerce-ordering .yith-wcan-dropdown > iframe,
  .woocommerce-page:not(.single-product) .btn-filter > iframe,
  .woocommerce-product__card .woocommerce-product__image > iframe,
  .woocommerce-product__card .woocommerce-product__image-img > iframe,
  .inpratica-group .product-card--sidebar .play-overlay > iframe,
  .inpratica-group .inpratica-course__learn > iframe,
  .inpratica-group .inpratica-course__sidebar > iframe,
  .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__sticky > iframe,
  .woocommerce-wishlist .wishlist_table .product-add-to-cart a > iframe,
  .single-sfwd-courses .skill .progress > iframe,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > iframe,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > iframe,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > iframe,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > iframe,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button > iframe,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button > iframe,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > iframe,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > iframe,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button > iframe,
  button#gamipress-achievements-load-more > iframe,
  .gamipress-rank > iframe,
  .page-template-page-template-komen .modular-block--text-bg-image .ratio > iframe,
  .page-template-page-template-buddyjob .modular-block--text-bg-image .ratio > iframe,
  .page-template-page-template-durex .modular-block--text-bg-image .ratio > iframe,
  .page-template-page-template-animenta .modular-block--text-bg-image .ratio > iframe {
    border-radius: 12px; }

.radius-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .radius-top > img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.radius-left, .woocommerce-cart .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0; }
  .radius-left > img, .woocommerce-cart .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] > img {
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0; }

.radius-right, .actions .coupon button.button, .add_gift_card_form #wc_gc_cart_redeem_form button {
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 12px; }
  .radius-right > img, .actions .coupon button.button > img, .add_gift_card_form #wc_gc_cart_redeem_form button > img {
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px; }

.radius-bottom, .main-header .dropdown-menu-account, .main-header .dropdown-menu-cart, body.with-promo #dropdown-pianeti .dropdown-menu, #dropdown-pianeti, #dropdown-pianeti .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }
  .radius-bottom > img, .main-header .dropdown-menu-account > img, .main-header .dropdown-menu-cart > img, body.with-promo #dropdown-pianeti .dropdown-menu > img, #dropdown-pianeti > img, #dropdown-pianeti .dropdown-menu > img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }

.radius-lg {
  border-radius: 30px; }

.bg-gray-medium {
  background-color: #6b6b6b !important; }

.bg-black {
  background-color: black !important; }

.bg-gradient-black {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1d1d1f), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1d1d1f 0%, #000000 100%) 0% 0% no-repeat padding-box; }

.w-2 {
  width: 24px; }

.h-2 {
  height: 24px; }

.baloon {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  color: #1d1d1f;
  position: relative; }
  .baloon.baloon--right {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    .baloon.baloon--right:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 0;
      border-color: #ffffff transparent transparent transparent;
      content: "";
      top: 0;
      right: -20px;
      position: absolute; }
  .baloon.baloon--left {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    .baloon.baloon--left:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 20px 0;
      border-color: transparent #ffffff transparent transparent;
      content: "";
      top: 0;
      left: -20px;
      position: absolute; }

.swiper-dicono-di-noi .baloon {
  margin: 0 20px;
  font-size: 14px !important; }

.swiper-dicono-di-noi .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-dicono-di-noi .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
    font-size: 1px;
    opacity: 0.5; }

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; }

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.min-width-0 {
  min-width: 0 !important; }

.space-x-1 > * + * {
  margin-left: 1rem; }

.space-x-2 > * + * {
  margin-left: 2rem; }

.space-x-3 > * + * {
  margin-left: 3rem; }

.space-x-4 > * + * {
  margin-left: 4rem; }

.bg-darker {
  background-color: #1d1d1f; }

.bg-dark .price,
.bg-darker .price {
  color: white; }

@media (max-width: 992px) {
  .info p,
  .info .ld-tabs-content li, .ld-tabs-content .info li,
  .info .text-editor li, .text-editor .info li {
    margin-left: 120px; } }

.border-0, .woocommerce-MyAccount-content table.shop_table .payment-method a,
.woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions a, .woocommerce-MyAccount-content table.shop_table .button, .woocommerce-MyAccount-content table.shop_table input[type="button"], .woocommerce-MyAccount-content table.shop_table #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-MyAccount-content table.shop_table input.submit {
  border: 0 !important; }

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

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

.tooltip-inner {
  padding: 12px 24px; }

.h-auto {
  height: auto; }

.mt-100 {
  margin-top: 96px !important; }

.mb-100 {
  margin-bottom: 96px !important; }

.my-100 {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.pt-100 {
  padding-top: 96px !important; }

.pb-100 {
  padding-bottom: 96px !important; }

.py-100 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

/**
* Qui mettiamo lo stile di tutte le parti testuali, che probabilmente vengono
* pure da gutemberg
**/
.entry-content {
  font-size: 0.9rem;
  line-height: 1.7em; }

/**
* Buttons
**/
a,
.btn,
.button,
input[type="button"],
#review_form .form-submit input.submit {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.btn-white {
  background-color: transparent;
  color: white;
  border: 3px solid white; }
  .btn-white:hover {
    background: white;
    color: white; }

.btn.btn-primary, #loginform input.btn[type="submit"], .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a.btn, .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button.btn, .woocommerce-wishlist .yith_wcwl_footer_additional_action input.btn, .single-sfwd-courses .position-sticky .btn.ld-button {
  background-color: #f8485e;
  color: white;
  border: 3px solid #f8485e; }
  .btn.btn-primary:hover, #loginform input.btn:hover[type="submit"], .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a.btn:hover, .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button.btn:hover, .woocommerce-wishlist .yith_wcwl_footer_additional_action input.btn:hover, .single-sfwd-courses .position-sticky .btn.ld-button:hover {
    background: #f95a6e;
    color: white; }

.btn.btn-gray {
  background-color: #ebebeb;
  color: #1f1f1f;
  border: 3px solid #ebebeb; }
  .btn.btn-gray:hover {
    background: #ededed;
    color: #1f1f1f; }

.btn.btn-icon {
  padding: 5px 10px 5px 20px; }

.btn.btn-secondary {
  background-color: #000000;
  color: white;
  border: 3px solid #000000; }
  .btn.btn-secondary:hover {
    background: #1a1a1a;
    color: white; }

.btn.btn-multiline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
  height: auto; }
  .btn.btn-multiline span,
  .btn.btn-multiline small,
  .btn.btn-multiline strong {
    display: block; }
  .btn.btn-multiline small {
    font-size: 12px;
    text-transform: none; }

.btn-clear,
.btn--clear {
  background: transparent !important;
  color: #f8485e !important;
  border: 3px solid #f8485e !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700; }
  .btn-clear:hover,
  .btn--clear:hover {
    border-color: #000000 !important;
    color: #000000 !important; }

.btn--disable {
  opacity: 0.75;
  pointer-events: none; }


.button,
input[type="button"],
#review_form .form-submit input.submit,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input[type="button"],
.woocommerce #review_form .form-submit input.submit,
#review_form .form-submit .woocommerce input.submit,
.woocommerce input[type="submit"] {
  background-color: #f8485e;
  color: white;
  border: 3px solid #f8485e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700;
  height: 42px;
  min-width: 100px; }
  .button:hover, input:hover[type="button"], #review_form .form-submit input.submit:hover,
  .btn:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce input:hover[type="button"],
  .woocommerce #review_form .form-submit input.submit:hover,
  #review_form .form-submit .woocommerce input.submit:hover,
  .woocommerce input[type="submit"]:hover {
    background: #f95a6e;
    color: white; }
  @media (max-width: 991.98px) {
    
    .button,
    input[type="button"],
    #review_form .form-submit input.submit,
    .btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce input[type="button"],
    .woocommerce #review_form .form-submit input.submit,
    #review_form .form-submit .woocommerce input.submit,
    .woocommerce input[type="submit"] {
      font-size: 14px !important;
      padding: 10px 20px;
      height: auto; } }
  .button[disabled=""], input[disabled=""][type="button"], #review_form .form-submit input.submit[disabled=""], .button.disabled, input.disabled[type="button"], #review_form .form-submit input.disabled.submit,
  .btn[disabled=""],
  .btn.disabled,
  .woocommerce #respond input#submit[disabled=""],
  .woocommerce #respond input#submit.disabled,
  .woocommerce a.button[disabled=""],
  .woocommerce a.button.disabled,
  .woocommerce button.button[disabled=""],
  .woocommerce button.button.disabled,
  .woocommerce input.button[disabled=""],
  .woocommerce input[disabled=""][type="button"],
  .woocommerce #review_form .form-submit input.submit[disabled=""],
  #review_form .form-submit .woocommerce input.submit[disabled=""],
  .woocommerce input.button.disabled,
  .woocommerce input.disabled[type="button"],
  .woocommerce #review_form .form-submit input.disabled.submit,
  #review_form .form-submit .woocommerce input.disabled.submit,
  .woocommerce input[type="submit"][disabled=""],
  .woocommerce input[type="submit"].disabled {
    pointer-events: none;
    opacity: 0.5; }
  .button i, input[type="button"] i, #review_form .form-submit input.submit i,
  .btn i,
  .woocommerce #respond input#submit i,
  .woocommerce a.button i,
  .woocommerce button.button i,
  .woocommerce input.button i,
  .woocommerce input[type="button"] i,
  .woocommerce #review_form .form-submit input.submit i,
  #review_form .form-submit .woocommerce input.submit i,
  .woocommerce input[type="submit"] i {
    display: inline-block;
    margin-right: 10px; }
  .button.btn-outline, input.btn-outline[type="button"], #review_form .form-submit input.btn-outline.submit,
  .btn.btn-outline,
  .woocommerce #respond input#submit.btn-outline,
  .woocommerce a.button.btn-outline,
  .woocommerce button.button.btn-outline,
  .woocommerce input.button.btn-outline,
  .woocommerce input.btn-outline[type="button"],
  .woocommerce #review_form .form-submit input.btn-outline.submit,
  #review_form .form-submit .woocommerce input.btn-outline.submit,
  .woocommerce input[type="submit"].btn-outline {
    background: transparent !important;
    color: #f8485e !important;
    border: 3px solid #f8485e !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700; }
    .button.btn-outline:hover, input.btn-outline:hover[type="button"], #review_form .form-submit input.btn-outline.submit:hover,
    .btn.btn-outline:hover,
    .woocommerce #respond input#submit.btn-outline:hover,
    .woocommerce a.button.btn-outline:hover,
    .woocommerce button.button.btn-outline:hover,
    .woocommerce input.button.btn-outline:hover,
    .woocommerce input.btn-outline:hover[type="button"],
    .woocommerce #review_form .form-submit input.btn-outline.submit:hover,
    #review_form .form-submit .woocommerce input.btn-outline.submit:hover,
    .woocommerce input[type="submit"].btn-outline:hover {
      border-color: #000000 !important;
      color: #000000 !important; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.alt[type="button"],
.woocommerce #review_form .form-submit input.alt.submit,
#review_form .form-submit .woocommerce input.alt.submit {
  background-color: #f8485e;
  color: white;
  border: 3px solid #f8485e; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input.alt:hover[type="button"],
  .woocommerce #review_form .form-submit input.alt.submit:hover,
  #review_form .form-submit .woocommerce input.alt.submit:hover {
    background: #f95a6e;
    color: white; }

.btn-text {
  font-size: 16px;
  color: #f8485e;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 18px; }
  @media (max-width: 575.98px) {
    .btn-text {
      font-size: 14px; } }
  .btn-text.simple {
    text-decoration: none; }
    .btn-text.simple i {
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 575.98px) {
        .btn-text.simple i {
          font-size: 14px; } }

.btn-small, .single-sfwd-courses .commentlist li .reply a.button,
.single-sfwd-courses .commentlist li .reply .comment-reply-link, .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link {
  font-size: 12px;
  font-weight: 700;
  min-width: 82px;
  color: white !important;
  background: #f8485e;
  display: inline-block;
  text-align: center;
  padding: 4px 5px;
  line-height: 15px; }
  .btn-small:hover, .single-sfwd-courses .commentlist li .reply a.button:hover,
  .single-sfwd-courses .commentlist li .reply .comment-reply-link:hover, .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link:hover {
    color: white;
    background: #f95a6e; }

.btn-small-brown, #comments .commentlist li .reply a.button {
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  padding: 1px 10px;
  background: #584446;
  color: white !important;
  height: 28px; }
  .btn-small-brown:hover, #comments .commentlist li .reply a.button:hover {
    background: #857678; }

.btn-medium, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a, .fattura p a, .fattura .ld-tabs-content li a, .ld-tabs-content .fattura li a, .fattura .text-editor li a, .text-editor .fattura li a, .single-sfwd-courses .comment-respond input#submit, .ld-alert-completed a.button {
  font-size: 13px;
  font-weight: 700;
  min-width: 100px;
  color: white !important;
  background: #f8485e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  line-height: 14px;
  height: 42px;
  border: 0; }
  .btn-medium:hover, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a:hover, .fattura p a:hover, .fattura .ld-tabs-content li a:hover, .ld-tabs-content .fattura li a:hover, .fattura .text-editor li a:hover, .text-editor .fattura li a:hover, .single-sfwd-courses .comment-respond input#submit:hover, .ld-alert-completed a.button:hover {
    color: white;
    background: #ff374e; }

.btn-select {
  height: 45px;
  background: #0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #f8485e;
  border: 3px solid #f8485e; }

.btn-large, .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"],
.form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"],
.form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"],
.form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"] {
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  text-align: center;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .btn-large, .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"],
    .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"],
    .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"],
    .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"] {
      font-size: 14px;
      height: 42px; } }

.btn-yellow {
  background: #eaaa00; }
  .btn-yellow:hover {
    background: #edb726; }

.btn-red {
  background: #93282c; }
  .btn-red:hover {
    background: #a3484c; }

.btn-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0; }

.btn-linkedin {
  background: #0a66c2; }
  .btn-linkedin:hover {
    background: #2f7dcb; }

.btn-facebook {
  background: #3b5998; }
  .btn-facebook:hover {
    background: #5872a7; }

.btn-instagram {
  background: #8a3ab9; }
  .btn-instagram:hover {
    background: #9c58c4; }

.btn-website {
  background: #40b33e; }
  .btn-website:hover {
    background: #5dbe5b; }

body .learndash-wrapper .ld-button {
  font-weight: 700;
  font-size: 13px; }

body .learndash-wrapper a.ld-primary-color {
  font-weight: 700;
  text-decoration: underline;
  font-size: 13px !important; }
  body .learndash-wrapper a.ld-primary-color:hover {
    text-decoration: underline; }

body .learndash-wrapper .wpProQuiz_button,
body .learndash-wrapper .wpProQuiz_button,
body .learndash-wrapper #quiz_continue_link {
  background-color: #f8485e;
  color: white;
  border: 3px solid #f8485e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 25px;
  text-align: center;
  font-size: 14px !important;
  font-weight: 700;
  height: 42px;
  min-width: 100px; }
  body .learndash-wrapper .wpProQuiz_button:hover,
  body .learndash-wrapper .wpProQuiz_button:hover,
  body .learndash-wrapper #quiz_continue_link:hover {
    background: #f95a6e;
    color: white; }
  @media (max-width: 991.98px) {
    body .learndash-wrapper .wpProQuiz_button,
    body .learndash-wrapper .wpProQuiz_button,
    body .learndash-wrapper #quiz_continue_link {
      padding: 10px 20px;
      height: auto; } }

body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"],
body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] {
  background: transparent !important;
  color: #f8485e !important;
  border: 3px solid #f8485e !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  border-color: #f8485e !important; }
  body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"]:hover,
  body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"]:hover {
    border-color: #000000 !important;
    color: #000000 !important; }
  body .learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"]:hover,
  body .learndash-wrapper .ld-quiz-actions input[name="restartQuiz"]:hover {
    background: #f8485e !important;
    color: white !important;
    border-color: #f8485e !important; }

.btn-white {
  background: transparent;
  color: white;
  border: 3px solid white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700; }
  .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .btn-white.btn-small, .single-sfwd-courses .commentlist li .reply a.btn-white.button,
  .single-sfwd-courses .commentlist li .reply .btn-white.comment-reply-link, .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.btn-white.comment-reply-link {
    font-size: 12px;
    padding: 4px 5px;
    line-height: 15px; }

.btn-expand:hover {
  padding-left: 30px;
  padding-right: 30px; }

.btn--disabled {
  opacity: 0.5;
  pointer-events: none; }

.accordion.accordion--simple .accordion-item {
  border: 0; }

.accordion.accordion--simple .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #f8485e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0; }
  @media (max-width: 575.98px) {
    .accordion.accordion--simple .accordion-button {
      font-size: 14px; } }
  .accordion.accordion--simple .accordion-button:not(.collapsed) {
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .accordion.accordion--simple .accordion-button:after {
    font-family: 'font awesome 6 pro';
    content: "\f107";
    background: none;
    margin-left: 10px;
    font-size: 22px;
    height: auto;
    font-weight: 300; }
  .accordion.accordion--simple .accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.accordion.accordion--simple .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.alt_product_add_to_cart p,
.alt_product_add_to_cart .ld-tabs-content li, .ld-tabs-content .alt_product_add_to_cart li,
.alt_product_add_to_cart .text-editor li, .text-editor .alt_product_add_to_cart li {
  font-size: 12px; }
  .alt_product_add_to_cart p a, .alt_product_add_to_cart .ld-tabs-content li a, .ld-tabs-content .alt_product_add_to_cart li a, .alt_product_add_to_cart .text-editor li a, .text-editor .alt_product_add_to_cart li a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000; }
    .alt_product_add_to_cart p a:hover, .alt_product_add_to_cart .ld-tabs-content li a:hover, .ld-tabs-content .alt_product_add_to_cart li a:hover, .alt_product_add_to_cart .text-editor li a:hover, .text-editor .alt_product_add_to_cart li a:hover {
      color: rgba(0, 0, 0, 0.8); }

.alt_product_add_to_cart label {
  font-size: 12px;
  display: block;
  width: 100%; }

.alt_product_add_to_cart input[type="number"] {
  display: block;
  min-width: 50px;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
  width: 100%; }

.alt_product_add_to_cart #alt_product_add {
  width: 100%; }

.accordion.accordion--modular {
  border-top: 1px solid #dcdcdc; }
  .accordion.accordion--modular .accordion-button {
    padding: 1.25rem 2.5rem;
    font-size: 18px;
    border-radius: 0 !important;
    font-weight: 700;
    border: 0; }
    @media (max-width: 767.98px) {
      .accordion.accordion--modular .accordion-button {
        padding: 1.25rem 1rem; } }
    @media (max-width: 575.98px) {
      .accordion.accordion--modular .accordion-button {
        font-size: 16px; } }
    .accordion.accordion--modular .accordion-button:focus {
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .accordion.accordion--modular .accordion-button:not(.collapsed) {
      background: #f2f2f2;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-color: #f8485e; }
  .accordion.accordion--modular .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc; }
  .accordion.accordion--modular .accordion-body {
    padding: 0 2.5rem 1rem;
    background: #f2f2f2; }
    @media (max-width: 767.98px) {
      .accordion.accordion--modular .accordion-body {
        padding: 0 1rem 1rem; } }
    .accordion.accordion--modular .accordion-body *:last-child {
      margin-bottom: 0; }

#myFaq {
  padding: 0;
  margin-bottom: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 767.98px) {
    #myFaq {
      margin-bottom: 2rem;
      -webkit-box-pack: safe;
          -ms-flex-pack: safe;
              justify-content: safe; } }
  @media (max-width: 575.98px) {
    #myFaq {
      border-bottom: 0; } }
  #myFaq::-webkit-scrollbar {
    display: none; }
  #myFaq a {
    height: 100%;
    background: #f2f2f2;
    display: inline-block;
    padding: 20px 20px;
    border-bottom: 4px solid transparent !important;
    display: block;
    color: #838383;
    border-radius: 0; }
    #myFaq a h6 {
      font-size: 18px;
      color: #1d1d1f;
      font-weight: bold; }
    #myFaq a p,
    #myFaq a .ld-tabs-content li, .ld-tabs-content #myFaq a li,
    #myFaq a .text-editor li, .text-editor #myFaq a li {
      font-size: 13px; }
    #myFaq a:hover {
      background: #f8f8f8; }
    @media (max-width: 1199.98px) {
      #myFaq a {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      #myFaq a {
        margin-right: 15px;
        font-size: 12px; } }

.slick-arrow {
  cursor: pointer; }

.swiper-wrapper {
  background: url(../img/loader.gif);
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  background-position: center; }

.swiper-wrapper .swiper-slide {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.swiper-wrapper.slick-initialized {
  background: none;
  height: auto; }

.swiper-wrapper.slick-initialized .swiper-slide {
  opacity: 1;
  position: relative; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  font-size: 25px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 100;
  color: #f8485e;
  background: white;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  top: 50%; }
  @media (max-width: 767.98px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none !important; } }

.swiper-button-next {
  right: 15px; }

.swiper-button-prev {
  left: 15px; }

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1; }

.slider-upsells .swiper-button-next,
.slider-upsells .swiper-button-prev,
.slider-related .swiper-button-next,
.slider-related .swiper-button-prev {
  background: none;
  color: white;
  opacity: 0; }

.slider-upsells:hover .swiper-button-next,
.slider-upsells:hover .swiper-button-prev,
.slider-related:hover .swiper-button-next,
.slider-related:hover .swiper-button-prev {
  opacity: 1; }

.registration-hero {
  position: relative;
  min-height: 600px; }
  .registration-hero .registration-hero__persona {
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
    @media (max-width: 1300px) {
      .registration-hero .registration-hero__persona {
        width: 60%;
        right: -10%; } }
  @media (min-width: 576px) {
    .registration-hero .registration-hero__form .registration-hero__inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .registration-hero .registration-hero__form input.registration-hero__email {
    border-radius: 0;
    border: 2px solid white;
    margin: 0;
    width: 100%;
    padding-right: 170px;
    height: 50px;
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .registration-hero .registration-hero__form input.registration-hero__email {
        padding-right: 15px; } }
  .registration-hero .registration-hero__form .registration-hero__button {
    padding: 0;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: 2px solid white;
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    text-align: center; }
    @media (min-width: 576px) {
      .registration-hero .registration-hero__form .registration-hero__button {
        top: 0;
        right: 0;
        position: absolute;
        width: 170px; } }
    @media (max-width: 575.98px) {
      .registration-hero .registration-hero__form .registration-hero__button {
        width: 100%; } }
  .registration-hero .registration-hero__form .registration-hero__consent {
    color: white;
    font-size: 12px; }
    .registration-hero .registration-hero__form .registration-hero__consent label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .registration-hero .registration-hero__form .registration-hero__consent input[type="checkbox"] {
      opacity: 0;
      width: 0;
      padding-left: 20px;
      position: absolute; }
    .registration-hero .registration-hero__form .registration-hero__consent .registration-hero__consent__box {
      width: 20px;
      height: 20px;
      border: 1px solid white;
      margin: 10px 10px 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .registration-hero .registration-hero__form .registration-hero__consent .registration-hero__consent__box:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background-color: transparent;
        -webkit-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease; }
    .registration-hero .registration-hero__form .registration-hero__consent input[type="checkbox"]:checked + .registration-hero__consent__box:after {
      background-color: white; }
    .registration-hero .registration-hero__form .registration-hero__consent a {
      color: white;
      text-decoration: underline; }
  .registration-hero.registration-hero--center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .registration-hero.registration-hero--center:before {
      top: 0;
      left: 0;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
    .registration-hero.registration-hero--center .registration-hero__button {
      border: 0;
      height: 50px;
      background: #f8485e;
      font-size: 16px; }
    .registration-hero.registration-hero--center h1 {
      font-size: 55px;
      line-height: 1.2em;
      font-weight: bold; }
      @media (max-width: 991.98px) {
        .registration-hero.registration-hero--center h1 {
          font-size: 40px;
          line-height: 1.3; } }
      @media (max-width: 575.98px) {
        .registration-hero.registration-hero--center h1 {
          font-size: 35px; } }
    .registration-hero.registration-hero--center p,
    .registration-hero.registration-hero--center .ld-tabs-content li, .ld-tabs-content .registration-hero.registration-hero--center li,
    .registration-hero.registration-hero--center .text-editor li, .text-editor .registration-hero.registration-hero--center li {
      font-weight: 500 !important; }
      @media (max-width: 575.98px) {
        .registration-hero.registration-hero--center p,
        .registration-hero.registration-hero--center .ld-tabs-content li, .ld-tabs-content .registration-hero.registration-hero--center li,
        .registration-hero.registration-hero--center .text-editor li, .text-editor .registration-hero.registration-hero--center li {
          font-size: 15px; } }

.category-line {
  font-size: 16px;
  font-weight: bold;
  padding: 1.5rem 0 0; }
  @media (max-width: 767.98px) {
    .category-line {
      font-size: 14px; } }
  .category-line .category-line__list {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    position: relative; }
    .category-line .category-line__list:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50px;
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
      background-image: linear-gradient(to right, transparent, white);
      display: block; }
    .category-line .category-line__list .category-line__list__item {
      display: inline-block;
      margin: 0 48px 0 0;
      font-weight: 700; }
      @media (max-width: 767.98px) {
        .category-line .category-line__list .category-line__list__item {
          margin-right: 15px; } }
      .category-line .category-line__list .category-line__list__item:hover {
        color: #f8485e; }
      .category-line .category-line__list .category-line__list__item.category-line__list__item--first {
        color: #f8485e; }
      .category-line .category-line__list .category-line__list__item.category-line__list__item--final {
        color: #f8485e; }
  .category-line.category-line--open .category-line__list .category-line__list__item:hover {
    color: #483698; }
  .category-line.category-line--open .category-line__list .category-line__list__item.category-line__list__item--first {
    color: #483698; }
  .category-line.category-line--open .category-line__list .category-line__list__item.category-line__list__item--final {
    color: #483698; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 5px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 7px; }

.simplebar-scrollbar::before {
  border-radius: 0; }

.category-line__button {
  text-align: center; }
  .category-line__button a {
    background: white;
    padding: 10px 30px;
    display: inline-block;
    margin: 6px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #dcdcdc; }
    .category-line__button a:hover {
      background: #f8485e;
      color: white;
      border-color: #f8485e; }

.modular--list-icon__item__grid {
  grid-template-columns: 30px 1fr; }

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em; }
  @media screen and (max-width: 1024px) {
    .product-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 580px) {
    .product-grid {
      grid-template-columns: 1fr; } }
  .product-grid.product-grid--2 {
    grid-template-columns: 1fr 1fr;
    gap: 0; }
    .product-grid.product-grid--2 .product-grid__item {
      padding-right: 30px; }
    @media screen and (max-width: 1024px) {
      .product-grid.product-grid--2 {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 580px) {
      .product-grid.product-grid--2 {
        grid-template-columns: 1fr; } }

.swiper-keep-going {
  position: inherit; }
  .swiper-keep-going h6 {
    text-transform: uppercase;
    font-size: 16px;
    color: #f8485e;
    font-weight: 700; }
  .swiper-keep-going ul {
    padding: 0;
    list-style: none; }
    .swiper-keep-going ul li {
      display: inline-block;
      font-size: 13px;
      margin-right: 20px; }
      .swiper-keep-going ul li i {
        margin-right: 5px;
        font-size: 15px; }
  @media (max-width: 575.98px) {
    .swiper-keep-going .btn {
      min-width: 205px; }
    .swiper-keep-going h2 {
      font-size: 18px; }
    .swiper-keep-going .swiper-button-next,
    .swiper-keep-going .swiper-button-prev {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      opacity: 1;
      margin-bottom: 3rem;
      top: 20%;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); } }
  .swiper-keep-going .swiper-slide--image {
    margin: 4rem auto;
    max-width: 80%;
    position: relative; }
    @media (max-width: 575.98px) {
      .swiper-keep-going .swiper-slide--image {
        margin-top: 3rem;
        margin-bottom: 2rem;
        max-width: 70%; } }
    .swiper-keep-going .swiper-slide--image img {
      width: 100%;
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      z-index: 2;
      position: relative;
      -webkit-box-shadow: 0px -7px 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0px -7px 20px 0 rgba(0, 0, 0, 0.1); }
    .swiper-keep-going .swiper-slide--image:before {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      background: #fdea49;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transform: rotate(-1deg);
              transform: rotate(-1deg); }
    .swiper-keep-going .swiper-slide--image:after {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
      background: #000000;
      width: 100%;
      height: 100%;
      z-index: 0; }

.trailerModal-slide .modal-dialog {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .trailerModal-slide .modal-dialog {
      max-width: 100%; } }

.trailerModal-slide .btn-close {
  position: fixed;
  top: 2%;
  right: 2%;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 50px; }

.trailerModal-slide .modal-content {
  background: none; }

.slick-dots {
  display: block;
  width: 50%;
  margin: 0;
  text-align: center;
  margin-bottom: 0rem;
  top: -2rem;
  position: relative; }
  @media (max-width: 991.98px) {
    .slick-dots {
      width: 100%; } }
  .slick-dots li {
    margin-right: 10px !important; }
    .slick-dots li.slick-active button {
      opacity: 1; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 8px;
      height: 8px;
      padding: 0;
      border-radius: 100%;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #f8485e;
      font-size: 1px;
      opacity: .5; }

.modular--collection-list .card-img {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .modular--collection-list .card-img {
      padding-bottom: 0;
      height: 200px; } }
  .modular--collection-list .card-img div {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    .modular--collection-list .card-img div img {
      display: block;
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }

.modular--collection-list .card-hover {
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 70px !important; }
  .modular--collection-list .card-hover ul {
    line-height: 1.3; }
    .modular--collection-list .card-hover ul li {
      font-size: 13px; }

.modular--collection-list .card:hover .card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.modular--collection-list .card:hover .card-hover {
  opacity: 1; }

.modular--collection-list .card-icon {
  width: 35px;
  height: 35px;
  background: white;
  color: #f8485e;
  border-radius: 100%;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 10; }

.modular--collection-list .card-text h4 {
  font-family: "Inter", "sans-serif";
  font-size: 18px;
  color: #1d1d1f;
  font-weight: 700; }

.modular--collection-list .card-text p,
.modular--collection-list .card-text .ld-tabs-content li, .ld-tabs-content .modular--collection-list .card-text li,
.modular--collection-list .card-text .text-editor li, .text-editor .modular--collection-list .card-text li {
  color: #838383;
  font-size: 13px; }

.modular--collection-list .card-text h6 {
  font-size: 13px; }

.modular--collection-carousel:hover .swiper-button-next,
.modular--collection-carousel:hover .swiper-button-prev {
  opacity: 1; }

.btn-reel {
  background: transparent;
  color: white;
  border: 3px solid white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  height: 50px; }

.modular--reel-categorie {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1d1d1f), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1d1d1f 0%, #000000 100%) 0% 0% no-repeat padding-box;
  position: relative; }
  .modular--reel-categorie .reel-overlay {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }

.modular--reel-categorie:hover .reel-overlay {
  background-color: rgba(0, 0, 0, 0.4); }

.modular--reel-categorie:hover .btn-reel {
  padding-left: 30px;
  padding-right: 30px;
  background: #f8485e;
  border-color: #f8485e; }

.reel-content {
  position: relative;
  z-index: 10;
  text-align: center;
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.reel-slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.reel-slide {
  margin: 0 16px;
  aspect-ratio: 42 / 30;
  width: 420px;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .reel-slide img.background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    aspect-ratio: 42 / 30;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 992px) {
    .reel-slide {
      aspect-ratio: 10 / 14;
      width: 200px;
      height: 280px; }
      .reel-slide img.background {
        aspect-ratio: 10 / 14;
        -o-object-fit: cover;
           object-fit: cover; } }
  .reel-slide h4 {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px; }

.banner-signup {
  position: relative; }
  .banner-signup .banner-signup-img {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30%; }
  @media (min-width: 576px) {
    .banner-signup .banner-signup__inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .banner-signup .banner-signup__form {
    max-width: 700px;
    width: 100%; }
    .banner-signup .banner-signup__form input.banner-signup__email {
      border-radius: 30px;
      border: 2px solid white;
      margin: 0;
      width: 100%;
      padding-right: 170px;
      height: 55px;
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        .banner-signup .banner-signup__form input.banner-signup__email {
          padding-right: 15px; } }
    .banner-signup .banner-signup__form .banner-signup__button {
      padding: 0;
      border: 0;
      height: 55px;
      font-size: 18px;
      border-radius: 30px;
      letter-spacing: 0.5px;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0;
      text-align: center; }
      @media (min-width: 576px) {
        .banner-signup .banner-signup__form .banner-signup__button {
          top: 0;
          right: 0;
          position: absolute;
          width: 170px; } }
      @media (max-width: 575.98px) {
        .banner-signup .banner-signup__form .banner-signup__button {
          width: 100%; } }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  height: 45px;
  color: black;
  font-size: 14px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder {
    color: #838383;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder {
    color: #838383;
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder {
    color: #838383;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder {
    color: #838383;
    opacity: 1; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus {
    border-color: #000000; }

textarea {
  font-size: 14px; }
  textarea::-webkit-input-placeholder {
    color: #838383;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #838383;
    opacity: 1; }
  textarea:-moz-placeholder {
    color: #838383;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #838383;
    opacity: 1; }

input[type=radio] {
  accent-color: black; }


select,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: black; }
  @media (prefers-reduced-motion: reduce) {
    
    select,
    .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
      -webkit-transition: none;
      transition: none; } }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-results__option--highlighted[aria-selected],
  .select2-container .select2-results__option--highlighted[data-selected] {
    background: #1d1d1f; }
  .select2-container .select2-selection--single {
    height: 45px;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    font-size: 14px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 45px !important;
      padding: 0;
      font-size: 14px;
      color: black; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 45px !important; }
  .select2-container .select2-dropdown {
    border-color: #dcdcdc !important; }
  .select2-container .select2-search__field {
    padding: 8px 15px;
    font-size: 13px; }
  .select2-container .select2-results__options {
    font-size: 13px; }

input[type=checkbox] {
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block; }
  input[type=checkbox]:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  input[type=checkbox]:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type=checkbox]:checked {
    background-color: #f8485e;
    border-color: transparent; }
    input[type=checkbox]: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"); }

input[type=radio] {
  width: 1em !important;
  height: 1em !important;
  display: inline-block !important;
  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;
  border-radius: 1.5em;
  min-width: 1em;
  min-height: 1em; }
  input[type=radio]:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  input[type=radio]:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type=radio]:checked {
    background-color: #f8485e;
    border-color: transparent;
    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"); }
  input[type=radio]:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }

.gform_wrapper.gravity-theme .gform_heading {
  display: none; }

.gform_wrapper.gravity-theme .disabled * {
  pointer-events: none; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px !important; }
  .gform_wrapper.gravity-theme .gform_fields .gfield {
    width: 100%;
    text-align: left; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
      display: block;
      font-size: 13px;
      margin-bottom: 5px;
      font-weight: 700; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input[type='checkbox'] {
      border-radius: 0 !important;
      min-width: 20px;
      min-height: 20px; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input[type='radio'] {
      border-radius: 100% !important;
      min-width: 20px;
      min-height: 20px; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']),
    .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']),
    .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
    .gform_wrapper.gravity-theme .gform_fields .gfield select,
    .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown,
    .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown {
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: normal;
      height: 45px;
      padding: 0 15px;
      border: 1px solid #dcdcdc;
      color: black;
      font-size: 14px; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox'])::-webkit-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio'])::-webkit-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-webkit-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield select::-webkit-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown::-webkit-input-placeholder,
      .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown::-webkit-input-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox'])::-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio'])::-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield select::-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown::-moz-placeholder,
      .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown::-moz-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea:-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield select:-moz-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:-moz-placeholder,
      .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:-moz-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):-ms-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):-ms-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea:-ms-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield select:-ms-input-placeholder,
      .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:-ms-input-placeholder,
      .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:-ms-input-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):focus,
      .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):focus,
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus,
      .gform_wrapper.gravity-theme .gform_fields .gfield select:focus,
      .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:focus,
      .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:focus {
        border-color: #000000; }
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):focus::-webkit-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):focus::-webkit-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus::-webkit-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield select:focus::-webkit-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:focus::-webkit-input-placeholder,
        .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:focus::-webkit-input-placeholder {
          color: transparent; }
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):focus::-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):focus::-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus::-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield select:focus::-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:focus::-moz-placeholder,
        .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:focus::-moz-placeholder {
          color: transparent; }
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):focus:-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):focus:-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus:-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield select:focus:-moz-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:focus:-moz-placeholder,
        .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:focus:-moz-placeholder {
          color: transparent; }
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='checkbox']):focus:-ms-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type='radio']):focus:-ms-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus:-ms-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield select:focus:-ms-input-placeholder,
        .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:focus:-ms-input-placeholder,
        .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown:focus:-ms-input-placeholder {
          color: transparent; }
    
    .gform_wrapper.gravity-theme .gform_fields .gfield select,
    .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown,
    .yith-wcan-filters .yith-wcan-filter .gform_wrapper.gravity-theme .gform_fields .gfield .yith-wcan-dropdown {
      display: block;
      width: 100%;
      padding: 0 15px;
      background-color: white;
      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 #dcdcdc;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: black;
      font-size: 14px;
      font-weight: 400; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input[type="email"] {
      text-transform: none !important; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input[type="file"] {
      padding: 4px 13px 0 !important; }
    .gform_wrapper.gravity-theme .gform_fields .gfield input[type='checkbox'] {
      width: 20px !important;
      height: 20px !important;
      padding: 0 !important;
      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; }
      .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox]:checked {
        background-color: #f8485e; }
        .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox]: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"); }
    .gform_wrapper.gravity-theme .gform_fields .gfield textarea {
      height: 150px !important;
      padding: 15px !important;
      color: black;
      font-size: 14px; }
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-webkit-input-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea:-moz-placeholder {
        color: #838383;
        opacity: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield textarea:-ms-input-placeholder {
        color: #838383;
        opacity: 1; }
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error .ginput_container textarea,
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error .ginput_container input {
      border-color: #f00; }
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error .validation_message {
      background: rgba(255, 0, 0, 0.2) !important; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .gform_fileupload_rules {
      font-size: 12px !important; }

.gform_wrapper.gravity-theme .ginput_container_consent {
  position: relative; }
  .gform_wrapper.gravity-theme .ginput_container_consent label {
    font-size: 12px;
    color: #000000;
    display: inline-block;
    padding-left: 30px;
    text-align: left;
    max-width: 100%;
    line-height: 25px; }
    .gform_wrapper.gravity-theme .ginput_container_consent label a {
      font-weight: bold;
      text-decoration: underline; }
  .gform_wrapper.gravity-theme .ginput_container_consent input {
    top: 3px;
    left: 0;
    position: absolute; }

.gform_wrapper.gravity-theme .gform_footer {
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  .gform_wrapper.gravity-theme .gform_footer .gform_button {
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    text-align: center;
    line-height: 18px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .gform_wrapper.gravity-theme .gform_footer .gform_button {
        font-size: 14px;
        height: 42px; } }

.gform_wrapper.gravity-theme .gform_validation_errors {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  background: #f00 !important;
  margin-bottom: 1rem !important; }
  .gform_wrapper.gravity-theme .gform_validation_errors * {
    color: white !important; }
  .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    letter-spacing: 0;
    font-family: "Inter", "sans-serif"; }

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: #f00 !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 600; }

.gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  background: #bbe2bb;
  padding: 2rem;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 29px; }

.gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0;
  padding: 0;
  line-height: 21px;
  margin: 0;
  margin-bottom: 10px; }

#loginform {
  margin: 5rem auto;
  max-width: 500px;
  -webkit-box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15);
          box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15);
  border-radius: 0;
  padding: 35px; }
  #loginform input[type="password"],
  #loginform input[type="text"],
  #loginform label {
    width: 100%; }
  #loginform label {
    font-size: 12px;
    font-weight: 700; }
  #loginform input[type="submit"] {
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    text-align: center;
    line-height: 18px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      #loginform input[type="submit"] {
        font-size: 14px;
        height: 42px; } }
  #loginform .login-submit {
    text-align: center; }

.woocommerce form .woocommerce-form-row em {
  font-size: 12px; }

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 20px 0; }
  @media (max-width: 575.98px) {
    .woocommerce form .form-row {
      width: 100%; } }
  .woocommerce form .form-row label {
    line-height: 2;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700; }
  .woocommerce form .form-row .input-checkbox {
    display: inline-block !important; }
  .woocommerce form .form-row textarea {
    padding: 14px;
    min-height: 100px; }

.mailchimp-newsletter {
  display: none; }

.form--profiler_wrapper {
  position: relative; }
  .form--profiler_wrapper .partial_entry_warning {
    text-align: center;
    color: #838383; }
  .form--profiler_wrapper .gform_validation_errors {
    max-width: 410px;
    margin: 0 auto; }
  .form--profiler_wrapper form.form--profiler .gf_progressbar_percentage {
    height: 5px; }
    .form--profiler_wrapper form.form--profiler .gf_progressbar_percentage.percentbar_custom {
      background-color: #f8485e !important; }
  .form--profiler_wrapper form.form--profiler .gf_progressbar_wrapper,
  .form--profiler_wrapper form.form--profiler .validation_message,
  .form--profiler_wrapper form.form--profiler .gform_validation_errors {
    max-width: 410px;
    margin: 0 auto; }
  .form--profiler_wrapper form.form--profiler .gf_progressbar_title {
    text-align: center; }
  .form--profiler_wrapper form.form--profiler .gf_progressbar_percentage {
    margin-bottom: 40px; }
    .form--profiler_wrapper form.form--profiler .gf_progressbar_percentage span {
      display: none; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_description {
    color: #838383;
    text-align: center;
    font-size: 13px; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield legend.gfield_label,
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_label {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #f8485e; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_label.gfield_label_before_complex {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_label .gfield_required {
    display: none; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .ginput_container {
    max-width: 410px;
    margin: 0 auto; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_checkbox .gchoice {
    padding: 24px;
    background-color: #f2f2f2;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_checkbox .gchoice input.gfield-choice-input {
      display: inline-block;
      margin-right: 18px;
      border: 1px solid #ccc !important; }
  .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_radio .gchoice {
    padding: 24px;
    background-color: #f2f2f2;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_radio .gchoice input.gfield-choice-input {
      display: inline-block;
      margin-right: 18px;
      width: 13px !important;
      padding: 0 !important; }
  .form--profiler_wrapper form.form--profiler .gform_page_footer,
  .form--profiler_wrapper form.form--profiler .gform_footer.top_label {
    max-width: 410px;
    margin: 0 auto !important; }
    .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="button"],
    .form--profiler_wrapper form.form--profiler .gform_page_footer input[type="submit"],
    .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="button"],
    .form--profiler_wrapper form.form--profiler .gform_footer.top_label input[type="submit"] {
      width: 98%;
      margin: 0;
      text-transform: uppercase; }
    .form--profiler_wrapper form.form--profiler .gform_page_footer .gform_previous_button,
    .form--profiler_wrapper form.form--profiler .gform_footer.top_label .gform_previous_button {
      display: none; }
  .form--profiler_wrapper form.form--profiler .gform_page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .form--profiler_wrapper form.form--profiler .gform_page_footer .gform_previous_button {
      border: 2px solid #f8485e;
      text-transform: none !important;
      font-weight: bold;
      color: #f8485e;
      margin-right: 1% !important;
      text-transform: uppercase !important; }

.gf-user-profiler-field .categories-list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .gf-user-profiler-field .categories-list li {
    margin-bottom: 20px; }
  .gf-user-profiler-field .categories-list .categories-list__item {
    position: relative;
    margin: 0 auto;
    line-height: 1;
    cursor: pointer;
    /* Selected */
    /* Hover */ }
    .gf-user-profiler-field .categories-list .categories-list__item .categories-list__name {
      font-weight: 500;
      margin: 10px 0;
      line-height: 1.3em;
      display: block;
      font-weight: 700;
      font-size: 16px;
      color: #1d1d1f; }
    .gf-user-profiler-field .categories-list .categories-list__item label {
      display: block;
      margin: 0; }
    .gf-user-profiler-field .categories-list .categories-list__item input {
      display: none !important; }
    .gf-user-profiler-field .categories-list .categories-list__item .categories-list__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 10;
      overflow: hidden;
      min-height: 50px;
      margin-bottom: 3px;
      max-height: 130px; }
      @media (max-width: 767.98px) {
        .gf-user-profiler-field .categories-list .categories-list__item .categories-list__image {
          max-height: 100px; } }
      .gf-user-profiler-field .categories-list .categories-list__item .categories-list__image:before {
        z-index: 20;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        content: "";
        background-color: #16161680;
        border-radius: 0;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%; }
      .gf-user-profiler-field .categories-list .categories-list__item .categories-list__image img {
        z-index: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        border-radius: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%; }
    .gf-user-profiler-field .categories-list .categories-list__item .categories-list__circle {
      font-size: 11px;
      z-index: 20;
      top: 50%;
      left: 50%;
      position: absolute;
      width: 2rem;
      height: 2rem;
      line-height: 1;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .gf-user-profiler-field .categories-list .categories-list__item .categories-list__circle i {
        font-size: 16px; }
    .gf-user-profiler-field .categories-list .categories-list__item .categories-list__circle .categories-list__circle-check {
      display: none; }
    .gf-user-profiler-field .categories-list .categories-list__item .categories-list__circle .categories-list__circle-plus {
      display: inline-block; }
    .gf-user-profiler-field .categories-list .categories-list__item input:checked + .categories-list__image .categories-list__circle {
      background-color: #f8485e;
      -webkit-transform: translate(-50%, -50%) rotate(0) !important;
              transform: translate(-50%, -50%) rotate(0) !important; }
    .gf-user-profiler-field .categories-list .categories-list__item input:checked + .categories-list__image .categories-list__circle-check {
      display: block; }
    .gf-user-profiler-field .categories-list .categories-list__item input:checked + .categories-list__image .categories-list__circle-plus {
      display: none; }
    .gf-user-profiler-field .categories-list .categories-list__item input:checked + .categories-list__image:before {
      opacity: 0; }
    .gf-user-profiler-field .categories-list .categories-list__item:hover .categories-list__circle {
      background-color: #f8485e;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
    .gf-user-profiler-field .categories-list .categories-list__item:hover .categories-list__image img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.profiler__skip {
  font-weight: bold; }
  @media (min-width: 768px) {
    .profiler__skip {
      position: fixed;
      bottom: 20px;
      right: 20px; } }
  .profiler__skip a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    text-align: center;
    color: #1d1d1f; }
    @media (min-width: 768px) {
      .profiler__skip a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .profiler__skip small {
    font-size: 14px;
    padding: 0 10px; }

.page--profiler {
  background: #f2f2f2;
  min-height: 100vh; }
  .page--profiler .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_radio .gchoice,
  .page--profiler .form--profiler_wrapper form.form--profiler .gform_fields .gfield .gfield_checkbox .gchoice,
  .page--profiler .gform_wrapper.gravity-theme .gf_progressbar {
    background: white; }
  .page--profiler .gform_wrapper.gravity-theme .gfield_checkbox label,
  .page--profiler .gform_wrapper.gravity-theme .gfield_radio label {
    font-weight: bold; }

.partial_entry_warning {
  display: none !important; }

.gform_wrapper.gravity-theme .gform_fields .gfield input[type="range"] {
  border: 0; }

.gf-range-field {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gf-range-field input {
    max-width: 400px !important; }

.gf-avatar-field .avatar-field {
  margin-bottom: 0;
  list-style-type: none; }
  .gf-avatar-field .avatar-field li {
    margin-bottom: 20px; }
  .gf-avatar-field .avatar-field .avatar-field__item {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    line-height: 1;
    cursor: pointer;
    /* Selected */
    /* Hover */ }
    .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__name {
      font-size: 0.8125rem;
      font-weight: 500; }
    .gf-avatar-field .avatar-field .avatar-field__item label {
      display: block;
      margin: 0; }
    .gf-avatar-field .avatar-field .avatar-field__item input {
      display: none !important; }
    .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__image {
      display: block;
      position: relative;
      z-index: 10;
      overflow: hidden;
      min-height: 50px;
      margin-bottom: 3px;
      border-radius: 6px;
      aspect-ratio: 1 / 1;
      -o-object-fit: cover;
         object-fit: cover; }
      .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__image:before {
        z-index: 20;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        content: "";
        background-color: #16161680;
        border-radius: 6px;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%; }
      .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__image img {
        z-index: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        border-radius: 6px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__circle {
      font-size: 11px;
      z-index: 20;
      top: 50%;
      left: 50%;
      position: absolute;
      width: 2rem;
      height: 2rem;
      line-height: 1;
      color: #fff;
      cursor: pointer;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__circle .avatar-field__circle-check {
      display: none; }
    .gf-avatar-field .avatar-field .avatar-field__item .avatar-field__circle .avatar-field__circle-plus {
      display: inline-block; }
    .gf-avatar-field .avatar-field .avatar-field__item input:checked + .avatar-field__image .avatar-field__circle {
      background-color: #f8485e;
      -webkit-transform: translate(-50%, -50%) rotate(0) !important;
              transform: translate(-50%, -50%) rotate(0) !important; }
    .gf-avatar-field .avatar-field .avatar-field__item input:checked + .avatar-field__image .avatar-field__circle-check {
      display: block; }
    .gf-avatar-field .avatar-field .avatar-field__item input:checked + .avatar-field__image .avatar-field__circle-plus {
      display: none; }
    .gf-avatar-field .avatar-field .avatar-field__item input:checked + .avatar-field__image:before {
      opacity: 0; }
    .gf-avatar-field .avatar-field .avatar-field__item:hover .avatar-field__circle {
      background-color: #f8485e;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
    .gf-avatar-field .avatar-field .avatar-field__item:hover .avatar-field__image img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.avatar-field__item__special {
  position: absolute;
  background-color: #f8485e;
  color: white;
  padding: 6px;
  z-index: 30;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0; }

#modalSearch {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background: white; }
  #modalSearch button.btn-close {
    top: 20px;
    right: 30px;
    position: fixed; }
  #modalSearch.show {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  #modalSearch .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100% !important;
    background: white;
    padding: 10% 0 2rem; }
    #modalSearch .modal-dialog .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
      background: white;
      max-width: 800px;
      margin: 0 auto; }
      #modalSearch .modal-dialog .modal-content .modal-body {
        width: 100%; }
        #modalSearch .modal-dialog .modal-content .modal-body form {
          position: relative; }
          #modalSearch .modal-dialog .modal-content .modal-body form .search-field {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            height: 50px;
            border-radius: 0 !important;
            background: none;
            border: 0 !important;
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #dcdcdc !important;
            padding-right: 60px; }
          #modalSearch .modal-dialog .modal-content .modal-body form button {
            top: 0;
            right: 0;
            position: absolute;
            width: 50px;
            height: 50px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: 0;
            background: none; }
            #modalSearch .modal-dialog .modal-content .modal-body form button i {
              font-size: 24px; }
        #modalSearch .modal-dialog .modal-content .modal-body #rlvlive {
          position: relative; }
        #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-no-min-chars:after {
          padding: 6em 2em 0; }
        #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing {
          top: 0 !important;
          left: 0 !important;
          border: 0 !important;
          min-height: auto;
          max-height: none;
          border-radius: 0 !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          overflow: visible; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing p.relevanssi-live-search-no-results,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .ld-tabs-content li.relevanssi-live-search-no-results, .ld-tabs-content #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing li.relevanssi-live-search-no-results,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .text-editor li.relevanssi-live-search-no-results, .text-editor #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing li.relevanssi-live-search-no-results {
            margin: 30px 0;
            padding: 0;
            font-size: 0.8em; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status {
            margin: 30px 0; }
            #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status p,
            #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status .ld-tabs-content li, .ld-tabs-content #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status li,
            #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status .text-editor li, .text-editor #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status li {
              border: 0;
              padding: 0;
              font-weight: 500;
              margin: 0; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .search-result-item__title {
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing a {
            display: inline-block;
            white-space: initial;
            overflow: visible;
            text-overflow: none; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result {
            margin-bottom: 5rem; }
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result p,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result .ld-tabs-content li, .ld-tabs-content #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result li,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result .text-editor li, .text-editor #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result li, #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status p,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status .ld-tabs-content li, .ld-tabs-content #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status li,
          #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status .text-editor li, .text-editor #modalSearch .modal-dialog .modal-content .modal-body .relevanssi-live-search-results-showing .relevanssi-live-search-result-status li {
            border-bottom: 0; }
  #modalSearch p.screen-reader-text,
  #modalSearch .ld-tabs-content li.screen-reader-text, .ld-tabs-content #modalSearch li.screen-reader-text,
  #modalSearch .text-editor li.screen-reader-text, .text-editor #modalSearch li.screen-reader-text {
    margin: 30px 0;
    font-size: 0.8em; }

.search-result-item {
  margin-bottom: 20px;
  background: #f2f2f2;
  overflow: hidden;
  min-height: 120px; }
  @media (max-width: 767.98px) {
    .search-result-item {
      min-height: 150px; } }
  .search-result-item__image {
    background-position: center;
    background-size: cover;
    min-height: 165px; }
  .search-result-item__title {
    padding: 0;
    border: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    display: block; }
    .search-result-item__title strong {
      font-weight: 700;
      color: #1d1d1f; }
  .search-result-item__docenti {
    margin: 5px 0;
    font-size: 13px;
    font-weight: 700; }
    .search-result-item__docenti a {
      display: inline-block;
      text-overflow: initial;
      overflow: visible;
      color: #f8485e; }
  .search-result-item__label {
    background: #f8485e;
    padding: 2px 5px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    display: inline-block; }
  .search-result-item__cat a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold; }
    .search-result-item__cat a:after {
      content: '|';
      margin: 0 5px; }
    .search-result-item__cat a:last-child::after {
      content: none; }

.search-form-archive {
  border: 1px solid #dcdcdc;
  padding: 0 30px;
  border-radius: 34px;
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-form-archive input {
    height: 45px;
    border: 0;
    width: 90%;
    text-align: left;
    font-size: 13px; }
  .search-form-archive button {
    background: none;
    border: 0;
    width: 10%; }
    .search-form-archive button img {
      height: 20px; }

.woocommerce-notices__wrapper .woocommerce-error,
.woocommerce-notices__wrapper .woocommerce-info,
.woocommerce-notices__wrapper .woocommerce-message {
  margin: 0 !important;
  font-size: 20px;
  font-size: 16px;
  text-align: center;
  padding: 1em 0 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border: 0; }
  @media (max-width: 767.98px) {
    .woocommerce-notices__wrapper .woocommerce-error,
    .woocommerce-notices__wrapper .woocommerce-info,
    .woocommerce-notices__wrapper .woocommerce-message {
      font-size: 13px; } }
  .woocommerce-notices__wrapper .woocommerce-error:before,
  .woocommerce-notices__wrapper .woocommerce-info:before,
  .woocommerce-notices__wrapper .woocommerce-message:before {
    content: none !important; }
  .woocommerce-notices__wrapper .woocommerce-error a:not(.button):not(input[type="button"]),
  .woocommerce-notices__wrapper .woocommerce-info a:not(.button):not(input[type="button"]),
  .woocommerce-notices__wrapper .woocommerce-message a:not(.button):not(input[type="button"]) {
    text-decoration: underline;
    font-weight: 700; }
  .woocommerce-notices__wrapper .woocommerce-error .button, .woocommerce-notices__wrapper .woocommerce-error input[type="button"], .woocommerce-notices__wrapper .woocommerce-error #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-error input.submit,
  .woocommerce-notices__wrapper .woocommerce-info .button,
  .woocommerce-notices__wrapper .woocommerce-info input[type="button"],
  .woocommerce-notices__wrapper .woocommerce-info #review_form .form-submit input.submit,
  #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-info input.submit,
  .woocommerce-notices__wrapper .woocommerce-message .button,
  .woocommerce-notices__wrapper .woocommerce-message input[type="button"],
  .woocommerce-notices__wrapper .woocommerce-message #review_form .form-submit input.submit,
  #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-message input.submit {
    font-size: 12px !important;
    height: 36px !important; }
  .woocommerce-notices__wrapper .woocommerce-error span.icon,
  .woocommerce-notices__wrapper .woocommerce-info span.icon,
  .woocommerce-notices__wrapper .woocommerce-message span.icon {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 10px; }
  .woocommerce-notices__wrapper .woocommerce-error .button, .woocommerce-notices__wrapper .woocommerce-error input[type="button"], .woocommerce-notices__wrapper .woocommerce-error #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-error input.submit,
  .woocommerce-notices__wrapper .woocommerce-info .button,
  .woocommerce-notices__wrapper .woocommerce-info input[type="button"],
  .woocommerce-notices__wrapper .woocommerce-info #review_form .form-submit input.submit,
  #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-info input.submit,
  .woocommerce-notices__wrapper .woocommerce-message .button,
  .woocommerce-notices__wrapper .woocommerce-message input[type="button"],
  .woocommerce-notices__wrapper .woocommerce-message #review_form .form-submit input.submit,
  #review_form .form-submit .woocommerce-notices__wrapper .woocommerce-message input.submit {
    float: right;
    text-decoration: none; }
  .woocommerce-notices__wrapper .woocommerce-error li,
  .woocommerce-notices__wrapper .woocommerce-info li,
  .woocommerce-notices__wrapper .woocommerce-message li {
    list-style: none outside !important; }

.woocommerce-notices__wrapper .woocommerce-error li,
.woocommerce-notices__wrapper .woocommerce-message .d-inline-block {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left; }
  @media (max-width: 1200px) {
    .woocommerce-notices__wrapper .woocommerce-error li,
    .woocommerce-notices__wrapper .woocommerce-message .d-inline-block {
      max-width: 1180px; } }
  @media (max-width: 991.98px) {
    .woocommerce-notices__wrapper .woocommerce-error li,
    .woocommerce-notices__wrapper .woocommerce-message .d-inline-block {
      max-width: 100%; } }

.woocommerce-notices__wrapper .woocommerce-message span.icon::before {
  content: "\e015"; }

.woocommerce-notices__wrapper .woocommerce-error .icon::before {
  content: "\e016";
  color: #721c24; }

.woocommerce-notices__wrapper .woocommerce-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  @media (max-width: 767.98px) {
    .woocommerce-notices__wrapper .woocommerce-error {
      font-size: 13px; } }

.woocommerce-notices__wrapper .woocommerce-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  @media (max-width: 767.98px) {
    .woocommerce-notices__wrapper .woocommerce-message {
      font-size: 13px; } }

.woocommerce-notices__wrapper .woocommerce-info {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  @media (max-width: 767.98px) {
    .woocommerce-notices__wrapper .woocommerce-info {
      font-size: 13px; } }

.page .woocommerce-error,
.page .woocommerce-info,
.page .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  color: #856404;
  background-color: #fff3cd;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-top: 0 !important; }
  .page .woocommerce-error:after, .page .woocommerce-error:before,
  .page .woocommerce-info:after,
  .page .woocommerce-info:before,
  .page .woocommerce-message:after,
  .page .woocommerce-message:before {
    content: " ";
    display: table;
    color: #856404; }
  .page .woocommerce-error::after,
  .page .woocommerce-info::after,
  .page .woocommerce-message::after {
    clear: both; }
  .page .woocommerce-error:before,
  .page .woocommerce-info:before,
  .page .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em; }
  .page .woocommerce-error a:not(.button):not(input[type="button"]),
  .page .woocommerce-info a:not(.button):not(input[type="button"]),
  .page .woocommerce-message a:not(.button):not(input[type="button"]) {
    text-decoration: underline;
    font-weight: 700; }
  .page .woocommerce-error .button, .page .woocommerce-error input[type="button"], .page .woocommerce-error #review_form .form-submit input.submit, #review_form .form-submit .page .woocommerce-error input.submit,
  .page .woocommerce-info .button,
  .page .woocommerce-info input[type="button"],
  .page .woocommerce-info #review_form .form-submit input.submit,
  #review_form .form-submit .page .woocommerce-info input.submit,
  .page .woocommerce-message .button,
  .page .woocommerce-message input[type="button"],
  .page .woocommerce-message #review_form .form-submit input.submit,
  #review_form .form-submit .page .woocommerce-message input.submit {
    float: right;
    font-size: 12px !important;
    height: 36px !important; }
  .page .woocommerce-error li,
  .page .woocommerce-info li,
  .page .woocommerce-message li {
    list-style: none outside !important; }

.page .woocommerce-message--info:before {
  color: #856404 !important; }

.page .woocommerce-message::before {
  content: "\e015";
  color: #155724; }

.page .woocommerce-error::before {
  content: "\e016";
  color: #721c24; }

.page .woocommerce-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  @media (max-width: 767.98px) {
    .page .woocommerce-error {
      font-size: 13px; } }

.page .woocommerce-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  @media (max-width: 767.98px) {
    .page .woocommerce-message {
      font-size: 13px; } }

.page .woocommerce-info {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  @media (max-width: 767.98px) {
    .page .woocommerce-info {
      font-size: 13px; } }

.woocommerce-info[data-id="coupon-trial"] {
  color: #f8485e;
  background-color: #feedef;
  padding: 1rem 2rem; }
  .woocommerce-info[data-id="coupon-trial"]:before {
    content: none; }
  .woocommerce-info[data-id="coupon-trial"] i {
    font-size: 20px;
    margin-right: 5px; }

.woocommerce table.shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dcdcdc;
  font-size: 13px; }
  .woocommerce table.shop_table thead th {
    font-size: 16px;
    color: #838383;
    font-weight: 700; }
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: -1px; }
    .woocommerce table.shop_table th a,
    .woocommerce table.shop_table td a {
      font-weight: 700; }
    .woocommerce table.shop_table th .button, .woocommerce table.shop_table th input[type="button"], .woocommerce table.shop_table th #review_form .form-submit input.submit, #review_form .form-submit .woocommerce table.shop_table th input.submit,
    .woocommerce table.shop_table td .button,
    .woocommerce table.shop_table td input[type="button"],
    .woocommerce table.shop_table td #review_form .form-submit input.submit,
    #review_form .form-submit .woocommerce table.shop_table td input.submit {
      font-size: 13px; }
  .woocommerce table.shop_table .bundle_table_item label {
    display: none; }
  .woocommerce table.shop_table .bundle_table_item .quantity {
    margin-top: 5px; }
  @media (min-width: 768px) {
    .woocommerce table.shop_table .bundle_table_item td {
      border-bottom: 1px solid #dcdcdc !important; } }
  .woocommerce table.shop_table thead th {
    vertical-align: bottom; }
  .woocommerce table.shop_table .product-thumbnail {
    max-width: 115px; }
    @media (min-width: 768px) {
      .woocommerce table.shop_table .product-thumbnail {
        min-width: 115px; } }
    .woocommerce table.shop_table .product-thumbnail img {
      width: 100%;
      height: auto;
      max-width: 160px; }
  .woocommerce table.shop_table td.product-name a {
    font-weight: 700;
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .woocommerce table.shop_table td.product-name a {
        font-size: 14px; } }
  .woocommerce table.shop_table td.product-quantity {
    font-size: 20px;
    font-weight: 700;
    color: #000000; }
    .woocommerce table.shop_table td.product-quantity label {
      display: none; }
    .woocommerce table.shop_table td.product-quantity input {
      max-width: 100px; }
  .woocommerce table.shop_table td.product-subtotal,
  .woocommerce table.shop_table td.product-price {
    font-size: 25px;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 767.98px) {
      .woocommerce table.shop_table td.product-subtotal,
      .woocommerce table.shop_table td.product-price {
        font-size: 16px; } }
    .woocommerce table.shop_table td.product-subtotal .tax_label,
    .woocommerce table.shop_table td.product-subtotal .subscription-details,
    .woocommerce table.shop_table td.product-price .tax_label,
    .woocommerce table.shop_table td.product-price .subscription-details {
      font-size: 11px;
      display: block;
      font-weight: 400;
      color: #838383; }
  .woocommerce table.shop_table td.product-remove {
    padding-top: 0;
    text-align: center; }
    .woocommerce table.shop_table td.product-remove a {
      font-size: 40px; }
  .woocommerce table.shop_table dt.variation-Partof {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px; }

@media (max-width: 767.98px) {
  .woocommerce-cart-form table {
    border-bottom: 0 !important; }
    .woocommerce-cart-form table tr {
      position: relative; }
    .woocommerce-cart-form table td {
      display: inline-block;
      border: 0 !important;
      padding: 20px 20px !important; }
      .woocommerce-cart-form table td.product-thumbnail {
        width: 50%;
        max-width: none !important; }
        .woocommerce-cart-form table td.product-thumbnail img {
          width: 100%;
          max-width: none !important; }
      .woocommerce-cart-form table td.product-name {
        width: 100% !important;
        padding: 10px 20px !important; }
      .woocommerce-cart-form table td.product-price, .woocommerce-cart-form table td.product-quantity, .woocommerce-cart-form table td.product-subtotal {
        width: 100%;
        font-size: 14px !important;
        font-weight: normal !important;
        padding: 5px 20px !important; }
        .woocommerce-cart-form table td.product-price *, .woocommerce-cart-form table td.product-quantity *, .woocommerce-cart-form table td.product-subtotal * {
          font-size: 14px; }
      .woocommerce-cart-form table td.product-subtotal {
        border-bottom: 1px solid #dcdcdc !important;
        padding-bottom: 20px !important;
        font-weight: 700; }
        .woocommerce-cart-form table td.product-subtotal .tax_label {
          width: auto;
          display: inline-block;
          font-size: 13px; }
        .woocommerce-cart-form table td.product-subtotal .subscription-price * {
          display: inline-block !important; }
      .woocommerce-cart-form table td.product-remove {
        width: 20% !important;
        float: right;
        text-align: right !important;
        padding-top: 0 !important; } }

.woocommerce nav.woocommerce-pagination {
  margin: 2rem 0 4rem; }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0;
    border-radius: 4px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce nav.woocommerce-pagination ul li {
      display: inline-block;
      border: 0;
      margin-right: 8px;
      margin-bottom: 8px; }
      .woocommerce nav.woocommerce-pagination ul li a,
      .woocommerce nav.woocommerce-pagination ul li span {
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: -1px;
        color: #000000;
        border: 1px solid #000000;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        -webkit-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;
        cursor: pointer; }
      .woocommerce nav.woocommerce-pagination ul li a:hover {
        border: 1px solid #f8485e;
        color: #f8485e; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #000000;
        border: 1px solid #000000;
        color: #fff; }

.yith-wcan-filters {
  margin-bottom: 0; }
  .yith-wcan-filters h4.filter-title {
    font-size: 18px;
    color: #1d1d1f;
    font-weight: 700; }
  .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    line-height: 1.7;
    margin-bottom: 5px; }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label > a {
      font-size: 14px;
      color: #1d1d1f; }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
      line-height: 20px; }
      .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input {
        top: 3px;
        position: relative;
        margin-right: 5px;
        border-color: #f8485e; }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating {
      line-height: 1;
      top: -1px; }
  .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating {
    display: inline-block;
    line-height: 12px; }
  .yith-wcan-filters .yith-wcan-filter .yith-wcan-reset-filters {
    width: 100%;
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 700; }
  .yith-wcan-filters .yith-wcan-filter .price-slider {
    padding-bottom: 0; }

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border-color: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit; }

#filterModal .modal-dialog {
  margin: 0;
  height: 100vh !important;
  max-width: 400px;
  border-radius: 0 !important;
  margin-left: -400px;
  -webkit-transition: ease-in-out 0.4s all;
  transition: ease-in-out 0.4s all;
  width: 90%; }

#filterModal.show .modal-dialog {
  margin-left: 0; }

#filterModal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: 100%; }

#main .widget_nav_menu h3 {
  font-size: 18px;
  color: #1d1d1f;
  font-weight: 700; }

#main .widget_nav_menu .menu {
  list-style: none;
  padding: 0; }
  #main .widget_nav_menu .menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f; }
  #main .widget_nav_menu .menu li.current-menu-item {
    display: none; }

.woocommerce-cart .woocommerce-cart-form table.shop_table {
  border: 0; }
  @media (max-width: 767.98px) {
    .woocommerce-cart .woocommerce-cart-form table.shop_table {
      border: 1px solid #dcdcdc; }
      .woocommerce-cart .woocommerce-cart-form table.shop_table thead {
        display: none; }
      .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal span.subscription-details,
      .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price span.subscription-details {
        display: inline-block !important; } }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo p,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo .ld-tabs-content li,
  .ld-tabs-content .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo li,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo .text-editor li,
  .text-editor .woocommerce-cart .woocommerce-cart-form table.shop_table .variation-rinnovo li {
    font-size: 13px;
    display: inline-block;
    margin: 0; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody .product-remove {
    border-left: 1px solid #dcdcdc;
    width: 50px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody .product-subtotal {
    border-right: 1px solid #dcdcdc; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody span.subscription-switch-direction {
    font-size: 12px;
    line-height: 1;
    display: block; }

.cart-collaterals .woocommerce-shipping-methods {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  .cart-collaterals .woocommerce-shipping-methods li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside; }
    .cart-collaterals .woocommerce-shipping-methods li input {
      margin: 3px 0.4375em 0 0;
      vertical-align: top; }

.cart-collaterals .cart_totals h2 {
  display: none; }

.cart-collaterals .cart_totals table.shop_table {
  width: 100%;
  border: 0; }
  .cart-collaterals .cart_totals table.shop_table th {
    font-weight: normal;
    color: #838383 !important; }
  .cart-collaterals .cart_totals table.shop_table td {
    font-weight: normal;
    text-align: right; }
  .cart-collaterals .cart_totals table.shop_table th,
  .cart-collaterals .cart_totals table.shop_table td {
    padding: 5px 0;
    color: #1d1d1f;
    font-size: 16px;
    border: 0; }
  .cart-collaterals .cart_totals table.shop_table tr td:last-child {
    font-size: 11px;
    color: #838383; }
    .cart-collaterals .cart_totals table.shop_table tr td:last-child .amount {
      font-weight: 700;
      font-size: 18px;
      color: #1d1d1f; }
  .cart-collaterals .cart_totals table.shop_table tr.order-total td {
    padding-bottom: 3rem; }
  .cart-collaterals .cart_totals table.shop_table .recurring-totals th {
    font-weight: 700;
    color: #1d1d1f !important;
    padding: 15px 15px 10px; }
  .cart-collaterals .cart_totals table.shop_table tr.recurring-totals {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    display: table-row; }
  .cart-collaterals .cart_totals table.shop_table tr.recurring-total {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; }
    .cart-collaterals .cart_totals table.shop_table tr.recurring-total:last-child {
      border-bottom: 1px solid #dcdcdc; }
    .cart-collaterals .cart_totals table.shop_table tr.recurring-total th,
    .cart-collaterals .cart_totals table.shop_table tr.recurring-total td {
      padding: 5px 15px 15px; }
  .cart-collaterals .cart_totals table.shop_table .shipping {
    display: none; }
  .cart-collaterals .cart_totals table.shop_table p,
  .cart-collaterals .cart_totals table.shop_table .ld-tabs-content li, .ld-tabs-content .cart-collaterals .cart_totals table.shop_table li,
  .cart-collaterals .cart_totals table.shop_table .text-editor li, .text-editor .cart-collaterals .cart_totals table.shop_table li {
    line-height: 18px; }
  .cart-collaterals .cart_totals table.shop_table small,
  .cart-collaterals .cart_totals table.shop_table .tax_label,
  .cart-collaterals .cart_totals table.shop_table .first-payment-date,
  .cart-collaterals .cart_totals table.shop_table .includes_tax {
    display: block;
    font-size: 11px; }
  .cart-collaterals .cart_totals table.shop_table .amount {
    display: block; }
  .cart-collaterals .cart_totals table.shop_table small.includes_tax * {
    display: inline-block !important;
    width: auto;
    font-size: 11px !important; }

.cart-collaterals .cart_totals a.checkout-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  height: 50px; }

.actions {
  margin-top: 10px;
  font-size: 14px; }
  .actions .coupon {
    font-size: 14px; }
    .actions .coupon #coupon_code {
      height: 45px;
      display: inline-block;
      width: 100%;
      padding: 0 20px;
      padding-right: 110px;
      background: #f2f2f2;
      font-size: 14px;
      border: 0;
      font-weight: 400;
      color: black; }
    .actions .coupon button.button {
      top: 0;
      right: 0;
      position: absolute;
      background: #000000;
      text-transform: uppercase;
      font-size: 15px !important;
      height: 45px;
      width: 100px;
      letter-spacing: 0.5px; }
      .actions .coupon button.button:hover {
        background: #1a1a1a; }
      @media (max-width: 767.98px) {
        .actions .coupon button.button {
          font-size: 13px; } }
  .actions .button-update {
    background: white !important;
    color: #f8485e !important;
    text-decoration: underline;
    text-align: center;
    font-size: 14px;
    float: right;
    margin-top: 10px;
    height: auto !important;
    text-transform: none !important; }

p.order-again,
.ld-tabs-content li.order-again,
.text-editor li.order-again {
  display: none !important; }

.woocommerce-cart-form small.tax_label {
  font-size: 11px;
  display: block; }

#wc_gc_cart_redeem_send {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  min-width: 100px;
  text-transform: uppercase;
  background-color: #f8485e;
  color: white;
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #wc_gc_cart_redeem_send:hover {
    background: #f95a6e;
    color: white; }

.add_gift_card_form h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1f;
  margin-top: 40px; }

.woocommerce-cart .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
  height: 45px;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  background: #f2f2f2;
  font-size: 14px;
  border: 0;
  font-weight: 400;
  color: black; }

.add_gift_card_form #wc_gc_cart_redeem_form button {
  background: #000000;
  text-transform: uppercase;
  font-size: 15px !important;
  height: 45px;
  width: 100px;
  letter-spacing: 0.5px; }

.cart-collaterals tr.order-total.recurring-total:after {
  position: absolute;
  bottom: 0;
  margin: 10px;
  left: 0;
  padding: 8px;
  width: 96%;
  content: 'Dal prossimo rinnovo pagherai l\’importo indicato in Totale ricorrente';
  background: #efefef;
  line-height: 16px; }

.cart-collaterals tr.order-total.recurring-total {
  position: relative; }

.cart-collaterals tr.order-total.recurring-total td:last-child {
  padding-bottom: 70px !important; }

.cart-collaterals tr.order-total.recurring-total th {
  vertical-align: top; }

.woocommerce-mini-cart {
  padding: 0;
  list-style: none;
  margin: 0; }
  .woocommerce-mini-cart li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 20px 0; }
    .woocommerce-mini-cart li .woocommerce-Title {
      color: #000000;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      display: block; }
    .woocommerce-mini-cart li .woocommerce-Price-amount {
      font-size: 18px;
      font-weight: 700;
      color: #000000; }
    .woocommerce-mini-cart li .subscription-details {
      font-size: 11px; }
    .woocommerce-mini-cart li .remove span {
      content: '';
      width: 14px;
      height: 16px;
      background-size: contain;
      display: block;
      float: right; }
    .woocommerce-mini-cart li.bundled_mini_cart_item {
      display: none !important; }

p.woocommerce-mini-cart__total,
.ld-tabs-content li.woocommerce-mini-cart__total,
.text-editor li.woocommerce-mini-cart__total {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0; }
  p.woocommerce-mini-cart__total .amount, .ld-tabs-content li.woocommerce-mini-cart__total .amount, .text-editor li.woocommerce-mini-cart__total .amount {
    float: right; }

p.woocommerce-mini-cart__buttons,
.ld-tabs-content li.woocommerce-mini-cart__buttons,
.text-editor li.woocommerce-mini-cart__buttons, p.woocommerce-mini-cart__total,
.ld-tabs-content li.woocommerce-mini-cart__total,
.text-editor li.woocommerce-mini-cart__total {
  padding: 20px 0 0; }

.woocommerce-mini-cart__buttons .button, .woocommerce-mini-cart__buttons input[type="button"], .woocommerce-mini-cart__buttons #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-mini-cart__buttons input.submit {
  width: 100%;
  margin-bottom: 10px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  text-align: center;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .woocommerce-mini-cart__buttons .button, .woocommerce-mini-cart__buttons input[type="button"], .woocommerce-mini-cart__buttons #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-mini-cart__buttons input.submit {
      font-size: 14px;
      height: 42px; } }

.woocommerce-mini-cart__buttons .wc-forward:first-child {
  border: 3px solid #f8485e;
  color: #f8485e;
  background: #fff; }
  .woocommerce-mini-cart__buttons .wc-forward:first-child:hover {
    background: #f8485e;
    color: #fff; }

p.woocommerce-mini-cart__empty-message,
.ld-tabs-content li.woocommerce-mini-cart__empty-message,
.text-editor li.woocommerce-mini-cart__empty-message {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700; }

.woocommerce-billing-fields .form-row.form-row-last,
.woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-shipping-fields .form-row.form-row-last,
.woocommerce-shipping-fields .form-row.form-row-first,
.woocommerce-additional-fields .form-row.form-row-last,
.woocommerce-additional-fields .form-row.form-row-first {
  width: 50%;
  float: left;
  overflow: visible; }

#order_review h3,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
h3#order_review_heading {
  font-size: 26px;
  margin-bottom: 20px; }

.woocommerce-checkout {
  background: #f2f2f2; }
  .woocommerce-checkout form.checkout_coupon {
    border: 0;
    padding: 0; }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    display: none; }
  .woocommerce-checkout .checkout_coupon button {
    width: 100%;
    height: 45px;
    background: #000000;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 700; }
  .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    margin-bottom: 40px;
    border: 0; }
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
      display: none; }
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td,
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th {
      padding: 12px 0;
      color: #838383; }
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
      font-size: 14px; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation {
        margin-top: 0; }
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation dt {
          font-weight: 700 !important; }
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo p,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo .ld-tabs-content li,
        .ld-tabs-content .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo li,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo .text-editor li,
        .text-editor .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td .variation .variation-rinnovo li {
          font-size: 13px;
          display: inline-block;
          margin: 0;
          float: none; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
        text-align: right;
        font-size: 13px;
        color: #838383; }
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child .amount {
          font-weight: 700;
          font-size: 18px;
          color: #1d1d1f;
          display: block; }
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal .cart-subtotal td,
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .tax-rate td,
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .subscription-details,
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table small {
      font-size: 11px; }
    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot {
      font-size: 14px; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .amount {
        font-weight: 700; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th,
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
        font-weight: 400; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total:not(.recurring-total) th,
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total:not(.recurring-total) td {
        border: 0 !important;
        font-weight: 700;
        padding-top: 2rem !important; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total:not(.recurring-total) th,
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total:not(.recurring-total) td strong .amount {
        font-size: 26px !important;
        font-weight: 700;
        color: #f8485e !important; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-totals th {
        border-top: 0 !important;
        padding-top: 2rem !important;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #1d1d1f; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td {
        font-size: 11px; }
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td .amount {
          margin-bottom: 2px; }
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td small,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td .tax_label,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td .first-payment-date span,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td .first-payment-date,
        .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td .includes_tax {
          font-size: 11px; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .includes_tax {
        display: block;
        margin-top: 10px; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot label[for="use_gift_card_balance"] * {
        display: inline-block; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.gift-card td small,
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.gift-card th small {
        font-size: 11px !important; }
      .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot small.includes_tax * {
        display: inline-block !important;
        width: auto;
        font-size: 11px !important; }
  .woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 40px; }
  .woocommerce-checkout .summary-checkout {
    padding: 40px 30px 20px;
    background: white; }
  .woocommerce-checkout #add_payment_method #payment div.payment_box,
  .woocommerce-checkout .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    background: none;
    padding: 0;
    margin-top: 0;
    padding-left: 36px; }
    .woocommerce-checkout #add_payment_method #payment div.payment_box p,
    .woocommerce-checkout #add_payment_method #payment div.payment_box .ld-tabs-content li, .ld-tabs-content .woocommerce-checkout #add_payment_method #payment div.payment_box li,
    .woocommerce-checkout #add_payment_method #payment div.payment_box .text-editor li, .text-editor .woocommerce-checkout #add_payment_method #payment div.payment_box li,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box p,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box .ld-tabs-content li,
    .ld-tabs-content .woocommerce-checkout .woocommerce-cart #payment div.payment_box li,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box .text-editor li,
    .text-editor .woocommerce-checkout .woocommerce-cart #payment div.payment_box li,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box p,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box .ld-tabs-content li,
    .ld-tabs-content .woocommerce-checkout .woocommerce-checkout #payment div.payment_box li,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box .text-editor li,
    .text-editor .woocommerce-checkout .woocommerce-checkout #payment div.payment_box li {
      color: #838383;
      font-size: 12px;
      line-height: 18px; }
      .woocommerce-checkout #add_payment_method #payment div.payment_box p a, .woocommerce-checkout #add_payment_method #payment div.payment_box .ld-tabs-content li a, .ld-tabs-content .woocommerce-checkout #add_payment_method #payment div.payment_box li a, .woocommerce-checkout #add_payment_method #payment div.payment_box .text-editor li a, .text-editor .woocommerce-checkout #add_payment_method #payment div.payment_box li a,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box p a,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box .ld-tabs-content li a,
      .ld-tabs-content .woocommerce-checkout .woocommerce-cart #payment div.payment_box li a,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box .text-editor li a,
      .text-editor .woocommerce-checkout .woocommerce-cart #payment div.payment_box li a,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box p a,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box .ld-tabs-content li a,
      .ld-tabs-content .woocommerce-checkout .woocommerce-checkout #payment div.payment_box li a,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box .text-editor li a,
      .text-editor .woocommerce-checkout .woocommerce-checkout #payment div.payment_box li a {
        font-weight: 700;
        text-decoration: underline; }
    .woocommerce-checkout #add_payment_method #payment div.payment_box:before,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box:before {
      content: none; }
    .woocommerce-checkout #add_payment_method #payment div.payment_box #payment,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment {
      background: none; }
      .woocommerce-checkout #add_payment_method #payment div.payment_box #payment:before,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment:before,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment:before {
        content: 'Metodo di Pagamento';
        display: block;
        margin-bottom: 20px; }
      .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .payment_methods,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .payment_methods,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .payment_methods {
        padding: 0 0 20px !important; }
      .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .wc_payment_methods,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .wc_payment_methods,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .wc_payment_methods {
        border-bottom: 0 !important; }
        .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .wc_payment_methods label,
        .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .wc_payment_methods label,
        .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .wc_payment_methods label {
          font-size: 16px;
          font-weight: 700;
          color: #1d1d1f; }
        .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .wc_payment_methods input[type=radio],
        .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .wc_payment_methods input[type=radio],
        .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .wc_payment_methods input[type=radio] {
          margin: 8px 1em 0 0; }
      .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .place-order,
      .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .place-order,
      .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .place-order {
        padding: 0 !important; }
        .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .place-order label,
        .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .place-order label,
        .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .place-order label {
          font-size: 14px; }
        .woocommerce-checkout #add_payment_method #payment div.payment_box #payment .place-order #place_order,
        .woocommerce-checkout .woocommerce-cart #payment div.payment_box #payment .place-order #place_order,
        .woocommerce-checkout .woocommerce-checkout #payment div.payment_box #payment .place-order #place_order {
          width: 100% !important;
          height: 48px; }
    .woocommerce-checkout #add_payment_method #payment div.payment_box .form-row,
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box .form-row,
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box .form-row {
      padding: 0 !important; }
    .woocommerce-checkout #add_payment_method #payment div.payment_box label[for="wc-codice-docente"],
    .woocommerce-checkout #add_payment_method #payment div.payment_box label[for="wc-codice-18app"],
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box label[for="wc-codice-docente"],
    .woocommerce-checkout .woocommerce-cart #payment div.payment_box label[for="wc-codice-18app"],
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box label[for="wc-codice-docente"],
    .woocommerce-checkout .woocommerce-checkout #payment div.payment_box label[for="wc-codice-18app"] {
      display: block;
      margin: 10px 0;
      font-size: 11px !important; }
  .woocommerce-checkout .woocommerce-privacy-policy-text {
    padding: 10px 0; }
    .woocommerce-checkout .woocommerce-privacy-policy-text p,
    .woocommerce-checkout .woocommerce-privacy-policy-text .ld-tabs-content li, .ld-tabs-content .woocommerce-checkout .woocommerce-privacy-policy-text li,
    .woocommerce-checkout .woocommerce-privacy-policy-text .text-editor li, .text-editor .woocommerce-checkout .woocommerce-privacy-policy-text li {
      color: #838383;
      font-size: 12px;
      line-height: 18px; }
      .woocommerce-checkout .woocommerce-privacy-policy-text p a, .woocommerce-checkout .woocommerce-privacy-policy-text .ld-tabs-content li a, .ld-tabs-content .woocommerce-checkout .woocommerce-privacy-policy-text li a, .woocommerce-checkout .woocommerce-privacy-policy-text .text-editor li a, .text-editor .woocommerce-checkout .woocommerce-privacy-policy-text li a {
        text-decoration: underline;
        color: #f8485e;
        font-weight: 700; }
        .woocommerce-checkout .woocommerce-privacy-policy-text p a:hover, .woocommerce-checkout .woocommerce-privacy-policy-text .ld-tabs-content li a:hover, .ld-tabs-content .woocommerce-checkout .woocommerce-privacy-policy-text li a:hover, .woocommerce-checkout .woocommerce-privacy-policy-text .text-editor li a:hover, .text-editor .woocommerce-checkout .woocommerce-privacy-policy-text li a:hover {
          opacity: 0.9; }
  .woocommerce-checkout #payment {
    background: none; }
    .woocommerce-checkout #payment .payment_methods {
      padding: 0 0 20px !important; }
    .woocommerce-checkout #payment .wc_payment_methods {
      border-bottom: 0 !important; }
      .woocommerce-checkout #payment .wc_payment_methods label {
        font-size: 16px;
        font-weight: 700;
        color: #1d1d1f; }
      .woocommerce-checkout #payment .wc_payment_methods input[type="radio"] {
        margin: 8px 1em 0 0; }
    .woocommerce-checkout #payment .place-order {
      padding: 0 !important; }
      .woocommerce-checkout #payment .place-order label {
        font-size: 14px; }
      .woocommerce-checkout #payment .place-order #place_order {
        width: 100% !important;
        height: 48px; }

form .form-row .optional,
#wc_checkout_add_ons .optional,
#billing_address_2_field {
  display: none !important; }

#wc_checkout_add_ons {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px; }

p#billing_invoice_type_field,
.ld-tabs-content li#billing_invoice_type_field,
.text-editor li#billing_invoice_type_field {
  padding: 20px 30px;
  background: white;
  border: 1px solid #dcdcdc; }
  p#billing_invoice_type_field input[type="checkbox"], .ld-tabs-content li#billing_invoice_type_field input[type="checkbox"], .text-editor li#billing_invoice_type_field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px; }
  p#billing_invoice_type_field span, .ld-tabs-content li#billing_invoice_type_field span, .text-editor li#billing_invoice_type_field span {
    font-size: 18px;
    font-weight: 700;
    color: #000000; }

.woocommerce-orders-table__cell-order-actions a {
  margin-left: 10px; }

.woocommerce-billing-fields .validate-required label abbr {
  display: none; }

.woocommerce-billing-fields .validate-required label:after {
  content: "*";
  color: red;
  font-weight: 700; }

.switch-message {
  margin: 20px 0;
  color: #838383;
  font-size: 12px;
  line-height: 18px; }

#order_review {
  background: white; }
  #order_review li.wc_payment_method.payment_method_stripe {
    list-style: none; }
  #order_review .payment_methods .methods li {
    list-style: none; }
  #order_review li.wc_payment_method > label {
    font-weight: bold; }
  #order_review ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    list-style: none; }

p#billing_email_field input, .ld-tabs-content li#billing_email_field input, .text-editor li#billing_email_field input {
  background: #f2f2f2;
  pointer-events: none; }

#kl_newsletter_checkbox_field {
  display: none; }

.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline; }
  .woocommerce-terms-and-conditions-checkbox-text a:hover {
    opacity: 0.9; }

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none; }
  .woocommerce .products .product {
    list-style: none;
    position: relative;
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 20px; }
  .woocommerce .products.columns-3 .product {
    width: 33.33333%; }
    @media (max-width: 991.98px) {
      .woocommerce .products.columns-3 .product {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .woocommerce .products.columns-3 .product {
        width: 100%; } }
  .woocommerce .products.columns-4 .product {
    width: 20%; }
    @media screen and (max-width: 2500px) {
      .woocommerce .products.columns-4 .product {
        width: 25%; } }
    @media screen and (max-width: 1500px) {
      .woocommerce .products.columns-4 .product {
        width: 33.333%; } }
    @media (max-width: 991.98px) {
      .woocommerce .products.columns-4 .product {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .woocommerce .products.columns-4 .product {
        width: 100%; } }
  .woocommerce .products.columns-2 .product {
    width: 50%; }
    @media (max-width: 767.98px) {
      .woocommerce .products.columns-2 .product {
        width: 100%; } }

@media (max-width: 767.98px) {
  .swiper-container {
    height: auto !important; } }

@-webkit-keyframes skeleton-loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes skeleton-loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.swiper-container--skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap; }
  .swiper-container--skeleton .product-slide {
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .swiper-container--skeleton .product-slide {
        width: 50% !important; } }
    @media (max-width: 575.98px) {
      .swiper-container--skeleton .product-slide {
        width: 100% !important; } }

.product--skeleton {
  pointer-events: none;
  -webkit-animation: skeleton-loading 0.75s linear infinite alternate;
          animation: skeleton-loading 0.75s linear infinite alternate; }
  .product--skeleton .woocommerce-LoopProduct-link {
    margin-bottom: 0 !important; }
  .product--skeleton .woocommerce-product__image {
    width: 400px;
    height: 200px;
    max-width: 100%;
    aspect-ratio: 400 / 200;
    background-color: #e2e2e2 !important; }
  .product--skeleton .woocommerce-loop-product__title {
    color: #e2e2e2;
    padding: 12px 15px 0; }

.ajax_add_to_cart.loading i::before {
  content: "\F23E"; }

.ajax_add_to_cart.added i::before {
  content: "\F239"; }

.header--archive {
  background: #f2f2f2; }
  .header--archive .avatar {
    display: block;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid white; }
    .header--archive .avatar img {
      max-width: 200px; }

.woocommerce-result-count {
  font-size: 13px;
  color: #838383;
  margin-bottom: 0; }

.woocommerce-ordering {
  margin-left: auto; }
  .woocommerce-ordering select, .woocommerce-ordering .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .woocommerce-ordering .yith-wcan-dropdown {
    font-size: 13px;
    height: 38px;
    padding: 0 15px;
    float: right;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 400;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .woocommerce-ordering select, .woocommerce-ordering .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .woocommerce-ordering .yith-wcan-dropdown {
        max-width: 320px; } }

.woocommerce-page:not(.single-product) .woocommerce-result-count,
.woocommerce-page:not(.single-product) .woocommerce-ordering,
.woocommerce-page:not(.single-product) .filter-mobile {
  width: 33.33%;
  display: inline-block; }
  @media (max-width: 767.98px) {
    .woocommerce-page:not(.single-product) .woocommerce-result-count,
    .woocommerce-page:not(.single-product) .woocommerce-ordering,
    .woocommerce-page:not(.single-product) .filter-mobile {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .woocommerce-page:not(.single-product) .woocommerce-result-count,
    .woocommerce-page:not(.single-product) .woocommerce-ordering,
    .woocommerce-page:not(.single-product) .filter-mobile {
      width: 100%;
      margin-bottom: 10px; } }

.woocommerce-page:not(.single-product) .woocommerce-notices-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.woocommerce-page:not(.single-product) .yith-wcan-reset-filters {
  width: 100%;
  font-size: 13px; }

.woocommerce-page:not(.single-product) .btn-filter {
  background: #000000;
  font-size: 13px;
  padding: 8px 30px;
  color: #fff;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 38px;
  font-weight: 700; }

.docente--avatar {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden; }
  .docente--avatar img {
    top: 0;
    left: 0;
    position: absolute; }
  .docente--avatar .hover {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    font-size: 20px; }
  .docente--avatar:hover .hover {
    opacity: 1; }

.products--with-margin .woocommerce-product__card {
  margin-bottom: 70px; }

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
  top: 4px;
  right: 4px;
  opacity: 0.5; }

body.home .woocommerce-product__cat__new.nuovo-corso {
  display: none !important; }

.offcanvas-header .btn-close {
  color: #a0a0a0;
  font-size: 40px; }

/**
* Filters
*/
.offcanvas-header .btn-close {
  margin: 0; }

@media (max-width: 767px) {
  .offcanvas-body {
    padding-bottom: 70px;
    position: relative; } }

body .wpc-filters-main-wrap .wpc-filter-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 16px; }

body .wpc-filters-main-wrap ul.wpc-filters-ul-list {
  padding: 0;
  font-size: 0.85rem; }
  body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item {
    padding: 7px 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2; }
    body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item > div {
      margin: 7px 0; }
    body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item.wpc-term-selected > .wpc-term-item-content-wrapper a {
      color: #f8485e; }
    body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item > .wpc-term-item-content-wrapper a {
      color: black;
      font-weight: bold; }
    body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item > .wpc-term-item-content-wrapper .wpc-term-count {
      display: none; }
    body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item ul.children {
      padding: 0; }
      body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item ul.children li.wpc-term-selected a {
        color: #f8485e; }
      body .wpc-filters-main-wrap ul.wpc-filters-ul-list > li.wpc-term-item ul.children li.wpc-term-selected .wpc-term-count {
        color: #f8485e; }

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"]:hover,
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"]:hover {
  background-color: #dadada !important; }

.wpc-custom-selected-terms {
  margin: 24px 0 16px 0; }

body ul.wpc-filter-chips-list {
  margin-left: -8px !important; }
  body ul.wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 4px;
    background-color: #fef7f7;
    border-color: #f8485e;
    color: #f8485e; }
    body ul.wpc-filter-chips-list li.wpc-filter-chip a:hover {
      background-color: #fce9eb; }
  body ul.wpc-filter-chips-list li.wpc-filter-chip .wpc-filter-chip-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  body ul.wpc-filter-chips-list li.wpc-filter-chip.wpc-chip-reset-all a {
    color: black !important;
    border-color: transparent;
    border: none;
    text-decoration: underline;
    background-color: transparent !important; }

.offcanvas-header .btn-close {
  z-index: 10; }

.offcanvas-close-mobile {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background-color: white; }
  .offcanvas-close-mobile button {
    min-height: 32px;
    z-index: 10;
    width: 100%; }

ul i.wpc-toggle-children-list:after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  content: "\f107";
  font-style: normal;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border: 0;
  background-color: transparent;
  height: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }

ul i.wpc-toggle-children-list:before {
  display: none; }

ul li.wpc-opened i.wpc-toggle-children-list:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/**
* End filters
**/
.course-category__intro {
  max-width: 1024px; }

.product {
  list-style: none; }

.woocommerce-product__card {
  position: relative; }
  .woocommerce-product__card .coming-icon {
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 1rem;
    text-align: start; }
    .woocommerce-product__card .coming-icon i {
      width: 36px;
      height: 36px;
      background: #efefef;
      border-radius: 10px;
      color: black !important;
      font-size: 1.25rem; }
  .woocommerce-product__card .woocommerce-product__cat__new {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
    .woocommerce-product__card .woocommerce-product__cat__new.Completato i:before {
      content: "\f058";
      margin-right: 5px; }
    .woocommerce-product__card .woocommerce-product__cat__new.NonIniziato {
      display: none; }
    .woocommerce-product__card .woocommerce-product__cat__new.InCorso i:before {
      content: "\f021";
      margin-right: 5px; }
  .woocommerce-product__card .woocommerce-product__image {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden; }
    .woocommerce-product__card .woocommerce-product__image-img {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
      .woocommerce-product__card .woocommerce-product__image-img > img {
        width: 100%;
        height: auto; }
    .woocommerce-product__card .woocommerce-product__image-hover {
      left: 0;
      bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 15px;
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
      .woocommerce-product__card .woocommerce-product__image-hover .woocommerce-loop-product__trial-free p,
      .woocommerce-product__card .woocommerce-product__image-hover .woocommerce-loop-product__trial-free .ld-tabs-content li, .ld-tabs-content .woocommerce-product__card .woocommerce-product__image-hover .woocommerce-loop-product__trial-free li,
      .woocommerce-product__card .woocommerce-product__image-hover .woocommerce-loop-product__trial-free .text-editor li, .text-editor .woocommerce-product__card .woocommerce-product__image-hover .woocommerce-loop-product__trial-free li {
        color: #fff;
        font-size: 14px; }
  .woocommerce-product__card .woocommerce-product__text {
    padding: 15px 0;
    min-height: 136px; }
    .woocommerce-product__card .woocommerce-product__text h5 {
      font-size: 18px;
      line-height: 24px;
      color: #1d1d1f;
      font-weight: 700;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .woocommerce-product__card .woocommerce-product__text p,
    .woocommerce-product__card .woocommerce-product__text .ld-tabs-content li, .ld-tabs-content .woocommerce-product__card .woocommerce-product__text li,
    .woocommerce-product__card .woocommerce-product__text .text-editor li, .text-editor .woocommerce-product__card .woocommerce-product__text li {
      font-size: 14px;
      margin-bottom: 0; }
    .woocommerce-product__card .woocommerce-product__text .woocommerce-loop-product__cat {
      color: #000000;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 32px; }
    .woocommerce-product__card .woocommerce-product__text .woocommerce-loop-product__docente {
      font-size: 16px;
      line-height: 1;
      color: #f8485e;
      font-weight: 700; }
  .woocommerce-product__card .single_add_to_wishlist {
    color: white; }
  @media (min-width: 768px) {
    .woocommerce-product__card:hover .woocommerce-product__image-img {
      opacity: 0.8; } }

table.variations {
  margin-bottom: 40px;
  font-size: 14px; }
  table.variations th.label {
    font-weight: 500;
    padding-right: 20px; }

.select_box:not(.on_ptab) .select_option:hover,
.select_option.selected {
  border-color: black; }

.reset_variations {
  display: none !important; }

.single_variation_wrap .woocommerce-variation.single_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px; }

.single_variation_wrap .woocommerce-variation-price {
  font-size: 36px;
  margin-right: 20px; }

.single_variation_wrap p.stock.out-of-stock,
.single_variation_wrap .ld-tabs-content li.stock.out-of-stock, .ld-tabs-content .single_variation_wrap li.stock.out-of-stock,
.single_variation_wrap .text-editor li.stock.out-of-stock, .text-editor .single_variation_wrap li.stock.out-of-stock {
  font-size: 14px;
  color: red; }

.variable-subscription__wrapper .notice {
  padding: 20px;
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: bold;
  color: #f8485e; }

.variable-subscription__item-annuale:before {
  content: "";
  top: -30px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  left: 12px;
  right: 12px;
  height: 34px;
  color: #000000;
  background: url("/wp-content/themes/edulia/assets/dist/img/promo/banner-spring-promo-label-OFFERTA-LIMITATA.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.variable-subscription__item-annuale .variable-subscription__item {
  background: #e3f6ce !important; }

.variable-subscription__item-annuale .price {
  color: #483698 !important; }

.variable-subscription__item-annuale .variable-subscription__item-btn {
  color: #483698 !important;
  border-color: #483698 !important; }

.variable-subscription__item-annuale input[type="checkbox"]:checked + label:after {
  background: #483698 !important; }

.variable-subscription__item-annuale input[type="checkbox"]:checked + label .variable-subscription__item-btn {
  background: #483698 !important; }
  .variable-subscription__item-annuale input[type="checkbox"]:checked + label .variable-subscription__item-btn i {
    color: white; }

.variable-subscription__item-annuale .variable-subscription__item--subscribed {
  border: 1px solid #483698 !important; }

.variable-subscription__item-annuale a.btn-select {
  color: #483698;
  border-color: #483698; }

.variable-subscription__item-mensile .price-month,
.variable-subscription__item-mensile .price-month-false {
  opacity: 0; }

.variable-subscription-option {
  position: relative; }
  .variable-subscription-option input[type="checkbox"] {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .variable-subscription-option input[type="checkbox"]:checked + label:after {
    opacity: 1; }
  .variable-subscription-option input[type="checkbox"]:checked + label .variable-subscription__item-btn {
    background: #f8485e;
    color: white; }
    .variable-subscription-option input[type="checkbox"]:checked + label .variable-subscription__item-btn i {
      display: inline-block; }
    .variable-subscription-option input[type="checkbox"]:checked + label .variable-subscription__item-btn span {
      display: none; }
  .variable-subscription-option .variable-subscription__item {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(220, 220, 220, 0.5);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    background: white;
    padding: 3rem 1rem; }
    @media (max-width: 575.98px) {
      .variable-subscription-option .variable-subscription__item {
        padding: 2rem 1rem; } }
    .variable-subscription-option .variable-subscription__item:hover {
      border: 1px solid #dcdcdc; }
      .variable-subscription-option .variable-subscription__item:hover .variable-subscription__item-btn:hover {
        color: #000000;
        border-color: #000000; }
    .variable-subscription-option .variable-subscription__item:after {
      content: "";
      left: -1px;
      bottom: 0;
      position: absolute;
      background: #f8485e;
      width: calc(100% + 2px);
      height: 5px;
      opacity: 0;
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
    .variable-subscription-option .variable-subscription__item .variable-subscription__item-btn {
      height: 45px;
      background: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      color: #f8485e;
      border: 1px solid #f8485e;
      max-width: 70%;
      margin: 0 auto; }
      @media (max-width: 575.98px) {
        .variable-subscription-option .variable-subscription__item .variable-subscription__item-btn {
          margin-top: 20px; } }
      .variable-subscription-option .variable-subscription__item .variable-subscription__item-btn i {
        display: none;
        font-size: 20px; }
    .variable-subscription-option .variable-subscription__item .btn-select {
      max-width: 70%;
      margin: 0 auto; }
      .variable-subscription-option .variable-subscription__item .btn-select:hover {
        border-color: #000000; }
    .variable-subscription-option .variable-subscription__item .variable-subscription__item-btn-select {
      display: none; }
    .variable-subscription-option .variable-subscription__item p.price-month,
    .variable-subscription-option .variable-subscription__item .ld-tabs-content li.price-month, .ld-tabs-content .variable-subscription-option .variable-subscription__item li.price-month,
    .variable-subscription-option .variable-subscription__item .text-editor li.price-month, .text-editor .variable-subscription-option .variable-subscription__item li.price-month {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 13px; }
    .variable-subscription-option .variable-subscription__item .price-month-false {
      font-size: 16px; }
      .variable-subscription-option .variable-subscription__item .price-month-false span {
        text-decoration: line-through; }
      .variable-subscription-option .variable-subscription__item .price-month-false--origin {
        text-decoration: line-through;
        font-size: 13px; }
    .variable-subscription-option .variable-subscription__item .trial {
      font-size: 16px;
      font-weight: bold;
      color: #000000; }
    .variable-subscription-option .variable-subscription__item .promo-code {
      font-size: 13px; }
      .variable-subscription-option .variable-subscription__item .promo-code strong {
        font-size: 16px; }
    .variable-subscription-option .variable-subscription__item .price {
      color: #f8485e;
      font-weight: bold;
      font-size: 16px; }
      .variable-subscription-option .variable-subscription__item .price .woocommerce-price-suffix {
        display: none; }
    .variable-subscription-option .variable-subscription__item.variable-subscription__item--subscribed {
      border: 1px solid #f8485e; }
    .variable-subscription-option .variable-subscription__item.month .promo-code {
      display: none; }

.single-product .product-type-subscription .quantity {
  display: none; }

.single-product .product-type-subscription .single_add_to_cart_button {
  height: 50px; }
  @media (min-width: 768px) {
    .single-product .product-type-subscription .single_add_to_cart_button {
      max-width: 50%; } }

@media (min-width: 768px) {
  .single-product .product-type-subscription .cart {
    padding: 0 25px; } }

.abbonamenti-page {
  overflow: hidden; }
  .abbonamenti-page--list {
    position: relative;
    background: #f5f5f5; }
    .abbonamenti-page--list:before {
      content: "";
      top: 0;
      left: 100%;
      position: absolute;
      width: 200%;
      height: 100%;
      background: #f5f5f5;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .abbonamenti-page--list:before {
          top: 0;
          left: -50%;
          position: absolute; } }
    @media (min-width: 992px) {
      .abbonamenti-page--list .variable-subscription__wrapper {
        max-width: 600px;
        margin: 0 auto; } }
    .abbonamenti-page--list .single_add_to_cart_button {
      height: 70px; }
  .abbonamenti-page--content h1 {
    font-size: 2.7rem; }
    @media (max-width: 767.98px) {
      .abbonamenti-page--content h1 {
        font-size: 35px; } }
  .abbonamenti-page--content h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4; }
  .abbonamenti-page--content ul.checkbox-list {
    list-style: none;
    padding: 0; }
    .abbonamenti-page--content ul.checkbox-list li {
      margin-bottom: 10px;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; }
      @media (max-width: 575.98px) {
        .abbonamenti-page--content ul.checkbox-list li {
          font-size: 15px;
          margin-bottom: 5px; } }
      .abbonamenti-page--content ul.checkbox-list li:before {
        width: 40px;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
        font-family: "Font Awesome 6 Pro";
        content: "\f00c";
        font-size: 22px;
        display: inline-block;
        color: #f8485e; }
  .abbonamenti-page--course {
    background: #1d1d1f; }
    .abbonamenti-page--course * {
      color: white !important; }

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%; }

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.7; }

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.7; }

.select_box_colorpicker {
  margin-top: 4px; }

.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes td .ld-tabs-content li, .ld-tabs-content .woocommerce table.shop_attributes td li,
.woocommerce table.shop_attributes td .text-editor li, .text-editor .woocommerce table.shop_attributes td li {
  margin: 0;
  padding: 8px 0; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(174, 162, 156, 0.15); }

.woocommerce .product-type-bundle .price {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1.5rem; }
  @media (max-width: 575.98px) {
    .woocommerce .product-type-bundle .price {
      font-size: 25px; } }

.woocommerce .product-type-bundle .summary-add-to-cart-form {
  text-align: left; }
  .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product {
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    padding-bottom: 0; }
    .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product:before {
      content: '';
      top: 0;
      left: 15px;
      position: absolute;
      height: 100%;
      width: calc(100% - 30px);
      background: #f2f2f2;
      display: block;
      border-radius: 20px;
      z-index: -1; }
    .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .bundled_product_images {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      overflow: hidden; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .bundled_product_images img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product:hover .bundled_product_images img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details {
      text-align: left;
      padding: 30px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 95px; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link {
        left: 15px;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 30px 20px; }
        .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a {
          min-width: 50%; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_title {
        font-size: 20px; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_excerpt p,
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_excerpt .ld-tabs-content li, .ld-tabs-content .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_excerpt li,
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_excerpt .text-editor li, .text-editor .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .product_excerpt li {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 0; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_item_cart_details {
        margin-top: 20px; }
        .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_item_cart_details .price {
          font-size: 18px !important; }
          .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_item_cart_details .price span {
            text-decoration: line-through; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_item_cart_details .price {
        font-size: 18px !important; }
  .woocommerce .product-type-bundle .summary-add-to-cart-form form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce .product-type-bundle .summary-add-to-cart-form form.cart ul.products {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form form.cart ul.products:before {
        content: 'Acquistando questo prodotto potrai frequentare i seguenti corsi:';
        width: 100%;
        text-align: center;
        width: 100%;
        text-align: center;
        margin: 1rem 0 3rem;
        border-top: 1px solid #dcdcdc;
        padding-top: 3rem;
        font-weight: 700; }
    .woocommerce .product-type-bundle .summary-add-to-cart-form form.cart .bundle_data {
      margin-bottom: 3rem;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      text-align: center; }
      .woocommerce .product-type-bundle .summary-add-to-cart-form form.cart .bundle_data .bundle_add_to_cart_button {
        width: auto !important;
        margin: 0 auto;
        min-width: 30%; }

.woocommerce .product-type-bundle .bundled_products {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .woocommerce .product-type-bundle .bundled_products .bundled_product {
    width: 33.33%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px; }
    @media (max-width: 767.98px) {
      .woocommerce .product-type-bundle .bundled_products .bundled_product {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .woocommerce .product-type-bundle .bundled_products .bundled_product {
        width: 100%; } }

.woocommerce .product-type-bundle .related {
  display: none; }

a.edit_bundle_in_cart_text {
  display: none; }

.woocommerce .product-type-variable .product-type-gift .summary .summary--info,
.woocommerce .product-type-variable .product-type-gift .summary .variations_form .single_variation_wrap:before,
.woocommerce .product-type-variable .product-type-gift .summary > .price {
  display: none; }

.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart,
.woocommerce .single_variation_wrap .single_add_to_cart_button,
.woocommerce .product-type-gift .cart .woocommerce-variation-add-to-cart,
.woocommerce .product-type-gift .cart .single_add_to_cart_button {
  height: 48px;
  margin-top: 20px; }

.woocommerce .single_variation_wrap .woocommerce_gc_giftcard_form_wrapper,
.woocommerce .product-type-gift .cart .woocommerce_gc_giftcard_form_wrapper {
  margin-top: 20px; }

.woocommerce .single_variation_wrap .quantity,
.woocommerce .product-type-gift .cart .quantity {
  display: none !important; }

.woocommerce .product-type-simple .wc_gc_send_as_gift_wrapper label {
  text-align: left !important;
  margin-top: 20px; }

.woocommerce .product-type-simple .price {
  font-size: 22px;
  font-weight: bold; }

.woocommerce .product__title__cat {
  display: none; }

.woocommerce .product-type-gift .summary .single_variation {
  margin-bottom: 0; }

.woocommerce .product-type-gift .summary .variations {
  margin-bottom: 10px;
  width: 100%; }
  .woocommerce .product-type-gift .summary .variations th {
    display: none; }
  .woocommerce .product-type-gift .summary .variations td {
    width: 100%; }
    .woocommerce .product-type-gift .summary .variations td select, .woocommerce .product-type-gift .summary .variations td .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .woocommerce .product-type-gift .summary .variations td .yith-wcan-dropdown {
      width: 100%; }

.woocommerce .product-type-gift .summary .wc_gc_send_as_gift_wrapper {
  padding-bottom: 0 !important; }
  .woocommerce .product-type-gift .summary .wc_gc_send_as_gift_wrapper label {
    font-size: 15px;
    width: 100%;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #f8485e; }
    .woocommerce .product-type-gift .summary .wc_gc_send_as_gift_wrapper label:hover {
      color: #f95a6e; }
    .woocommerce .product-type-gift .summary .wc_gc_send_as_gift_wrapper label #wc_gc_send_as_gift_checkbox {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: m;
      margin-right: 10px !important;
      border: 1px solid #ccc; }

.woocommerce .product-type-gift .summary .wc_gc_field label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700; }

.woocommerce .product-type-gift .summary .wc_gc_field input, .woocommerce .product-type-gift .summary .wc_gc_field textarea {
  border: 1px solid #dcdcdc !important;
  font-size: 16px;
  color: #000000; }

.woocommerce .product-type-gift .summary .wc_gc_field textarea {
  border-radius: 0;
  width: 100%;
  padding: 14px;
  display: block; }

.woocommerce .product-type-gift .summary .wc_gc_field.wc_gc_giftcard_delivery {
  margin-bottom: 0 !important; }
  .woocommerce .product-type-gift .summary .wc_gc_field.wc_gc_giftcard_delivery .reset_delivery_date {
    text-decoration: underline;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700; }

.woocommerce .product-type-gift .summary .woocommerce_gc_giftcard_form {
  margin-bottom: 0; }

.woocommerce .product-type-gift .summary .woocommerce-variation-price {
  margin-right: 0;
  margin-bottom: 20px; }

.woocommerce-cart table.shop_table td .variation .variation-DeliveryDate,
.woocommerce-cart table.shop_table td .variation .variation-From,
.woocommerce-cart table.shop_table td .variation .variation-Message,
.woocommerce-cart table.shop_table td .variation .variation-To {
  display: none !important; }

.woocommerce-checkout table.shop_table td .variation {
  margin-top: 10px; }
  .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate, .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate p,
  .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate .ld-tabs-content li, .ld-tabs-content .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate li,
  .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate .text-editor li, .text-editor .woocommerce-checkout table.shop_table td .variation .variation-DeliveryDate li,
  .woocommerce-checkout table.shop_table td .variation .variation-From,
  .woocommerce-checkout table.shop_table td .variation .variation-From p,
  .woocommerce-checkout table.shop_table td .variation .variation-From .ld-tabs-content li,
  .ld-tabs-content .woocommerce-checkout table.shop_table td .variation .variation-From li,
  .woocommerce-checkout table.shop_table td .variation .variation-From .text-editor li,
  .text-editor .woocommerce-checkout table.shop_table td .variation .variation-From li,
  .woocommerce-checkout table.shop_table td .variation .variation-Message,
  .woocommerce-checkout table.shop_table td .variation .variation-Message p,
  .woocommerce-checkout table.shop_table td .variation .variation-Message .ld-tabs-content li,
  .ld-tabs-content .woocommerce-checkout table.shop_table td .variation .variation-Message li,
  .woocommerce-checkout table.shop_table td .variation .variation-Message .text-editor li,
  .text-editor .woocommerce-checkout table.shop_table td .variation .variation-Message li,
  .woocommerce-checkout table.shop_table td .variation .variation-To,
  .woocommerce-checkout table.shop_table td .variation .variation-To p,
  .woocommerce-checkout table.shop_table td .variation .variation-To .ld-tabs-content li,
  .ld-tabs-content .woocommerce-checkout table.shop_table td .variation .variation-To li,
  .woocommerce-checkout table.shop_table td .variation .variation-To .text-editor li,
  .text-editor .woocommerce-checkout table.shop_table td .variation .variation-To li {
    font-size: 12px !important;
    display: block;
    line-height: 1.5;
    color: #6b6b6b !important; }
  .woocommerce-checkout table.shop_table td .variation dt, .woocommerce-checkout table.shop_table td .variation dd {
    font-weight: 700 !important;
    color: #6b6b6b !important;
    display: block !important;
    width: 100%;
    font-size: 13px !important; }

.woocommerce-checkout .add_gift_card_form {
  display: none !important;
  position: relative;
  margin-bottom: 40px; }
  .woocommerce-checkout .add_gift_card_form h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    width: 100%; }
  .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type="text"] {
      width: 85%;
      display: inline-block;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button {
      display: inline-block;
      width: 20%;
      border-radius: 30px;
      height: 41px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      margin-left: -5%; }
    .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form .wc_gc_add_gift_card_form__notices {
      width: 100%; }

.woocommerce-giftcards .woocommerce-Giftcards {
  color: #f8485e; }

.woocommerce-giftcards button.button.woocommerce-Button {
  font-size: 14px !important;
  font-weight: 700;
  height: 45px; }

.woocommerce-giftcards h4, .woocommerce-giftcards h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000 !important;
  width: 100%; }

.woocommerce-giftcards table, .woocommerce-giftcards form {
  margin-bottom: 3rem !important; }

.woocommerce-giftcards .woocommerce-MyAccount-content table.shop_table tr td:last-child {
  text-align: left; }

.woocommerce-giftcards .woocommerce-MyAccount-content:before {
  content: 'Buoni Regalo';
  margin-bottom: 1rem;
  display: block;
  color: #f8485e; }

.redeem-block .redeem-block__product img {
  -o-object-fit: cover;
     object-fit: cover; }

.programma .product-course__section__title {
  padding: 15px 0; }
  .programma .product-course__section__title h3,
  .programma .product-course__section__title p,
  .programma .product-course__section__title .ld-tabs-content li,
  .ld-tabs-content .programma .product-course__section__title li,
  .programma .product-course__section__title .text-editor li,
  .text-editor .programma .product-course__section__title li {
    font-size: 1.2rem; }
  @media (max-width: 575.98px) {
    .programma .product-course__section__title h3 {
      font-size: 15px; } }

.programma .product-course__section__lessons {
  padding: 15px 0 7px !important; }
  .programma .product-course__section__lessons li p,
  .programma .product-course__section__lessons li .ld-tabs-content li, .ld-tabs-content .programma .product-course__section__lessons li li,
  .programma .product-course__section__lessons li .text-editor li, .text-editor .programma .product-course__section__lessons li li {
    padding: 0;
    color: #6b6b6b; }

.programma .btn-gift {
  color: white;
  background-color: #f8485e;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  padding: 4px 8px; }
  .programma .btn-gift:hover {
    opacity: 0.7; }

.programma {
  list-style-type: none;
  counter-reset: counter-one;
  padding: 0; }
  .programma .product-course__section h3:before {
    counter-increment: counter-one;
    content: counter(counter-one) ". ";
    display: inline-block;
    font-weight: 700;
    margin-right: 5px; }
  .programma .product-course__section .product-course__section__lessons .number:before {
    content: counter(counter-one) "."; }
  .programma .product-course__section__lessons {
    list-style-type: none;
    counter-reset: css-counters 0;
    padding: 0; }
    .programma .product-course__section__lessons .number:after {
      counter-increment: css-counters;
      content: counters(css-counters, "") " ";
      margin-right: 10px; }

.inpratica-course sup {
  font-size: 0.65em;
  top: -2px;
  margin: 0 4px 0 0; }

@media (max-width: 991px) {
  .inpratica-course .docente .docente__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.inpratica-course .inpratica-course__summary {
  background: #f8485e;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8485e), to(rgba(248, 72, 94, 0.818365)));
  background: linear-gradient(180deg, #f8485e 0%, rgba(248, 72, 94, 0.818365) 100%);
  color: white;
  padding: 2rem 0 8rem 0; }

.inpratica-course .inpratica-course__wrapper {
  max-width: calc(100% - 500px);
  width: 1500px; }

.inpratica-course .inpratica-course__categories {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px; }
  .inpratica-course .inpratica-course__categories a {
    color: white; }

.inpratica-course .inpratica-course__title h1 {
  color: white;
  font-weight: semibold;
  margin-bottom: 16px; }

.inpratica-course .inpratica-course__short-description p,
.inpratica-course .inpratica-course__short-description .ld-tabs-content li, .ld-tabs-content .inpratica-course .inpratica-course__short-description li,
.inpratica-course .inpratica-course__short-description .text-editor li, .text-editor .inpratica-course .inpratica-course__short-description li {
  color: white; }

.inpratica-course .inpratica-course__short-description a {
  text-decoration: underline;
  color: white;
  font-weight: bold; }

.inpratica-course .inpratica-course__meta ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inpratica-course .inpratica-course__meta ul li {
    margin-right: 1.25rem; }
    .inpratica-course .inpratica-course__meta ul li i {
      color: white;
      margin-right: 0.25rem;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }

.inpratica-course .inpratica-course__details {
  margin-top: -6rem; }

.inpratica-course .inpratica-course__details-wrapper {
  max-width: calc(100% - 500px);
  width: 1500px;
  background-color: #fff; }

.inpratica-course .inpratica-course__learn {
  padding: 2rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
  .inpratica-course .inpratica-course__learn ul,
  .inpratica-course .inpratica-course__learn ol {
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0; }
    .inpratica-course .inpratica-course__learn ul li,
    .inpratica-course .inpratica-course__learn ol li {
      position: relative;
      margin-bottom: 1rem;
      width: 47%;
      padding: 0 15px; }
      @media (max-width: 991.98px) {
        .inpratica-course .inpratica-course__learn ul li,
        .inpratica-course .inpratica-course__learn ol li {
          width: 100%; } }
      .inpratica-course .inpratica-course__learn ul li:before,
      .inpratica-course .inpratica-course__learn ol li:before {
        content: "\f00c";
        font-family: "font awesome 6 pro";
        color: #f8485e;
        position: absolute;
        left: -15px;
        font-weight: 300; }
      .inpratica-course .inpratica-course__learn ul li:last-child,
      .inpratica-course .inpratica-course__learn ol li:last-child {
        margin-bottom: 0; }

.inpratica-course .inpratica-course__row {
  position: relative; }

.inpratica-course .inpratica-course__sidebar {
  position: absolute;
  top: 64px;
  right: 2rem;
  width: 430px;
  height: calc(100% - 40px); }
  .inpratica-course .inpratica-course__sidebar .price {
    padding: 24px 24px 0 24px;
    margin: 0;
    background-color: white; }
  .inpratica-course .inpratica-course__sidebar .first-payment-date {
    display: none; }
  .inpratica-course .inpratica-course__sidebar .inpratica-course__image {
    aspect-ratio: 38/19; }
    .inpratica-course .inpratica-course__sidebar .inpratica-course__image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .inpratica-course .inpratica-course__sidebar .inpratica-course__sidebar__wrapper {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
  .inpratica-course .inpratica-course__sidebar.inpratica-course__sidebar--fixed {
    -webkit-transition: opacity 0.25s ease 0.25s;
    transition: opacity 0.25s ease 0.25s; }
  @media screen and (min-width: 992px) {
    .inpratica-course .inpratica-course__sidebar.inpratica-course__sidebar--fixed.scrolled {
      opacity: 0; } }
  .inpratica-course .inpratica-course__sidebar .inpratica-course__sidebar__sticky {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: -60px;
    padding-bottom: 0;
    background-color: transparent; }

.inpratica-course .inpratica-course__sidebar--sticky {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.3s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.3s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.3s ease 0.25s, transform 0.25s ease 0.25s, visibility 4s linear;
  transition: opacity 0.3s ease 0.25s, transform 0.25s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s; }
  .inpratica-course .inpratica-course__sidebar--sticky.scrolled {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.inpratica-course .inpratica-course__sidebar__title p,
.inpratica-course .inpratica-course__sidebar__title .ld-tabs-content li, .ld-tabs-content .inpratica-course .inpratica-course__sidebar__title li,
.inpratica-course .inpratica-course__sidebar__title .text-editor li, .text-editor .inpratica-course .inpratica-course__sidebar__title li {
  line-height: 1.2em; }

.inpratica-course .inpratica-course__skills {
  font-size: 16px; }
  @media (max-width: 576px) {
    .inpratica-course .inpratica-course__skills {
      font-size: 14px; } }
  .inpratica-course .inpratica-course__skills .inpratica-course__skills__title {
    position: relative;
    color: black; }
    .inpratica-course .inpratica-course__skills .inpratica-course__skills__title i {
      position: absolute;
      left: -20px;
      top: 2px;
      font-size: 14px; }
  .inpratica-course .inpratica-course__skills .inpratica-course__skills__list li {
    margin-bottom: 0.75rem;
    line-height: 1.2em; }

.inpratica-course .inpratica-course__additional {
  font-size: 16px; }
  .inpratica-course .inpratica-course__additional .inpratica-course__additional__title {
    position: relative;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .inpratica-course .inpratica-course__additional .inpratica-course__additional__title i {
      margin-top: 6px;
      margin-right: 8px;
      font-size: 14px; }

.inpratica-course .inpratica-course__red {
  background: #f8485e;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8485e), to(rgba(248, 72, 94, 0.818365)));
  background: linear-gradient(0deg, #f8485e 0%, rgba(248, 72, 94, 0.818365) 100%);
  padding-top: 16rem;
  margin-top: 8rem; }

.inpratica-course .inpratica-course__program__wrapper {
  margin-left: 15px;
  margin-right: 15px;
  background: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  margin-top: -20rem; }
  .inpratica-course .inpratica-course__program__wrapper ul.product-course__section__lessons {
    color: rgba(29, 29, 31, 0.5); }
    .inpratica-course .inpratica-course__program__wrapper ul.product-course__section__lessons li.sample {
      color: black; }
    .inpratica-course .inpratica-course__program__wrapper ul.product-course__section__lessons li.enrolled {
      color: black; }
  .inpratica-course .inpratica-course__program__wrapper .preview-lesson-link {
    background: transparent;
    border: 0;
    color: #f8485e;
    text-decoration: underline;
    font-weight: bold; }

.inpratica-course .socializer button {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: black; }

.inpratica-course .yith-wcwl-add-to-wishlist {
  margin: 0; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
    font-weight: bold;
    text-decoration: underline;
    content: attr(data-title);
    font-size: 16px; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    color: black; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
    font-size: 14px;
    color: #f8485e; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
    display: inline-block; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i,
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i {
    height: auto;
    margin-right: 10px; }
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .inpratica-course .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    background: none;
    color: black;
    display: inline-block; }

.inpratica-course .inpratica-course__sidebar___footer {
  padding-top: 16px;
  border-top: 1px solid #eaeaea; }

.inpratica-course .inpratica-course__target h2 {
  position: relative; }
  .inpratica-course .inpratica-course__target h2 i {
    display: none;
    position: absolute;
    right: 0;
    top: 20%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .inpratica-course .inpratica-course__target h2.accordion i {
    display: block; }
  .inpratica-course .inpratica-course__target h2.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.inpratica-course .inpratica-course__objectives h2 {
  position: relative; }
  .inpratica-course .inpratica-course__objectives h2 i {
    display: none;
    position: absolute;
    right: 0;
    top: 20%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .inpratica-course .inpratica-course__objectives h2.accordion i {
    display: block; }
  .inpratica-course .inpratica-course__objectives h2.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.inpratica-course-m__social-and-share {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  .inpratica-course-m__social-and-share .yith-wcwl-wishlistexistsbrowse i {
    color: white !important;
    font-size: 22px !important; }
  .inpratica-course-m__social-and-share .yith-wcwl-wishlistexistsbrowse a {
    display: none !important; }
  .inpratica-course-m__social-and-share .yith-wcwl-add-to-wishlist {
    text-align: center;
    font-size: 22px; }
    .inpratica-course-m__social-and-share .yith-wcwl-add-to-wishlist i {
      color: white;
      margin: 0; }

.inpratica-course-m__share {
  color: white; }
  .inpratica-course-m__share button {
    color: white;
    border: 0;
    background: transparent;
    font-size: 22px; }

@media screen and (max-width: 991px) {
  .inpratica-course .inpratica-course__sidebar--sticky {
    display: none !important; }
  .inpratica-course .inpratica-course__description {
    position: relative; }
    .inpratica-course .inpratica-course__description .blur {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 100%);
      height: 40px; }
  .inpratica-course .inpratica-course-m__show_more {
    overflow: hidden;
    max-height: 150px; }
  .inpratica-course .inpratica-course-m__show_more__button {
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
    color: black; }
  .inpratica-course .inpratica-course__image {
    position: relative;
    aspect-ratio: 38/23; }
    .inpratica-course .inpratica-course__image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .inpratica-course .inpratica-course__image .inpratica-course__categories {
      position: absolute;
      top: 16px;
      left: 30px;
      color: white;
      max-width: 200px;
      font-size: 11px; }
      .inpratica-course .inpratica-course__image .inpratica-course__categories a {
        color: white; }
  .inpratica-course .inpratica-course__summary {
    padding: 2rem 0 0 0;
    color: black;
    background: white; }
    .inpratica-course .inpratica-course__summary .inpratica-course__title h1 {
      color: #f8485e; }
    .inpratica-course .inpratica-course__summary .inpratica-course__short-description p,
    .inpratica-course .inpratica-course__summary .inpratica-course__short-description .ld-tabs-content li, .ld-tabs-content .inpratica-course .inpratica-course__summary .inpratica-course__short-description li,
    .inpratica-course .inpratica-course__summary .inpratica-course__short-description .text-editor li, .text-editor .inpratica-course .inpratica-course__summary .inpratica-course__short-description li,
    .inpratica-course .inpratica-course__summary .inpratica-course__short-description a {
      color: black; }
    .inpratica-course .inpratica-course__summary .inpratica-course__meta ul li i {
      color: #f8485e; }
  .inpratica-course .inpratica-course__meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px; }
    .inpratica-course .inpratica-course__meta ul li {
      margin-bottom: 1rem;
      font-size: 14px; }
  .inpratica-course .inpratica-course__sidebar {
    position: static;
    width: 100%; }
    .inpratica-course .inpratica-course__sidebar .inpratica-course__image,
    .inpratica-course .inpratica-course__sidebar .inpratica-course__trailer {
      display: none; }
  .inpratica-course .inpratica-course__sidebar___footer {
    display: none; }
  .inpratica-course .inpratica-course__wrapper {
    max-width: none;
    width: 100%; }
  .inpratica-course .inpratica-course__details {
    margin: 0 0 20px 0; }
  .inpratica-course .inpratica-course__details-wrapper {
    max-width: none;
    width: 100%; }
  .inpratica-course .inpratica-course__learn {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
  .inpratica-course .inpratica-course__red {
    padding: 0;
    margin: 0;
    background: white; }
  .inpratica-course .inpratica-course__program__wrapper {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 14px; }
  .inpratica-course .inpratica-course__sidebar .inpratica-course__sidebar__wrapper {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .inpratica-course .inpratica-course__program .container-fluid .product-course__section__title, .inpratica-course .inpratica-course__program .container-sm .product-course__section__title, .inpratica-course .inpratica-course__program .container-md .product-course__section__title, .inpratica-course .inpratica-course__program .container-lg .product-course__section__title, .inpratica-course .inpratica-course__program .container-xl .product-course__section__title, .inpratica-course .inpratica-course__program .container-xxl .product-course__section__title {
    padding: 16px 30px; } }

.inpratica-course--tiktok .inpratica-course__skills,
.inpratica-course--tiktok .inpratica-course__red,
.inpratica-course--tiktok .inpratica-course__target,
.inpratica-course--tiktok .inpratica-course__objectives,
.inpratica-course--tiktok .col-i-suoi-corsi,
.inpratica-course--tiktok .inpratica-course__additional__item--certificato {
  display: none !important; }

.inpratica-course__actions .stock.out-of-stock {
  display: none; }

.inpratica-group .product-card--sidebar .product-card--sidebar__image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px; }

.inpratica-group .product-card--sidebar img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.inpratica-group .product-card--sidebar h3 {
  min-height: 54px;
  padding-right: 40px; }
  @media (max-width: 991px) {
    .inpratica-group .product-card--sidebar h3 {
      font-size: 14px;
      padding-right: 0; } }

.inpratica-group .product-card--sidebar .status--completed {
  position: absolute;
  top: 6px;
  left: 6px;
  color: white;
  z-index: 10; }

.inpratica-group .product-card--sidebar .status--coming-soon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 6px;
  left: 6px;
  color: black;
  z-index: 10;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px; }

.inpratica-group .product-card--sidebar .play-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.inpratica-group .product-card--sidebar .product-card--sidebar__image:hover .play-overlay {
  opacity: 1; }

.inpratica-group sup {
  font-size: 0.65em;
  top: -2px;
  margin: 0 4px 0 0; }

@media (max-width: 991px) {
  .inpratica-group .docente .docente__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.inpratica-group .inpratica-course__summary {
  background: #1d1d1f;
  color: #f2f2f2;
  padding: 2rem 0 8rem 0; }

.inpratica-group .inpratica-course__wrapper {
  max-width: calc(100% - 600px);
  width: 1500px; }

.inpratica-group .inpratica-course__categories {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px; }
  .inpratica-group .inpratica-course__categories a {
    color: white; }

.inpratica-group .inpratica-course__title h1 {
  color: white;
  font-weight: semibold;
  margin-bottom: 16px; }

.inpratica-group .inpratica-course__short-description p,
.inpratica-group .inpratica-course__short-description .ld-tabs-content li, .ld-tabs-content .inpratica-group .inpratica-course__short-description li,
.inpratica-group .inpratica-course__short-description .text-editor li, .text-editor .inpratica-group .inpratica-course__short-description li {
  color: #f2f2f2; }

.inpratica-group .inpratica-course__short-description a {
  text-decoration: underline;
  color: #f2f2f2;
  font-weight: bold; }

.inpratica-group .inpratica-course__meta ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inpratica-group .inpratica-course__meta ul li {
    margin-right: 1.25rem; }
    .inpratica-group .inpratica-course__meta ul li i {
      color: #f2f2f2;
      margin-right: 0.25rem;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  @media (max-width: 992px) {
    .inpratica-group .inpratica-course__meta ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .inpratica-group .inpratica-course__meta ul li {
        margin-bottom: 16px; } }

.inpratica-group .inpratica-course__details {
  margin-top: -6rem; }

.inpratica-group .inpratica-course__details-wrapper {
  max-width: calc(100% - 600px);
  width: 1500px;
  background-color: transparent; }

.inpratica-group .inpratica-course__learn {
  background-color: #f8485e;
  color: white;
  padding: 2rem;
  color: white; }
  .inpratica-group .inpratica-course__learn p,
  .inpratica-group .inpratica-course__learn .ld-tabs-content li, .ld-tabs-content .inpratica-group .inpratica-course__learn li,
  .inpratica-group .inpratica-course__learn .text-editor li, .text-editor .inpratica-group .inpratica-course__learn li {
    color: white; }
  .inpratica-group .inpratica-course__learn ul,
  .inpratica-group .inpratica-course__learn ol {
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0; }
    .inpratica-group .inpratica-course__learn ul li,
    .inpratica-group .inpratica-course__learn ol li {
      position: relative;
      margin-bottom: 0.25rem;
      width: 47%;
      padding: 0 15px; }
      @media (max-width: 991.98px) {
        .inpratica-group .inpratica-course__learn ul li,
        .inpratica-group .inpratica-course__learn ol li {
          width: 100%; } }
      .inpratica-group .inpratica-course__learn ul li:before,
      .inpratica-group .inpratica-course__learn ol li:before {
        content: "\f00c";
        font-family: "font awesome 6 pro";
        color: white;
        position: absolute;
        left: -15px;
        font-weight: 300; }
      .inpratica-group .inpratica-course__learn ul li:last-child,
      .inpratica-group .inpratica-course__learn ol li:last-child {
        margin-bottom: 0; }

.inpratica-group .inpratica-course__row {
  position: relative; }

.inpratica-group .inpratica-course__sidebar {
  position: absolute;
  top: 40px;
  right: 2rem;
  width: 500px;
  height: calc(100% - 40px); }
  .inpratica-group .inpratica-course__sidebar .scollable {
    max-height: calc(100vh - 500px);
    min-height: 300px;
    overflow-y: scroll; }
  .inpratica-group .inpratica-course__sidebar .inpratica-course__image {
    height: 180px;
    position: relative;
    aspect-ratio: 50/18; }
    .inpratica-group .inpratica-course__sidebar .inpratica-course__image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .inpratica-group .inpratica-course__sidebar .inpratica-course__image__completed {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem; }
  .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
    .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title p,
    .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title .ld-tabs-content li, .ld-tabs-content .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title li,
    .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title .text-editor li, .text-editor .inpratica-group .inpratica-course__sidebar .inpratica-course__image__title li {
      margin: 0;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }
  .inpratica-group .inpratica-course__sidebar .first-payment-date {
    display: none; }
  .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__wrapper {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px; }
    @media (max-width: 992px) {
      .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__wrapper {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__sticky {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    padding-bottom: 20px;
    background-color: white; }
    @media (max-width: 992px) {
      .inpratica-group .inpratica-course__sidebar .inpratica-course__sidebar__sticky {
        -webkit-box-shadow: none;
                box-shadow: none; } }

.inpratica-group .inpratica-course__sidebar--sticky {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.3s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.3s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.3s ease 0.25s, transform 0.25s ease 0.25s, visibility 4s linear;
  transition: opacity 0.3s ease 0.25s, transform 0.25s ease 0.25s, visibility 4s linear, -webkit-transform 0.25s ease 0.25s; }
  .inpratica-group .inpratica-course__sidebar--sticky.scrolled {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media (max-width: 992px) {
    .inpratica-group .inpratica-course__sidebar--sticky {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.inpratica-group .inpratica-course__sidebar__title p,
.inpratica-group .inpratica-course__sidebar__title .ld-tabs-content li, .ld-tabs-content .inpratica-group .inpratica-course__sidebar__title li,
.inpratica-group .inpratica-course__sidebar__title .text-editor li, .text-editor .inpratica-group .inpratica-course__sidebar__title li {
  line-height: 1.2em; }

.inpratica-group .inpratica-course__skills {
  font-size: 16px; }
  @media (max-width: 576px) {
    .inpratica-group .inpratica-course__skills {
      font-size: 14px; } }
  .inpratica-group .inpratica-course__skills .inpratica-course__skills__title {
    position: relative;
    color: black; }
    .inpratica-group .inpratica-course__skills .inpratica-course__skills__title i {
      position: absolute;
      left: -20px;
      top: 2px;
      font-size: 14px; }
  .inpratica-group .inpratica-course__skills .inpratica-course__skills__list li {
    margin-bottom: 0.75rem;
    line-height: 1.2em; }

.inpratica-group .inpratica-course__additional {
  font-size: 16px; }
  .inpratica-group .inpratica-course__additional .inpratica-course__additional__title {
    position: relative;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .inpratica-group .inpratica-course__additional .inpratica-course__additional__title i {
      margin-top: 6px;
      margin-right: 8px;
      font-size: 14px; }

.inpratica-group .inpratica-course__red {
  background: #f8485e;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8485e), to(rgba(248, 72, 94, 0.818365)));
  background: linear-gradient(0deg, #f8485e 0%, rgba(248, 72, 94, 0.818365) 100%);
  padding-top: 16rem;
  margin-top: 8rem; }

.inpratica-group .inpratica-course__program__wrapper {
  margin-left: 15px;
  margin-right: 15px;
  background: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  margin-top: -20rem; }
  .inpratica-group .inpratica-course__program__wrapper ul.product-course__section__lessons {
    color: rgba(29, 29, 31, 0.5); }
    .inpratica-group .inpratica-course__program__wrapper ul.product-course__section__lessons li.sample {
      color: black; }
    .inpratica-group .inpratica-course__program__wrapper ul.product-course__section__lessons li.enrolled {
      color: black; }
  .inpratica-group .inpratica-course__program__wrapper .preview-lesson-link {
    background: transparent;
    border: 0;
    color: #f8485e;
    text-decoration: underline;
    font-weight: bold; }

.inpratica-group .socializer button {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: black; }

.inpratica-group .yith-wcwl-add-to-wishlist {
  margin: 0; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
    font-weight: bold;
    text-decoration: underline;
    content: attr(data-title);
    font-size: 18px; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    color: black; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
    font-size: 18px;
    color: #f8485e; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
    display: inline-block; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span i,
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i {
    height: auto;
    margin-right: 10px; }
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .inpratica-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
    background: none;
    color: black;
    display: inline-block;
    text-indent: -9999px; }

.inpratica-group .inpratica-course__sidebar___footer {
  padding-top: 16px;
  border-top: 1px solid #eaeaea; }

.inpratica-group .inpratica-course__target h2 {
  position: relative; }
  .inpratica-group .inpratica-course__target h2 i {
    display: none;
    position: absolute;
    right: 0;
    top: 20%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .inpratica-group .inpratica-course__target h2.accordion i {
    display: block; }
  .inpratica-group .inpratica-course__target h2.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.inpratica-group .inpratica-course__objectives h2 {
  position: relative; }
  .inpratica-group .inpratica-course__objectives h2 i {
    display: none;
    position: absolute;
    right: 0;
    top: 20%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .inpratica-group .inpratica-course__objectives h2.accordion i {
    display: block; }
  .inpratica-group .inpratica-course__objectives h2.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media screen and (max-width: 991px) {
  .inpratica-group .inpratica-course__wrapper,
  .inpratica-group .inpratica-course__details-wrapper {
    max-width: none;
    width: 100%; }
  .inpratica-group .inpratica-course__sidebar {
    position: relative;
    height: auto;
    top: 0;
    right: 0;
    width: calc(100% - 60px);
    margin: 30px; }
    .inpratica-group .inpratica-course__sidebar .scollable {
      max-height: none;
      overflow-y: hidden; } }

.trailerModal .modal-dialog {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .trailerModal .modal-dialog {
      max-width: 100%; } }

.trailerModal .btn-close {
  position: fixed;
  top: 2%;
  right: 2%;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 50px; }

.trailerModal .modal-content {
  background: none; }

.modal-backdrop {
  opacity: 0.8; }

.product-card--sidebar .yith-wcwl-add-to-wishlist {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  height: 18px; }
  @media (min-width: 992px) {
    .product-card--sidebar .yith-wcwl-add-to-wishlist {
      top: 0; } }
  @media (max-width: 991px) {
    .product-card--sidebar .yith-wcwl-add-to-wishlist {
      bottom: 6px; } }
  .product-card--sidebar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    background: none !important;
    color: rgba(29, 29, 31, 0.25);
    font-weight: 400;
    display: inline-block;
    min-width: auto;
    padding: 0;
    text-align: center;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-card--sidebar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
        font-size: 13px !important; } }
    .product-card--sidebar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
      content: attr(data-title);
      display: none; }
      @media (max-width: 767.98px) {
        .product-card--sidebar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
          font-size: 13px; } }
    .product-card--sidebar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
      height: 18px;
      color: rgba(29, 29, 31, 0.25);
      display: block;
      width: 100%;
      font-size: 18px;
      font-weight: 300; }

.product-card--sidebar .yith-wcwl-wishlistaddedbrowse,
.product-card--sidebar .yith-wcwl-wishlistexistsbrowse {
  text-align: center; }
  .product-card--sidebar .yith-wcwl-wishlistaddedbrowse a,
  .product-card--sidebar .yith-wcwl-wishlistexistsbrowse a {
    background: none !important;
    color: rgba(29, 29, 31, 0.25);
    font-weight: 400;
    display: inline-block;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-card--sidebar .yith-wcwl-wishlistaddedbrowse a,
      .product-card--sidebar .yith-wcwl-wishlistexistsbrowse a {
        font-size: 13px !important; } }
    .product-card--sidebar .yith-wcwl-wishlistaddedbrowse a:hover,
    .product-card--sidebar .yith-wcwl-wishlistexistsbrowse a:hover {
      text-decoration: underline; }
  .product-card--sidebar .yith-wcwl-wishlistaddedbrowse span,
  .product-card--sidebar .yith-wcwl-wishlistexistsbrowse span {
    display: block; }
    .product-card--sidebar .yith-wcwl-wishlistaddedbrowse span i,
    .product-card--sidebar .yith-wcwl-wishlistexistsbrowse span i {
      color: rgba(29, 29, 31, 0.25);
      display: block;
      width: 100%;
      font-size: 18px;
      height: 18px; }

/**
* Superskill Product
**/
.product__superskill .product__superskill__hero {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1900px) {
    .product__superskill .product__superskill__hero {
      min-height: 600px;
      height: 70vh; } }
  @media (min-width: 992px) {
    .product__superskill .product__superskill__hero {
      min-height: 600px;
      padding-top: 3rem; } }
  @media (max-width: 991.98px) {
    .product__superskill .product__superskill__hero {
      aspect-ratio: 1/1;
      min-height: none; } }
  @media (max-width: 767.98px) {
    .product__superskill .product__superskill__hero {
      aspect-ratio: 1/1.3; } }
  @media (max-width: 575.98px) {
    .product__superskill .product__superskill__hero {
      aspect-ratio: 1/1.5; } }
  .product__superskill .product__superskill__hero .product__superskill__hero__decor {
    position: absolute;
    top: 9rem;
    right: 0;
    max-width: 30%;
    z-index: 1;
    opacity: 0.2; }
    .product__superskill .product__superskill__hero .product__superskill__hero__decor svg {
      width: 100%; }
  .product__superskill .product__superskill__hero .product__superskill__hero__img {
    aspect-ratio: 1600 / 845;
    background-size: cover;
    background-position: right top;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }
    @media (max-width: 1199.98px) {
      .product__superskill .product__superskill__hero .product__superskill__hero__img {
        aspect-ratio: 1600 / 1200; } }
    @media (min-width: 992px) {
      .product__superskill .product__superskill__hero .product__superskill__hero__img:after {
        content: "";
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #000000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, #000000 20%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 50%;
        height: 100%; } }
    @media (max-width: 991.98px) {
      .product__superskill .product__superskill__hero .product__superskill__hero__img {
        background-position: center bottom;
        min-height: 0;
        background-size: auto 100%;
        top: -10%; } }
    @media (max-width: 575.98px) {
      .product__superskill .product__superskill__hero .product__superskill__hero__img {
        background-size: auto 80%;
        top: -26%; } }
    .product__superskill .product__superskill__hero .product__superskill__hero__img:before {
      content: "";
      background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, black), color-stop(30%, rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 30%);
      position: absolute;
      height: 100%;
      bottom: 0;
      left: 0;
      right: 0; }
      @media (max-width: 991.98px) {
        .product__superskill .product__superskill__hero .product__superskill__hero__img:before {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, black), color-stop(80%, rgba(0, 0, 0, 0)));
          background: linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 80%);
          height: 60%; } }
  .product__superskill .product__superskill__hero .row, .product__superskill .product__superskill__hero .inpratica-course .inpratica-course__learn ul, .inpratica-course .inpratica-course__learn .product__superskill .product__superskill__hero ul,
  .product__superskill .product__superskill__hero .inpratica-course .inpratica-course__learn ol, .inpratica-course .inpratica-course__learn .product__superskill .product__superskill__hero ol, .product__superskill .product__superskill__hero .inpratica-group .inpratica-course__learn ul, .inpratica-group .inpratica-course__learn .product__superskill .product__superskill__hero ul,
  .product__superskill .product__superskill__hero .inpratica-group .inpratica-course__learn ol, .inpratica-group .inpratica-course__learn .product__superskill .product__superskill__hero ol, .product__superskill .product__superskill__hero .single-product .product__box--learn ul, .single-product .product__box--learn .product__superskill .product__superskill__hero ul,
  .product__superskill .product__superskill__hero .single-product .product__box--learn ol, .single-product .product__box--learn .product__superskill .product__superskill__hero ol {
    position: relative;
    z-index: 10; }
  .product__superskill .product__superskill__hero .scrolldown {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #bfbfbf; }
    .product__superskill .product__superskill__hero .scrolldown i {
      -webkit-animation-name: scrolldown;
              animation-name: scrolldown;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-delay: 2s;
              animation-delay: 2s;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }

.product__superskill .product__superskill__hero__buttons {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 100%;
  z-index: 1; }
  .product__superskill .product__superskill__hero__buttons .socializer {
    margin-right: 10px; }
    .product__superskill .product__superskill__hero__buttons .socializer button {
      width: 50px;
      height: 50px;
      background: #14141433;
      border-radius: 10px;
      border: 0;
      font-size: 21px;
      color: white;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product__superskill .product__superskill__hero__buttons .socializer button:before {
        content: '\f1e0'; }
      .product__superskill .product__superskill__hero__buttons .socializer button span {
        display: none; }
    .product__superskill .product__superskill__hero__buttons .socializer .dropdown-menu {
      border: 0;
      border-radius: 10px;
      background: #14141433; }
      .product__superskill .product__superskill__hero__buttons .socializer .dropdown-menu i {
        color: white; }
  .product__superskill .product__superskill__hero__buttons .yith-wcwl-add-to-wishlist {
    top: 0;
    margin: 0;
    position: relative;
    width: 50px;
    height: 50px;
    background: #14141433;
    border-radius: 10px;
    border: 0;
    font-size: 21px;
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0; }
    .product__superskill .product__superskill__hero__buttons .yith-wcwl-add-to-wishlist * {
      color: white;
      margin: 0; }
    .product__superskill .product__superskill__hero__buttons .yith-wcwl-add-to-wishlist .feedback i {
      font-size: 21px;
      margin-top: 12px; }
  .product__superskill .product__superskill__hero__buttons a[data-title="Salvato"] {
    display: none; }

.product__superskill .product__superskill__hero__content {
  width: 100%;
  max-width: 740px;
  z-index: 100; }
  @media (max-width: 991.98px) {
    .product__superskill .product__superskill__hero__content {
      max-width: none;
      text-align: center; } }
  @media (max-width: 575.98px) {
    .product__superskill .product__superskill__hero__content {
      padding-top: 30%; } }
  .product__superskill .product__superskill__hero__content p,
  .product__superskill .product__superskill__hero__content .ld-tabs-content li, .ld-tabs-content .product__superskill .product__superskill__hero__content li,
  .product__superskill .product__superskill__hero__content .text-editor li, .text-editor .product__superskill .product__superskill__hero__content li {
    line-height: 28px;
    color: white; }

.product__superskill .product__superskill__hero__content__tag {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .product__superskill .product__superskill__hero__content__tag {
      position: absolute;
      top: 2rem;
      left: 0;
      z-index: 10;
      width: 100%;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-x, 15px);
      text-align: left; } }
  @media (max-width: 575.98px) {
    .product__superskill .product__superskill__hero__content__tag {
      top: 1rem; } }

@media (max-width: 991.98px) {
  .product__superskill .product__superskill__hero__actions .btn {
    width: 100%; }
    .product__superskill .product__superskill__hero__actions .btn:first-child {
      margin-bottom: 1rem; } }

.product__superskill .product__superskill__hero__actions__share .dropdown-menu.show {
  display: block;
  border-radius: 12px; }

.product__superskill .product__superskill__hero__actions__share .socializer button {
  width: 100%;
  height: 42px;
  border-radius: 12px;
  font-weight: bold;
  border: 0;
  color: white;
  background: #1d1d1f; }
  .product__superskill .product__superskill__hero__actions__share .socializer button span {
    font-size: 14px !important; }

.product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist {
  position: relative;
  top: 0;
  right: 0;
  width: 100%; }
  .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    font-weight: bold;
    border: 0;
    color: white;
    background: #1d1d1f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
      display: none; }
    .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before {
      content: "Aggiungi ai preferiti";
      display: inline-block;
      font-size: 14px;
      color: white; }

.product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist {
  position: relative;
  top: 0;
  right: 0;
  width: 100%; }
  .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    font-weight: bold;
    border: 0;
    color: white;
    background: #1d1d1f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
      font-size: 13px; }
    .product__superskill .product__superskill__hero__actions__share .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
      margin-left: 5px;
      display: inline-block;
      font-size: 14px;
      color: white;
      font-weight: bold;
      text-decoration: underline; }

.product__superskill__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.product__superskill__tagline strong {
  color: #f8485e; }

@media (max-width: 1199.98px) {
  .product__superskill__meta__card {
    position: sticky;
    top: 0; } }

.product__superskill__content .read-more {
  float: right;
  color: white;
  background: none;
  border: 0;
  font-weight: bold;
  padding: 0;
  font-size: 14px; }
  .product__superskill__content .read-more:before {
    content: 'Mostra di più'; }
  .product__superskill__content .read-more[aria-expanded="true"]:before {
    content: 'Mostra di meno'; }
  .product__superskill__content .read-more[aria-expanded="true"] i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.product__superskill__card--docente {
  border: 1px solid #8c8c8c;
  color: white;
  background: black;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden; }
  .product__superskill__card--docente__img span {
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 1; }
  .product__superskill__card--docente__img img {
    width: 100%; }
  .product__superskill__card--docente .product__superskill__card--docente__content {
    position: relative;
    z-index: 2;
    margin-top: -50px; }
  .product__superskill__card--docente a.btn {
    margin-bottom: 16px; }

.product__superskill__meta .text-lg p, .product__superskill__meta .product__superskill .product__superskill__hero .scrolldown p, .product__superskill .product__superskill__hero .product__superskill__meta .scrolldown p, .product__superskill__meta .product__superskill .product__superskill__hero__content p p, .product__superskill .product__superskill__hero__content .product__superskill__meta p p, .product__superskill__meta .superskills-list ul li p, .superskills-list ul .product__superskill__meta li p, .product__superskill__meta .media-elis p p, .media-elis .product__superskill__meta p p, .product__superskill__meta .product__superskill .product__superskill__hero__content .ld-tabs-content li p, .product__superskill .product__superskill__hero__content .ld-tabs-content .product__superskill__meta li p, .product__superskill__meta .ld-tabs-content .product__superskill .product__superskill__hero__content li p, .ld-tabs-content .product__superskill .product__superskill__hero__content .product__superskill__meta li p, .product__superskill__meta .media-elis .ld-tabs-content li p, .media-elis .ld-tabs-content .product__superskill__meta li p, .product__superskill__meta .ld-tabs-content .media-elis li p, .ld-tabs-content .media-elis .product__superskill__meta li p,
.product__superskill__meta .text-lg .ld-tabs-content li, .ld-tabs-content .product__superskill__meta .text-lg li,
.product__superskill__meta .product__superskill .product__superskill__hero .scrolldown .ld-tabs-content li, .ld-tabs-content .product__superskill__meta .product__superskill .product__superskill__hero .scrolldown li, .product__superskill .product__superskill__hero .product__superskill__meta .scrolldown .ld-tabs-content li, .ld-tabs-content .product__superskill .product__superskill__hero .product__superskill__meta .scrolldown li,
.product__superskill__meta .product__superskill .product__superskill__hero__content p .ld-tabs-content li, .ld-tabs-content .product__superskill__meta .product__superskill .product__superskill__hero__content p li, .product__superskill .product__superskill__hero__content .product__superskill__meta p .ld-tabs-content li, .ld-tabs-content .product__superskill .product__superskill__hero__content .product__superskill__meta p li,
.product__superskill__meta .product__superskill .product__superskill__hero__content .ld-tabs-content li li, .product__superskill .product__superskill__hero__content .ld-tabs-content .product__superskill__meta li li,
.product__superskill__meta .ld-tabs-content .product__superskill .product__superskill__hero__content li li, .ld-tabs-content .product__superskill .product__superskill__hero__content .product__superskill__meta li li,
.product__superskill__meta .superskills-list ul li .ld-tabs-content li, .ld-tabs-content .product__superskill__meta .superskills-list ul li li, .superskills-list ul .product__superskill__meta li .ld-tabs-content li, .ld-tabs-content .superskills-list ul .product__superskill__meta li li,
.product__superskill__meta .media-elis p .ld-tabs-content li, .ld-tabs-content .product__superskill__meta .media-elis p li, .media-elis .product__superskill__meta p .ld-tabs-content li, .ld-tabs-content .media-elis .product__superskill__meta p li,
.product__superskill__meta .media-elis .ld-tabs-content li li, .media-elis .ld-tabs-content .product__superskill__meta li li,
.product__superskill__meta .ld-tabs-content .media-elis li li, .ld-tabs-content .media-elis .product__superskill__meta li li,
.product__superskill__meta .product__superskill .product__superskill__hero__content .text-editor li p, .product__superskill .product__superskill__hero__content .text-editor .product__superskill__meta li p,
.product__superskill__meta .text-editor .product__superskill .product__superskill__hero__content li p, .text-editor .product__superskill .product__superskill__hero__content .product__superskill__meta li p,
.product__superskill__meta .media-elis .text-editor li p, .media-elis .text-editor .product__superskill__meta li p,
.product__superskill__meta .text-editor .media-elis li p, .text-editor .media-elis .product__superskill__meta li p,
.product__superskill__meta .text-lg .text-editor li, .text-editor .product__superskill__meta .text-lg li,
.product__superskill__meta .product__superskill .product__superskill__hero .scrolldown .text-editor li, .text-editor .product__superskill__meta .product__superskill .product__superskill__hero .scrolldown li, .product__superskill .product__superskill__hero .product__superskill__meta .scrolldown .text-editor li, .text-editor .product__superskill .product__superskill__hero .product__superskill__meta .scrolldown li,
.product__superskill__meta .product__superskill .product__superskill__hero__content p .text-editor li, .text-editor .product__superskill__meta .product__superskill .product__superskill__hero__content p li, .product__superskill .product__superskill__hero__content .product__superskill__meta p .text-editor li, .text-editor .product__superskill .product__superskill__hero__content .product__superskill__meta p li,
.product__superskill__meta .product__superskill .product__superskill__hero__content .text-editor li li, .product__superskill .product__superskill__hero__content .text-editor .product__superskill__meta li li,
.product__superskill__meta .text-editor .product__superskill .product__superskill__hero__content li li, .text-editor .product__superskill .product__superskill__hero__content .product__superskill__meta li li,
.product__superskill__meta .superskills-list ul li .text-editor li, .text-editor .product__superskill__meta .superskills-list ul li li, .superskills-list ul .product__superskill__meta li .text-editor li, .text-editor .superskills-list ul .product__superskill__meta li li,
.product__superskill__meta .media-elis p .text-editor li, .text-editor .product__superskill__meta .media-elis p li, .media-elis .product__superskill__meta p .text-editor li, .text-editor .media-elis .product__superskill__meta p li,
.product__superskill__meta .media-elis .text-editor li li, .media-elis .text-editor .product__superskill__meta li li,
.product__superskill__meta .text-editor .media-elis li li, .text-editor .media-elis .product__superskill__meta li li {
  color: white; }

.superskills-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -6px; }
  .superskills-list ul li {
    margin: 8px;
    border-radius: 4px;
    color: #bfbfbf;
    background-color: #1f1f1f;
    padding: 6px 12px; }
    @media (max-width: 575.98px) {
      .superskills-list ul li {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px; } }

li.superskill-list__wow {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#991728), to(#14084b));
  background: linear-gradient(90deg, #991728 0%, #14084b 100%); }
  li.superskill-list__wow span {
    color: white; }

.superskill--altri {
  padding: 115px 0; }
  .superskill--altri h2 {
    margin-bottom: 96px; }

.card__superskill {
  aspect-ratio: 4 / 3;
  position: relative;
  width: 100%;
  max-width: 100%; }
  .card__superskill .coming-icon {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 1rem;
    text-align: start; }
    .card__superskill .coming-icon i {
      width: 36px;
      height: 36px;
      background: #efefef;
      border-radius: 10px;
      color: black !important;
      font-size: 1.25rem; }
  .card__superskill .inner {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background: black; }
    .card__superskill .inner:after {
      content: "";
      position: absolute;
      top: -0.5%;
      left: -0.5%;
      width: 102%;
      height: 102%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      z-index: 1; }
  .card__superskill .image {
    position: relative;
    height: 0;
    padding-bottom: 25rem;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 1; }
    @media only screen and (min-width: 576px) {
      .card__superskill .image {
        padding-bottom: 25rem; } }
    .card__superskill .image span {
      top: 1.6rem;
      right: 1rem;
      position: absolute;
      z-index: 1; }
    .card__superskill .image img {
      left: 0;
      bottom: -5%;
      position: absolute;
      height: 120%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .card__superskill .content {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    opacity: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 2rem 0;
    width: 100%; }
    .card__superskill .content h4 {
      color: white;
      font-size: 32px;
      font-weight: bold; }

.overlay-dark-bottom {
  position: relative; }
  .overlay-dark-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, black), color-stop(60%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 2%, rgba(0, 0, 0, 0) 60%); }

#modalTeaser .modal-dialog {
  max-width: 1000px; }

#modalTeaser .modal-header {
  border: 0; }

/**
* Superskill Swiper
**/
.swiper {
  width: 100%; }

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  70% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  90% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  70% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  90% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.single-product .product {
  margin: 0; }

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0; }

.single-product .woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 0; }

.single-product .product-hero {
  position: relative;
  min-height: 400px;
  background: #f8485e; }
  @media (min-width: 1200px) {
    .single-product .product-hero {
      overflow: hidden;
      height: 600px; } }
  .single-product .product-hero img {
    width: 100%; }
  @media (max-width: 767.98px) {
    .single-product .product-hero {
      height: 75vh;
      max-height: 600px; }
      .single-product .product-hero img {
        width: auto;
        height: 100%;
        max-width: none; } }
  @media (max-width: 575.98px) {
    .single-product .product-hero {
      height: 50vh; } }
  .single-product .product-hero img.tiktok {
    height: 45px; }
    @media (max-width: 767.98px) {
      .single-product .product-hero img.tiktok {
        height: 35px; } }
  @media (max-width: 575.98px) {
    .single-product .product-hero {
      height: 50vh; } }
  .single-product .product-hero__hover {
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .single-product .product-hero__cat a {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 4px; }
    @media (max-width: 767.98px) {
      .single-product .product-hero__cat a {
        font-size: 11px;
        line-height: 15px;
        display: initial; } }
    .single-product .product-hero__cat a:after {
      content: " - "; }
    .single-product .product-hero__cat a:last-child:after {
      content: none; }
    .single-product .product-hero__cat a:hover {
      opacity: 0.8; }
  .single-product .product-hero__actions a,
  .single-product .product-hero__actions button {
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out; }
    .single-product .product-hero__actions a:hover,
    .single-product .product-hero__actions button:hover {
      opacity: 0.8; }
  .single-product .product-hero .product_title {
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .single-product .product-hero .product_title {
        font-size: 42px;
        line-height: 1.2em; } }
    @media (max-width: 767.98px) {
      .single-product .product-hero .product_title {
        font-size: 33px; } }
  .single-product .product-hero .socializer {
    display: block; }
    .single-product .product-hero .socializer button {
      background: none;
      border: 0;
      color: #fff;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        .single-product .product-hero .socializer button {
          font-size: 13px; } }
      .single-product .product-hero .socializer button:after {
        content: none; }
      .single-product .product-hero .socializer button i {
        font-size: 30px;
        text-decoration: none !important;
        height: 35px; }
    .single-product .product-hero .socializer .dropdown-menu {
      border: 0;
      border-radius: 0;
      padding: 12px 20px 15px;
      min-width: 200px;
      left: -60px !important;
      top: 10px !important; }
      @media (max-width: 767.98px) {
        .single-product .product-hero .socializer .dropdown-menu {
          left: 0 !important; } }
      .single-product .product-hero .socializer .dropdown-menu.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .single-product .product-hero .socializer .dropdown-menu a {
        color: #6b6b6b;
        margin: 0 10px; }
        .single-product .product-hero .socializer .dropdown-menu a i {
          font-size: 14px; }

.single-product .btn-percorso i {
  font-size: 30px;
  text-decoration: none !important;
  height: 35px; }

@media (max-width: 767.98px) {
  .single-product .btn-percorso span {
    font-size: 13px; } }

.single-product .btn-play {
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #1d1d20;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 700;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }
  .single-product .btn-play i {
    font-size: 16px; }
  .single-product .btn-play:hover {
    background: #343436; }

@media (min-width: 768px) {
  .single-product .product_detail {
    background: #f2f2f2; } }

@media (min-width: 768px) {
  .single-product .product__box {
    padding: 2rem;
    background: white; } }

@media (max-width: 575.98px) {
  .single-product .product__box h3 {
    font-size: 22px;
    line-height: 18px; } }

@media (min-width: 768px) {
  .single-product .product__box--learn {
    padding-bottom: 1.5rem; } }

@media (max-width: 767.98px) {
  .single-product .product__box--learn {
    margin-bottom: 0 !important; } }

.single-product .product__box--learn ul,
.single-product .product__box--learn ol {
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }
  .single-product .product__box--learn ul li,
  .single-product .product__box--learn ol li {
    position: relative;
    margin-bottom: 1rem;
    width: 47%;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .single-product .product__box--learn ul li,
      .single-product .product__box--learn ol li {
        width: 100%; } }
    .single-product .product__box--learn ul li:before,
    .single-product .product__box--learn ol li:before {
      content: "\f00c";
      font-family: "font awesome 6 pro";
      color: #f8485e;
      position: absolute;
      left: -15px;
      font-weight: 300; }
    .single-product .product__box--learn ul li:last-child,
    .single-product .product__box--learn ol li:last-child {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  .single-product .product__box {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; } }

.single-product .skill .skill-block {
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 30px;
  background-color: #fedadf;
  min-height: 40px;
  line-height: 18px;
  font-size: 16px; }
  @media (max-width: 991.98px) {
    .single-product .skill .skill-block {
      font-size: 14px;
      padding: 4px 20px 4px; } }

.single-product .myModalGift .modal-dialog,
.single-product #trailerModal .modal-dialog {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .single-product .myModalGift .modal-dialog,
    .single-product #trailerModal .modal-dialog {
      max-width: 100%; } }

.single-product .myModalGift .btn-close,
.single-product #trailerModal .btn-close {
  position: fixed;
  top: 2%;
  right: 2%;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 50px; }

.single-product .myModalGift .modal-content,
.single-product #trailerModal .modal-content {
  background: none; }

.single-product .modal-backdrop {
  opacity: 0.8; }

@media (min-width: 768px) {
  .single-product .product__box-summary {
    height: 100%; } }

@media (max-width: 767.98px) {
  .single-product .product__box-summary {
    padding-top: 2rem;
    padding-bottom: 0; } }

.single-product .product__box-summary .summary--details li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 13px; }
  .single-product .product__box-summary .summary--details li:last-child {
    margin-bottom: 0; }
  .single-product .product__box-summary .summary--details li a {
    font-weight: 700;
    text-decoration: underline; }
    .single-product .product__box-summary .summary--details li a:hover {
      color: #f8485e; }
  .single-product .product__box-summary .summary--details li span {
    top: 2px;
    left: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-product .product__box-summary .summary--details li span i {
      font-size: 18px; }
    .single-product .product__box-summary .summary--details li span img {
      height: 18px; }
  .single-product .product__box-summary .summary--details li .fa-circle-base:before,
  .single-product .product__box-summary .summary--details li .fa-circle-intermedio:before,
  .single-product .product__box-summary .summary--details li .fa-circle-avanzato:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300; }
  .single-product .product__box-summary .summary--details li .fa-circle-base:before {
    content: "\e0ee"; }
  .single-product .product__box-summary .summary--details li .fa-circle-intermedio:before {
    content: "\e0ef"; }
  .single-product .product__box-summary .summary--details li .fa-circle-avanzato:before {
    content: "\e0f0"; }

.single-product .product__box-summary .summary--details__devices p,
.single-product .product__box-summary .summary--details__devices .ld-tabs-content li, .ld-tabs-content .single-product .product__box-summary .summary--details__devices li,
.single-product .product__box-summary .summary--details__devices .text-editor li, .text-editor .single-product .product__box-summary .summary--details__devices li {
  font-size: 11px;
  color: #6b6b6b; }

@media (max-width: 575.98px) {
  .single-product .product__box-summary .summary--details__devices img {
    height: 30px;
    width: auto; } }

.single-product .product__box-summary .variations {
  width: 100%;
  margin-bottom: 30px; }
  .single-product .product__box-summary .variations label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000000; }
  .single-product .product__box-summary .variations .value select, .single-product .product__box-summary .variations .value .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter .single-product .product__box-summary .variations .value .yith-wcan-dropdown {
    height: 45px;
    width: 100%;
    border-radius: 30px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    font-weight: 700; }

.single-product .product__box-summary .variations_form .single_variation_wrap .woocommerce-variation-price {
  width: 100%; }
  .single-product .product__box-summary .variations_form .single_variation_wrap .woocommerce-variation-price .price {
    margin: 0; }

.single-product .product__box-summary .variations_form .single_variation_wrap:before {
  content: "";
  position: relative;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
  margin-bottom: 30px; }

.single-product .product__box-summary .first-payment-date {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: none !important; }

.single-product .product-type-automator_codes button {
  width: 100%; }

.single-product .product-type-automator_codes p.stock.instock,
.single-product .product-type-automator_codes .ld-tabs-content li.stock.instock, .ld-tabs-content .single-product .product-type-automator_codes li.stock.instock,
.single-product .product-type-automator_codes .text-editor li.stock.instock, .text-editor .single-product .product-type-automator_codes li.stock.instock {
  display: none; }

.single-product .single_add_to_cart_button {
  width: 100%; }

.single-product .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0; }
  .single-product .quantity label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #584446;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .single-product .quantity input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 45px;
    width: 100%;
    border-radius: 30px;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    font-weight: 600; }

@media screen and (max-width: 991px) {
  .single-product .docente .title-heading-4, .single-product .docente .ld-tabs-content h4, .ld-tabs-content .single-product .docente h4,
  .single-product .docente .text-editor h4, .text-editor .single-product .docente h4 {
    font-size: 14px !important; } }

.single-product .docente ul li a {
  font-size: 13px;
  color: #838383; }
  .single-product .docente ul li a i {
    font-size: 15px;
    color: #838383;
    margin-right: 12px; }

.product_info h2 {
  margin-bottom: 1rem; }

.product-type-variable-subscription .woocommerce-product-gallery__image {
  display: none; }

.product-type-variable-subscription .variable-subscription-option .d-block {
  border-radius: 0; }

.product-type-variable-subscription .variable-subscription-option .price {
  font-weight: 700;
  color: #000000;
  font-size: 22px; }
  .product-type-variable-subscription .variable-subscription-option .price del {
    color: #f8485e;
    opacity: 1; }
  .product-type-variable-subscription .variable-subscription-option .price .subscription-details {
    font-weight: 700;
    font-size: 12px; }
  .product-type-variable-subscription .variable-subscription-option .price small.woocommerce-price-suffix {
    float: right;
    width: 100%;
    font-size: 12px;
    font-weight: 400; }

.variable-subscription-option__item--purchasable {
  border: 10px solid #f8485e; }

.variable-subscription-option__item--not-purchasable {
  opacity: 0.5; }

.purchasable-product .purchasable-product__image {
  position: relative; }
  .purchasable-product .purchasable-product__image img {
    aspect-ratio: 400 / 260;
    -o-object-fit: cover;
       object-fit: cover; }

.purchasable-product .purchasable-product__wishlist {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 20px;
  cursor: pointer; }
  .purchasable-product .purchasable-product__wishlist .yith-wcwl-icon {
    color: white;
    font-size: 20px; }

.purchasable-product h3 {
  font-family: "Inter", "sans-serif";
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  height: 60px;
  color: #333333; }

.purchasable-product .purchasable-product__cat {
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f8485e;
  text-transform: uppercase;
  font-weight: bold; }

.purchasable-product .purchasable-product__price {
  font-size: 18px;
  font-weight: bold; }
  .purchasable-product .purchasable-product__price del {
    color: black;
    opacity: 1;
    font-weight: bold; }
    .purchasable-product .purchasable-product__price del .amount {
      color: black; }
  .purchasable-product .purchasable-product__price ins,
  .purchasable-product .purchasable-product__price .amount {
    color: #f8485e;
    font-weight: bold; }
  .purchasable-product .purchasable-product__price .woocommerce-price-suffix {
    color: #888888;
    font-size: 11px; }
  .purchasable-product .purchasable-product__price .subscription-details {
    color: #888888;
    font-size: 11px; }

.purchasable-product .yith-wcwl-add-button {
  text-align: center; }
  .purchasable-product .yith-wcwl-add-button a:after {
    display: none !important; }
  .purchasable-product .yith-wcwl-add-button a.add_to_wishlist {
    background: none;
    min-width: auto;
    text-align: center;
    padding: 0;
    height: auto; }
    .purchasable-product .yith-wcwl-add-button a.add_to_wishlist * {
      color: white !important;
      font-size: 23px;
      text-align: center;
      margin: 0 !important;
      height: auto; }
    .purchasable-product .yith-wcwl-add-button a.add_to_wishlist:hover {
      background: none; }

.listaprodotti__products__row {
  margin-left: -12.5px;
  margin-right: -12.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .listaprodotti__products__row .purchasable-product {
    width: 300px;
    min-width: 300px;
    margin-left: 12.5px;
    margin-right: 12.5px; }
    @media (max-width: 767px) {
      .listaprodotti__products__row .purchasable-product {
        width: 300px;
        min-width: 250px; } }

.purchasable-product {
  line-height: 1.2;
  background-color: #fff; }
  .purchasable-product .purchasable-product__image {
    position: relative; }
    .purchasable-product .purchasable-product__image img {
      max-width: 100%;
      aspect-ratio: 3 / 2;
      -o-object-fit: cover;
         object-fit: cover; }
  .purchasable-product .purchasable-product__wishlist {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 20px;
    cursor: pointer; }
    .purchasable-product .purchasable-product__wishlist .yith-wcwl-icon {
      color: white;
      font-size: 20px; }
  .purchasable-product .purchasable-product__title {
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 767px) {
      .purchasable-product .purchasable-product__title {
        margin-bottom: 15px; } }
    .purchasable-product .purchasable-product__title h3 {
      font-family: "Inter", "sans-serif";
      font-size: 20px;
      line-height: 25px;
      font-weight: 700;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin: 0;
      height: 50px;
      color: #333333; }
  .purchasable-product .purchaseble-product__details p,
  .purchasable-product .purchaseble-product__details .ld-tabs-content li, .ld-tabs-content .purchasable-product .purchaseble-product__details li,
  .purchasable-product .purchaseble-product__details .text-editor li, .text-editor .purchasable-product .purchaseble-product__details li {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0; }
  .purchasable-product .purchasable-product__cat {
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    color: #f8485e;
    text-transform: uppercase;
    font-weight: bold; }
  .purchasable-product .purchasable-product__price--current {
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1em; }
    @media (max-width: 767px) {
      .purchasable-product .purchasable-product__price--current {
        line-height: inherit;
        margin-top: 25px;
        margin-bottom: 15px; } }
    .purchasable-product .purchasable-product__price--current del {
      color: black;
      opacity: 1;
      font-weight: bold; }
      .purchasable-product .purchasable-product__price--current del .amount {
        color: black; }
    .purchasable-product .purchasable-product__price--current sup {
      font-size: 22px;
      display: inline-block;
      padding-left: 6px; }
    .purchasable-product .purchasable-product__price--current .woocommerce-Price-amount {
      font-size: 36px;
      font-weight: bold;
      color: #f8485e; }
    .purchasable-product .purchasable-product__price--current strong {
      font-size: 14px; }
      .purchasable-product .purchasable-product__price--current strong del {
        font-size: 18px; }
    .purchasable-product .purchasable-product__price--current ins,
    .purchasable-product .purchasable-product__price--current s .amount {
      color: #f8485e;
      font-weight: bold; }
    .purchasable-product .purchasable-product__price--current .woocommerce-price-suffix {
      color: #888888;
      font-size: 11px; }
    .purchasable-product .purchasable-product__price--current .subscription-details {
      color: #888888;
      font-size: 11px; }
  .purchasable-product .purchasable-product__price--regular {
    font-size: 14px;
    height: 21.59px; }
    .purchasable-product .purchasable-product__price--regular del {
      font-size: 18px;
      font-weight: bold;
      color: #333333;
      opacity: 1; }
  .purchasable-product .purchasable-product__price--current {
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1em; }
    @media (max-width: 767px) {
      .purchasable-product .purchasable-product__price--current {
        line-height: inherit;
        margin-top: 25px;
        margin-bottom: 15px; } }
    .purchasable-product .purchasable-product__price--current del {
      color: black;
      opacity: 1;
      font-weight: bold; }
      .purchasable-product .purchasable-product__price--current del .amount {
        color: black; }
    .purchasable-product .purchasable-product__price--current sup {
      font-size: 22px;
      display: inline-block;
      padding-left: 6px; }
    .purchasable-product .purchasable-product__price--current .woocommerce-Price-amount {
      font-size: 36px;
      font-weight: bold;
      color: #f8485e; }
    .purchasable-product .purchasable-product__price--current strong {
      font-size: 14px; }
      .purchasable-product .purchasable-product__price--current strong del {
        font-size: 18px; }
    .purchasable-product .purchasable-product__price--current ins,
    .purchasable-product .purchasable-product__price--current s .amount {
      color: #f8485e;
      font-weight: bold; }
    .purchasable-product .purchasable-product__price--current .woocommerce-price-suffix {
      color: #888888;
      font-size: 11px; }
    .purchasable-product .purchasable-product__price--current .subscription-details {
      color: #888888;
      font-size: 11px; }
  .purchasable-product .purchasable-product__price--regular {
    font-size: 14px;
    height: 21.59px; }
    .purchasable-product .purchasable-product__price--regular del {
      font-size: 18px;
      font-weight: bold;
      color: #333333;
      opacity: 1; }
  .purchasable-product .purchasable-product__add-to-cart {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .purchasable-product .purchasable-product__add-to-cart {
        margin-top: 20px; } }
    .purchasable-product .purchasable-product__add-to-cart a {
      font-size: 18px !important;
      height: 50px; }
  .purchasable-product .purchasable-product__add-to-program {
    border-top: 1px solid #ccc;
    padding-top: 18px;
    margin-top: 20px; }
    .purchasable-product .purchasable-product__add-to-program a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1em;
      color: #f8485e;
      font-weight: bold;
      font-size: 14px;
      text-align: center; }
      .purchasable-product .purchasable-product__add-to-program a i {
        font-size: 10px;
        margin-left: 4px; }

.product-card--group {
  position: relative;
  max-width: 320px;
  aspect-ratio: 28 / 39;
  border-radius: 20px; }
  .product-card--group .product-card--group__image {
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .product-card--group .product-card--group__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 20px; }
  .product-card--group .product-card--group__content {
    padding: 2rem;
    color: white;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    .product-card--group .product-card--group__content h3 {
      color: white;
      margin-bottom: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
    .product-card--group .product-card--group__content .product-card--group__meta {
      font-size: 12px;
      font-weight: bold; }
      .product-card--group .product-card--group__content .product-card--group__meta i {
        display: inline-block;
        margin-right: 0.25rem; }

.modular-block--listaprodotti {
  overflow-x: hidden; }
  @media screen and (min-width: 1024px) {
    .modular-block--listaprodotti .product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 0.5em 2em; } }
  .modular-block--listaprodotti .product-card--group {
    max-width: none; }

.product-card--group__image:after {
  content: " ";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px; }

#consent-to-access {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  #consent-to-access.loading {
    pointer-events: none;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  #consent-to-access .sso-form__field input {
    border: 1px solid #ccc; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 0.7; } }

@keyframes pulse {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 0.7; } }

.myaccount__mycourses__group a h2 i {
  -webkit-transition: 0.25s -webkit-transform ease;
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
  transition: 0.25s transform ease, 0.25s -webkit-transform ease; }

.myaccount__mycourses__group a.collapsed h2 i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    margin-top: 35px; } }

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #dcdcdc; }
    .woocommerce-MyAccount-navigation ul li a {
      font-size: 15px;
      padding: 0;
      display: block; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #f8485e !important;
      line-height: 1.5em;
      display: inline-block;
      font-weight: 700; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ywar-reviews, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-avatar {
      display: none !important; }

.btn-menu {
  background: #f8485e;
  font-weight: 700;
  padding: 10px 30px;
  min-width: 200px;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  border: 0; }
  .btn-menu--icon {
    height: 15px;
    margin-right: 10px; }

@media (max-width: 991.98px) {
  #collapseMenu {
    position: fixed;
    top: 70px;
    left: 0;
    background: #f2f2f2;
    height: 100vh !important;
    z-index: 10000;
    width: 100%;
    padding: 10px 25px;
    -webkit-transform: -100%;
            transform: -100%;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out; }
    #collapseMenu .woocommerce-MyAccount-navigation {
      margin: 0;
      border: 0; }
    #collapseMenu.show {
      margin-left: 0; }
    #collapseMenu .close {
      position: absolute;
      right: 18px;
      border: none;
      background: none;
      font-size: 40px;
      top: 30px;
      height: 30px;
      line-height: 0; } }

.woocommerce-MyAccount-content {
  min-height: 200px;
  font-size: 13px; }
  .woocommerce-MyAccount-content p,
  .woocommerce-MyAccount-content .ld-tabs-content li, .ld-tabs-content .woocommerce-MyAccount-content li,
  .woocommerce-MyAccount-content .text-editor li, .text-editor .woocommerce-MyAccount-content li {
    font-size: 13px; }
    .woocommerce-MyAccount-content p a, .woocommerce-MyAccount-content .ld-tabs-content li a, .ld-tabs-content .woocommerce-MyAccount-content li a, .woocommerce-MyAccount-content .text-editor li a, .text-editor .woocommerce-MyAccount-content li a {
      font-weight: 700;
      color: #000000;
      text-decoration: underline; }
    .woocommerce-MyAccount-content p mark, .woocommerce-MyAccount-content .ld-tabs-content li mark, .ld-tabs-content .woocommerce-MyAccount-content li mark, .woocommerce-MyAccount-content .text-editor li mark, .text-editor .woocommerce-MyAccount-content li mark {
      background: none;
      font-weight: bold; }
  .woocommerce-MyAccount-content h2 {
    color: #f8485e; }
  .woocommerce-MyAccount-content legend,
  .woocommerce-MyAccount-content h3 {
    color: #f8485e; }
  .woocommerce-MyAccount-content h4 {
    color: #6b6b6b; }
  .woocommerce-MyAccount-content table.shop_table {
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-collapse: collapse;
    color: #000000;
    margin-top: 20px;
    font-size: 13px; }
    .woocommerce-MyAccount-content table.shop_table thead {
      display: none; }
    .woocommerce-MyAccount-content table.shop_table tr td:last-child {
      text-align: right; }
    .woocommerce-MyAccount-content table.shop_table th {
      font-weight: 700 !important;
      color: #000000; }
    .woocommerce-MyAccount-content table.shop_table td,
    .woocommerce-MyAccount-content table.shop_table th {
      padding: 14px 0 !important;
      font-weight: 400 !important;
      font-size: 13px;
      vertical-align: middle; }
      .woocommerce-MyAccount-content table.shop_table td small,
      .woocommerce-MyAccount-content table.shop_table th small {
        font-size: 11px;
        color: #838383; }
      .woocommerce-MyAccount-content table.shop_table td .amount,
      .woocommerce-MyAccount-content table.shop_table th .amount {
        display: block;
        font-weight: 700 !important;
        font-size: 16px; }
    .woocommerce-MyAccount-content table.shop_table td.product-name a {
      font-weight: 400;
      font-size: 16px; }
    .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-total {
      color: #838383;
      font-size: 11px; }
      .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-total .amount {
        color: #1d1d1f; }
    .woocommerce-MyAccount-content table.shop_table .payment-method a,
    .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions a {
      min-width: 100px;
      background: none;
      color: #f8485e;
      padding: 0;
      font-size: 11px;
      text-transform: none;
      display: inline-block;
      height: auto; }
      @media (min-width: 768px) {
        .woocommerce-MyAccount-content table.shop_table .payment-method a,
        .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions a {
          float: right; } }
      .woocommerce-MyAccount-content table.shop_table .payment-method a:hover,
      .woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions a:hover {
        text-decoration: underline; }
    .woocommerce-MyAccount-content table.shop_table .button, .woocommerce-MyAccount-content table.shop_table input[type="button"], .woocommerce-MyAccount-content table.shop_table #review_form .form-submit input.submit, #review_form .form-submit .woocommerce-MyAccount-content table.shop_table input.submit {
      background: none;
      color: #f8485e;
      padding: 0 !important;
      font-size: 14px !important;
      margin-left: 20px;
      height: auto !important;
      min-width: auto !important;
      font-weight: 700 !important;
      text-transform: none !important; }
    .woocommerce-MyAccount-content table.shop_table.my_account_subscriptions thead {
      display: table-header-group; }
      .woocommerce-MyAccount-content table.shop_table.my_account_subscriptions thead th {
        font-size: 13px;
        font-weight: 400 !important; }
  .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 3rem; }
  .woocommerce-MyAccount-content .woocommerce-order-details {
    margin-bottom: 3rem; }
  .woocommerce-MyAccount-content .woocommerce-column--billing-address address,
  .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 0;
    padding: 0;
    font-size: 13px; }
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address p,
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address .ld-tabs-content li, .ld-tabs-content .woocommerce-MyAccount-content .woocommerce-column--billing-address address li,
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address .text-editor li, .text-editor .woocommerce-MyAccount-content .woocommerce-column--billing-address address li,
    .woocommerce-MyAccount-content .woocommerce-customer-details address p,
    .woocommerce-MyAccount-content .woocommerce-customer-details address .ld-tabs-content li,
    .ld-tabs-content .woocommerce-MyAccount-content .woocommerce-customer-details address li,
    .woocommerce-MyAccount-content .woocommerce-customer-details address .text-editor li,
    .text-editor .woocommerce-MyAccount-content .woocommerce-customer-details address li {
      font-weight: 400;
      margin: 0;
      font-size: 13px; }
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address .woocommerce-customer-details--email,
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address .woocommerce-customer-details--phone,
    .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email,
    .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone {
      margin-top: 10px;
      padding: 0;
      font-size: 13px; }
      .woocommerce-MyAccount-content .woocommerce-column--billing-address address .woocommerce-customer-details--email:before,
      .woocommerce-MyAccount-content .woocommerce-column--billing-address address .woocommerce-customer-details--phone:before,
      .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email:before,
      .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone:before {
        content: none; }
  .woocommerce-MyAccount-content .remedia-automator-codes {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .woocommerce-MyAccount-content header.woocommerce-Address-title {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px; }
  .woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 2rem; }
  .woocommerce-MyAccount-content address {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 13px;
    padding-bottom: 1rem !important; }
  .woocommerce-MyAccount-content .wc-item-meta {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
    .woocommerce-MyAccount-content .wc-item-meta li {
      display: block;
      margin-bottom: 5px; }
      .woocommerce-MyAccount-content .wc-item-meta li *,
      .woocommerce-MyAccount-content .wc-item-meta li p,
      .woocommerce-MyAccount-content .wc-item-meta li .ld-tabs-content li,
      .ld-tabs-content .woocommerce-MyAccount-content .wc-item-meta li li,
      .woocommerce-MyAccount-content .wc-item-meta li .text-editor li,
      .text-editor .woocommerce-MyAccount-content .wc-item-meta li li,
      .woocommerce-MyAccount-content .wc-item-meta li strong {
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        float: none; }
  .woocommerce-MyAccount-content .acf-fields {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 1rem; }
  .woocommerce-MyAccount-content header.woocommerce-Address-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce-MyAccount-content header.woocommerce-Address-title a.edit {
      margin-left: auto;
      font-size: 14px;
      font-weight: 700;
      color: #f8485e;
      text-decoration: underline; }
  .woocommerce-MyAccount-content .subscription_details {
    margin-bottom: 3rem !important; }
  .woocommerce-MyAccount-content section.woocommerce-order-details h2 {
    margin-top: 3rem; }
  .woocommerce-MyAccount-content .woocommerce-column--billing-address {
    width: 100%; }
    .woocommerce-MyAccount-content .woocommerce-column--billing-address h2 {
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 20px;
      margin-bottom: 15px; }
    .woocommerce-MyAccount-content .woocommerce-column--billing-address address {
      border-bottom: 1px solid #dcdcdc; }
  @media (max-width: 575.98px) {
    .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr,
    .woocommerce-MyAccount-content table.account-orders-table tr {
      display: block; }
      .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tr td,
      .woocommerce-MyAccount-content table.account-orders-table tr td {
        width: 100%;
        display: block; }
    .woocommerce-MyAccount-content .my_account_orders td {
      display: block !important; }
    .woocommerce-MyAccount-content .remedia-automator-codes table.shop_table tr td {
      margin: 5px 0;
      padding: 0 !important; }
      .woocommerce-MyAccount-content .remedia-automator-codes table.shop_table tr td td:last-child {
        padding: 0 !important; }
      .woocommerce-MyAccount-content .remedia-automator-codes table.shop_table tr td .enrolled-course-card .course-card__meter {
        margin-bottom: 10px; } }

.woocommerce-table--codes {
  font-size: 11px; }

.woocommerce-account .learndash-wrapper .ld-profile-summary {
  margin: 0; }
  .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card {
    margin-top: 0;
    text-align: center; }
  .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
      text-align: center;
      padding: 0 5px;
      border-right: 1px solid #dcdcdc;
      width: 30%; }
      .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat.ld-profile-stat-completed {
        width: 40%; }
      .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
        border: 0; }
      .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
        font-size: 12px;
        font-weight: 400; }
      .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
        font-size: 18px;
        display: block; }
  .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    font-size: 21px;
    display: block;
    font-weight: 700; }
  .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
    width: 80px !important;
    height: 80px !important;
    padding: 0;
    position: relative;
    border: 0;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar .ld-profile-avatar__overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar:hover .ld-profile-avatar__overlay {
      opacity: 1; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar .acf-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 0;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar:hover .acf-icon {
      opacity: 1; }
    .woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar img {
      height: 100% !important;
      width: 100%;
      border: 0; }

.learndash-sticky {
  border-radius: 0;
  padding: 2rem 30px;
  -webkit-box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15);
          box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15); }

#modalAvatar .modal-content {
  border: 0;
  border-radius: 30px;
  padding: 30px; }
  #modalAvatar .modal-content button.btn-close {
    position: absolute;
    top: 20px;
    right: 30px; }
  #modalAvatar .modal-content .acf-fields {
    margin-bottom: 15px; }
    #modalAvatar .modal-content .acf-fields .acf-label {
      display: none; }
    #modalAvatar .modal-content .acf-fields .acf-field {
      margin: 0;
      padding: 0;
      border: 0; }
    #modalAvatar .modal-content .acf-fields label.acf-basic-uploader {
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 14px;
      width: 100%; }
    #modalAvatar .modal-content .acf-fields input[type="file"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-size: 13px; }
    #modalAvatar .modal-content .acf-fields .acf-image-uploader {
      text-align: center; }
      #modalAvatar .modal-content .acf-fields .acf-image-uploader .image-wrap {
        width: 150px;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        float: none; }
      #modalAvatar .modal-content .acf-fields .acf-image-uploader .acf-actions.-hover {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 10px 0; }
    #modalAvatar .modal-content .acf-fields .acf-button {
      background: transparent !important;
      color: #f8485e !important;
      border: 1px solid #f8485e !important;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 30px;
      font-weight: 700;
      font-size: 14px;
      min-width: 200px; }
      #modalAvatar .modal-content .acf-fields .acf-button:hover {
        border-color: #000000 !important;
        color: #000000 !important; }
  #modalAvatar .modal-content .acf-form-submit {
    text-align: center; }
  #modalAvatar .modal-content .acf-form-submit button {
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px; }

.woocommerce-view-subscription .woocommerce-MyAccount-content:before,
.woocommerce_account_subscriptions:before,
.woocommerce-EditAccountForm:before,
.woocommerce-edit-address .woocommerce-MyAccount-content:before,
.woocommerce-payment-methods .woocommerce-MyAccount-content:before {
  margin-bottom: 1rem;
  display: block;
  color: #f8485e; }

.woocommerce-payment-methods .woocommerce-MyAccount-content:before {
  content: "Metodi di pagamento"; }

.woocommerce-edit-address .woocommerce-MyAccount-content:before {
  content: "Indirizzi"; }

.woocommerce-EditAccountForm:before {
  content: "Dettagli dell'account"; }

.woocommerce_account_subscriptions:before {
  content: "Abbonamenti"; }

.woocommerce-view-subscription .woocommerce-MyAccount-content:before {
  content: "Il mio abbonamento"; }

.woocommerce-view-subscription .subscription_details a {
  margin-left: 10px; }

.woocommerce-view-subscription .subscription_details {
  margin-bottom: 2rem; }
  .woocommerce-view-subscription .subscription_details a {
    margin-left: 10px; }

.woocommerce-view-subscription .wc-item-meta {
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0; }
  .woocommerce-view-subscription .wc-item-meta p,
  .woocommerce-view-subscription .wc-item-meta .ld-tabs-content li, .ld-tabs-content .woocommerce-view-subscription .wc-item-meta li,
  .woocommerce-view-subscription .wc-item-meta .text-editor li, .text-editor .woocommerce-view-subscription .wc-item-meta li {
    font-size: 13px;
    display: inline-block;
    margin: 0; }

.woocommerce-view-subscription .woocommerce-MyAccount-content header {
  margin-top: 3rem; }

.woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  .woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details p,
  .woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details .ld-tabs-content li, .ld-tabs-content .woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details li,
  .woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details .text-editor li, .text-editor .woocommerce-view-subscription .woocommerce-MyAccount-content section.woocommerce-customer-details li {
    font-size: 13px;
    margin: 0 !important;
    line-height: 21px; }

.fattura {
  margin-top: 1rem; }
  .fattura p a, .fattura .ld-tabs-content li a, .ld-tabs-content .fattura li a, .fattura .text-editor li a, .text-editor .fattura li a {
    text-decoration: none; }

form#add_payment_method ul.woocommerce-PaymentMethods {
  padding: 0;
  list-style: none; }
  form#add_payment_method ul.woocommerce-PaymentMethods label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px; }
  form#add_payment_method ul.woocommerce-PaymentMethods input[type="radio"] {
    top: 4px;
    position: relative; }
  form#add_payment_method ul.woocommerce-PaymentMethods .woocommerce-PaymentBox label,
  form#add_payment_method ul.woocommerce-PaymentMethods p,
  form#add_payment_method ul.woocommerce-PaymentMethods .ld-tabs-content li,
  .ld-tabs-content form#add_payment_method ul.woocommerce-PaymentMethods li,
  form#add_payment_method ul.woocommerce-PaymentMethods .text-editor li,
  .text-editor form#add_payment_method ul.woocommerce-PaymentMethods li {
    font-size: 14px;
    line-height: 19px; }

form.woocommerce-EditAccountForm {
  width: 100%; }
  form.woocommerce-EditAccountForm input[type="email"],
  form.woocommerce-EditAccountForm input[type="password"],
  form.woocommerce-EditAccountForm input[type="email"],
  form.woocommerce-EditAccountForm input[type="text"] {
    width: 100%; }

.woocommerce-EditAccountForm a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline; }

.woocommerce-address-fields p#billing_invoice_type_field input[type="checkbox"], .woocommerce-address-fields .ld-tabs-content li#billing_invoice_type_field input[type="checkbox"], .ld-tabs-content .woocommerce-address-fields li#billing_invoice_type_field input[type="checkbox"], .woocommerce-address-fields .text-editor li#billing_invoice_type_field input[type="checkbox"], .text-editor .woocommerce-address-fields li#billing_invoice_type_field input[type="checkbox"] {
  top: 3px;
  margin-right: 10px; }

.woocommerce-address-fields .woocommerce-input-wrapper input[type="text"], .woocommerce-address-fields .woocommerce-input-wrapper input[type="number"], .woocommerce-address-fields .woocommerce-input-wrapper input[type="email"], .woocommerce-address-fields .woocommerce-input-wrapper input[type="password"], .woocommerce-address-fields .woocommerce-input-wrapper input[type="tel"] {
  width: 100%; }

.myaccount__profiler {
  font-size: 13px; }
  .myaccount__profiler .categories-list {
    list-style: none;
    padding: 0; }
    .myaccount__profiler .categories-list .categories-list__item {
      text-align: center;
      font-size: 13px; }
      .myaccount__profiler .categories-list .categories-list__item figure.categories-list__image {
        max-height: 55px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .myaccount__profiler .categories-list .categories-list__item figure.categories-list__image .categories-list__name {
          top: 0;
          left: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          z-index: 10;
          background: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 0 5px;
          font-size: 11px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 12px; }
  .myaccount__profiler h2 {
    font-size: 21px;
    font-weight: 700;
    color: #1D1D1F !important; }
  .myaccount__profiler h4 {
    color: #1d1d1f !important;
    font-size: 16px; }
  .myaccount__profiler h5 {
    font-size: 13px;
    font-weight: 700; }
  .myaccount__profiler .myaccount__profiler__preference span {
    font-size: 12px; }
  .myaccount__profiler .myaccount__profiler__item i {
    width: 13px;
    color: #f8485e;
    font-size: 18px; }

@media (max-width: 575.98px) {
  .woocommerce-MyAccount-subscriptions tr td {
    width: 100%;
    display: block; } }

/* Disabilitiamo i link agli earnings */
.gamipress-earning-title a {
  pointer-events: none; }

#account_birthdate {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0 20px;
  height: 45px;
  color: #838383;
  font-size: 14px; }

.woocommerce-bacs-bank-details {
  background-color: #f2f2f2;
  padding: 40px 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .woocommerce-bacs-bank-details {
      padding: 16px; } }
  .woocommerce-bacs-bank-details h2 {
    font-family: "Inter", "sans-serif";
    font-size: 1.5rem; }
  .woocommerce-bacs-bank-details h3 {
    font-family: "Inter", "sans-serif";
    font-size: 1.5rem; }
  .woocommerce-bacs-bank-details ul.wc-bacs-bank-details {
    margin-bottom: 0; }

.woocommerce-order h2 {
  margin-bottom: 15px;
  color: #f8485e; }

.woocommerce-order-received {
  background: white; }
  .woocommerce-order-received h1 {
    display: none; }
  .woocommerce-order-received p,
  .woocommerce-order-received .ld-tabs-content li, .ld-tabs-content .woocommerce-order-received li,
  .woocommerce-order-received .text-editor li, .text-editor .woocommerce-order-received li {
    color: #838383; }

.woocommerce-order {
  padding: 0; }
  .woocommerce-order p a, .woocommerce-order .ld-tabs-content li a, .ld-tabs-content .woocommerce-order li a, .woocommerce-order .text-editor li a, .text-editor .woocommerce-order li a {
    text-decoration: underline;
    font-weight: 700; }
  .woocommerce-order .woocommerce-thankyou-order-received {
    margin-bottom: 2rem; }
  .woocommerce-order ul.order_details li {
    display: block;
    text-transform: none;
    color: #838383;
    font-size: 16px;
    width: 100%;
    margin-bottom: 1em;
    border: 0; }
    .woocommerce-order ul.order_details li strong {
      font-size: 16px;
      display: inline-block;
      font-weight: normal;
      color: #000000; }
    @media (max-width: 767.98px) {
      .woocommerce-order ul.order_details li, .woocommerce-order ul.order_details li strong {
        font-size: 14px; } }
  .woocommerce-order .woocommerce-customer-details,
  .woocommerce-order .woocommerce-order-details {
    margin-top: 2rem; }
  .woocommerce-order ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    .woocommerce-order ul.order_details li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      @media (min-width: 768px) {
        .woocommerce-order ul.order_details li {
          width: 50%;
          float: none; } }
      .woocommerce-order ul.order_details li p,
      .woocommerce-order ul.order_details li .ld-tabs-content li, .ld-tabs-content .woocommerce-order ul.order_details li li,
      .woocommerce-order ul.order_details li .text-editor li, .text-editor .woocommerce-order ul.order_details li li {
        color: #838383; }
        .woocommerce-order ul.order_details li p strong, .woocommerce-order ul.order_details li .ld-tabs-content li strong, .ld-tabs-content .woocommerce-order ul.order_details li li strong, .woocommerce-order ul.order_details li .text-editor li strong, .text-editor .woocommerce-order ul.order_details li li strong {
          color: #000000; }
  .woocommerce-order table.shop_table {
    border-collapse: collapse;
    color: #000000; }
    .woocommerce-order table.shop_table tr td:last-child {
      text-align: right; }
    .woocommerce-order table.shop_table td, .woocommerce-order table.shop_table th {
      padding: 15px 15px;
      font-size: 14px;
      font-weight: 400; }
      .woocommerce-order table.shop_table td .amount, .woocommerce-order table.shop_table th .amount {
        font-weight: 700; }
      .woocommerce-order table.shop_table td .tax_label, .woocommerce-order table.shop_table td small, .woocommerce-order table.shop_table th .tax_label, .woocommerce-order table.shop_table th small {
        font-size: 11px; }
    .woocommerce-order table.shop_table th {
      font-weight: 700;
      color: #000000; }
    .woocommerce-order table.shop_table td.product-name a {
      font-weight: 400;
      font-size: 14px; }
    .woocommerce-order table.shop_table thead {
      display: none; }
    .woocommerce-order table.shop_table .wc-item-meta {
      margin-top: 10px;
      padding: 0;
      list-style: none;
      margin-bottom: 0; }
      .woocommerce-order table.shop_table .wc-item-meta li {
        display: block;
        margin-bottom: 5px; }
        .woocommerce-order table.shop_table .wc-item-meta li *, .woocommerce-order table.shop_table .wc-item-meta li p,
        .woocommerce-order table.shop_table .wc-item-meta li .ld-tabs-content li, .ld-tabs-content .woocommerce-order table.shop_table .wc-item-meta li li,
        .woocommerce-order table.shop_table .wc-item-meta li .text-editor li, .text-editor .woocommerce-order table.shop_table .wc-item-meta li li, .woocommerce-order table.shop_table .wc-item-meta li strong {
          font-size: 14px;
          margin-bottom: 0;
          display: block;
          float: none; }
  .woocommerce-order .woocommerce-customer-details {
    margin-top: 2rem; }
    .woocommerce-order .woocommerce-customer-details address {
      border: 0;
      padding: 20px;
      font-size: 14px;
      border: 1px solid #dcdcdc;
      border-radius: 0; }
      .woocommerce-order .woocommerce-customer-details address p,
      .woocommerce-order .woocommerce-customer-details address .ld-tabs-content li, .ld-tabs-content .woocommerce-order .woocommerce-customer-details address li,
      .woocommerce-order .woocommerce-customer-details address .text-editor li, .text-editor .woocommerce-order .woocommerce-customer-details address li {
        font-weight: 400;
        margin: 0;
        font-size: 14px;
        line-height: 1.6; }
      .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email,
      .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone {
        padding: 0; }
        .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email:before,
        .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone:before {
          content: none; }

body .woocommerce-MyAccount-subscriptions .subscription-actions .view {
  text-transform: none;
  background: none;
  color: #f8485e;
  text-decoration: underline; }
  body .woocommerce-MyAccount-subscriptions .subscription-actions .view:hover {
    background: none;
    color: #f8485e; }

@media (max-width: 991.98px) {
  .thank-you-boxes {
    display: none; } }

.thank-you-boxes--content {
  height: 100%;
  background: #f2f2f2; }
  @media (min-width: 992px) {
    .thank-you-boxes--content {
      padding: 30px 30px; } }

.thank-you-boxes--icon {
  height: 50px; }
  @media (max-width: 991.98px) {
    .thank-you-boxes--icon {
      width: 25%; } }
  .thank-you-boxes--icon i {
    color: #f8485e;
    font-size: 40px; }

@media (max-width: 991.98px) {
  .thank-you-boxes--text {
    width: 75%;
    margin-left: auto;
    padding: 20px;
    border-left: 2px solid white; } }

.thank-you-boxes h5 {
  font-size: 16px;
  font-weight: bold; }

.thank-you-boxes p,
.thank-you-boxes .ld-tabs-content li, .ld-tabs-content .thank-you-boxes li,
.thank-you-boxes .text-editor li, .text-editor .thank-you-boxes li {
  font-size: 13px; }
  @media (max-width: 991.98px) {
    .thank-you-boxes p span, .thank-you-boxes .ld-tabs-content li span, .ld-tabs-content .thank-you-boxes li span, .thank-you-boxes .text-editor li span, .text-editor .thank-you-boxes li span {
      display: none; } }

.thank-you-boxes a {
  color: #f8485e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px; }
  @media (min-width: 992px) {
    .thank-you-boxes a {
      color: white;
      background: #f8485e;
      padding: 8px 18px; } }

.thank-you-boxes .qr-code {
  height: 70px; }

.return-app {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background: #f8485e;
  color: white;
  padding: 15px 0; }
  .return-app p,
  .return-app .ld-tabs-content li, .ld-tabs-content .return-app li,
  .return-app .text-editor li, .text-editor .return-app li {
    line-height: 17px; }
  @media (max-width: 575.98px) {
    .return-app a.btn {
      font-size: 13px;
      line-height: 14px; } }

.product-grid .yith-wcwl-add-to-wishlist,
.products .product .yith-wcwl-add-to-wishlist {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    background: none !important;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    min-width: auto;
    padding: 0;
    text-align: center;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
      .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
        font-size: 13px !important; } }
    .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
      content: attr(data-title);
      display: block; }
      @media (max-width: 767.98px) {
        .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
        .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
          font-size: 13px; } }
    .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
      height: 35px;
      color: #fff;
      display: block;
      width: 100%;
      font-size: 30px;
      font-weight: 300; }

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  text-align: center; }
  .yith-wcwl-wishlistaddedbrowse a,
  .yith-wcwl-wishlistexistsbrowse a {
    background: none !important;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-transform: none; }
    @media (max-width: 991.98px) {
      .yith-wcwl-wishlistaddedbrowse a,
      .yith-wcwl-wishlistexistsbrowse a {
        font-size: 13px !important; } }
    .yith-wcwl-wishlistaddedbrowse a:hover,
    .yith-wcwl-wishlistexistsbrowse a:hover {
      text-decoration: underline; }
  .yith-wcwl-wishlistaddedbrowse span,
  .yith-wcwl-wishlistexistsbrowse span {
    display: block; }
    .yith-wcwl-wishlistaddedbrowse span i,
    .yith-wcwl-wishlistexistsbrowse span i {
      color: #fff;
      display: block;
      width: 100%;
      font-size: 30px;
      height: 35px; }

.woocommerce-wishlist .wishlist-title-container {
  display: none; }

.woocommerce-wishlist .wishlist_table {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 0 !important; }
  @media (max-width: 767.98px) {
    .woocommerce-wishlist .wishlist_table {
      padding-left: 0 !important;
      padding-bottom: 1.5rem; }
      .woocommerce-wishlist .wishlist_table li {
        position: relative; }
        .woocommerce-wishlist .wishlist_table li .item-wrapper {
          padding: 1.5rem;
          padding-bottom: 0; }
        .woocommerce-wishlist .wishlist_table li .product-remove {
          top: 30px;
          right: 30px;
          position: absolute;
          width: 30px; } }
  .woocommerce-wishlist .wishlist_table thead {
    display: none !important; }
  @media (min-width: 768px) {
    .woocommerce-wishlist .wishlist_table tr:last-child td {
      border: 0; } }
  @media (max-width: 767.98px) {
    .woocommerce-wishlist .wishlist_table tr {
      border-bottom: 1px solid #efefef; }
      .woocommerce-wishlist .wishlist_table tr:last-child {
        border: 0; } }
  .woocommerce-wishlist .wishlist_table tr td {
    vertical-align: middle !important; }
    @media (min-width: 768px) {
      .woocommerce-wishlist .wishlist_table tr td {
        padding: 2rem 0.5rem !important;
        border-bottom: 1px solid #efefef; } }
    @media (max-width: 767.98px) {
      .woocommerce-wishlist .wishlist_table tr td {
        float: left;
        width: 100% !important;
        text-align: center; }
        .woocommerce-wishlist .wishlist_table tr td a {
          text-align: center;
          width: 100%;
          display: block; }
          .woocommerce-wishlist .wishlist_table tr td a img {
            max-width: 100px !important; } }
  .woocommerce-wishlist .wishlist_table .product-name a {
    font-size: 16px;
    color: #000000;
    font-weight: 700; }
  .woocommerce-wishlist .wishlist_table td.wishlist-empty {
    padding-bottom: 30px !important;
    font-weight: 700; }
  .woocommerce-wishlist .wishlist_table td.product-thumbnail {
    width: 120px; }
    .woocommerce-wishlist .wishlist_table td.product-thumbnail a,
    .woocommerce-wishlist .wishlist_table td.product-thumbnail img {
      width: 100%;
      max-width: none; }
  .woocommerce-wishlist .wishlist_table td.product-remove a {
    font-size: 24px; }
  .woocommerce-wishlist .wishlist_table td.product-price .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #000000; }
  .woocommerce-wishlist .wishlist_table td.product-price .woocommerce-price-suffix {
    font-size: 13px;
    display: block; }
  .woocommerce-wishlist .wishlist_table .product-add-to-cart a {
    background: transparent !important;
    color: #f8485e !important;
    border: 3px solid #f8485e !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    border-radius: 30px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 16px;
    height: 42px;
    width: 100%; }
    .woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover {
      border-color: #000000 !important;
      color: #000000 !important; }
    @media (max-width: 575.98px) {
      .woocommerce-wishlist .wishlist_table .product-add-to-cart a {
        font-size: 14px; } }
  .woocommerce-wishlist .wishlist_table .product-add-to-cart .col-sm-6 {
    width: 100%; }
    .woocommerce-wishlist .wishlist_table .product-add-to-cart .col-sm-6:last-child {
      display: none !important; }

.woocommerce-wishlist .wishlist-page-links {
  font-size: 13px;
  font-weight: 700; }

.woocommerce-wishlist .yith_wcwl_footer_additional_action input {
  padding: 10px 30px; }

@media (max-width: 575.98px) {
  .woocommerce-wishlist .yith_wcwl_footer_additional_action {
    text-align: center; } }

.woocommerce-wishlist .yith-wcwl-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .woocommerce-wishlist .yith-wcwl-share {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin-top: 3rem; } }
  .woocommerce-wishlist .yith-wcwl-share .yith-wcwl-share-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #838383;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-right: 10px; }
  .woocommerce-wishlist .yith-wcwl-share li a {
    background: none !important;
    color: #6b6b6b !important; }
    .woocommerce-wishlist .yith-wcwl-share li a:hover {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }

.show-title-form,
#yith-wcwl-popup-message {
  display: none !important;
  padding: 0; }

.product-grid .yith-wcwl-add-to-wishlist,
.swiper .product .yith-wcwl-add-to-wishlist, .product__superskill__hero .yith-wcwl-add-to-wishlist,
.variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist,
.swiper-courses .product .yith-wcwl-add-to-wishlist,
.woocommerce .products .yith-wcwl-add-to-wishlist {
  width: 10%;
  position: absolute;
  right: 10px;
  top: 15px;
  margin: 0;
  background: none;
  min-width: auto;
  text-align: center;
  padding: 0;
  z-index: 10; }
  .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
  .swiper .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .product__superskill__hero .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
  .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
  .swiper-courses .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
  .woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
    display: none !important; }
  .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
  .swiper .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist, .product__superskill__hero .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
  .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
  .swiper-courses .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
  .woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    background: none;
    min-width: auto;
    text-align: center;
    padding: 0;
    height: auto; }
    .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist *,
    .swiper .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist *, .product__superskill__hero .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist *,
    .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist *,
    .swiper-courses .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist *,
    .woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist * {
      font-size: 23px;
      text-align: center;
      margin: 0 !important;
      height: auto; }
    .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
    .swiper .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover, .product__superskill__hero .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
    .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
    .swiper-courses .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
    .woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover {
      background: none; }
  .product-grid .yith-wcwl-add-to-wishlist a,
  .swiper .product .yith-wcwl-add-to-wishlist a, .product__superskill__hero .yith-wcwl-add-to-wishlist a,
  .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist a,
  .swiper-courses .product .yith-wcwl-add-to-wishlist a,
  .woocommerce .products .yith-wcwl-add-to-wishlist a {
    padding: 0;
    height: auto; }
  .product-grid .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .swiper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product__superskill__hero .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .swiper-courses .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce .products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: none; }
  .product-grid .yith-wcwl-add-to-wishlist span i,
  .swiper .product .yith-wcwl-add-to-wishlist span i, .product__superskill__hero .yith-wcwl-add-to-wishlist span i,
  .variable-subscription__courses .products .product .yith-wcwl-add-to-wishlist span i,
  .swiper-courses .product .yith-wcwl-add-to-wishlist span i,
  .woocommerce .products .yith-wcwl-add-to-wishlist span i {
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto; }

.product-grid .yith-wcwl-wishlistaddedbrowse a,
.swiper .product .yith-wcwl-wishlistaddedbrowse a, .product__superskill__hero .yith-wcwl-wishlistaddedbrowse a,
.variable-subscription__courses .products .product .yith-wcwl-wishlistaddedbrowse a,
.swiper-courses .product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .products .yith-wcwl-wishlistaddedbrowse a {
  display: none; }

#reviews_summary .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #reviews_summary .woocommerce-product-rating .ywar_review_count {
    color: #000000; }

#reviews_order {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px; }

#reviews_summary > h3 {
  margin-bottom: 1rem; }

#reviews_summary .reviews_bar {
  display: none; }

#comments .commentlist {
  padding: 0;
  margin: 0; }
  #comments .commentlist li {
    list-style: none;
    margin: 20px 0 !important;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0 !important; }
    #comments .commentlist li .comment-text {
      padding: 0; }
    #comments .commentlist li em.verified, #comments .commentlist li .stop-reply {
      display: none !important; }
    #comments .commentlist li .star-rating {
      position: relative !important;
      display: inline-block;
      top: 3px; }
    #comments .commentlist li .meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      #comments .commentlist li .meta .avatar {
        border-radius: 100%;
        overflow: hidden;
        margin-right: 0; }
      #comments .commentlist li .meta time {
        font-size: 12px;
        font-weight: 700; }
    #comments .commentlist li .review_title {
      font-weight: 700;
      padding-bottom: 0; }
    #comments .commentlist li .description {
      margin-top: 10px; }
      #comments .commentlist li .description p,
      #comments .commentlist li .description .ld-tabs-content li, .ld-tabs-content #comments .commentlist li .description li,
      #comments .commentlist li .description .text-editor li, .text-editor #comments .commentlist li .description li {
        font-size: 14px; }
    #comments .commentlist li .review_vote {
      border: 0 !important;
      width: 100%; }
    #comments .commentlist li .review_helpful {
      font-size: 12px;
      font-weight: 700;
      line-height: 28px; }
    @media (min-width: 768px) {
      #comments .commentlist li .review-actions,
      #comments .commentlist li .review_vote {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #comments .commentlist li .review-actions .reply,
        #comments .commentlist li .review_vote .reply {
          padding: 0 !important;
          text-align: right; }
      #comments .commentlist li .review-actions {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; }
      #comments .commentlist li .review-inappropriate {
        padding: 0;
        margin-right: 10px;
        margin-left: 4px;
        float: none; }
        #comments .commentlist li .review-inappropriate a.review-inappropriate {
          margin: 0;
          display: block;
          padding: 0; } }
    #comments .commentlist li .ywar_votereview {
      border: 0; }
    @media (max-width: 767.98px) {
      #comments .commentlist li .review_vote {
        -ms-flex-line-pack: center;
            align-content: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      #comments .commentlist li .review-actions {
        padding: 0; } }
    @media (max-width: 575.98px) {
      #comments .commentlist li .review_helpful {
        display: none; }
      #comments .commentlist li .ywar_votereview {
        border: 0; }
      #comments .commentlist li .ywar_votereview.yes {
        margin-left: 0; }
      #comments .commentlist li .description p,
      #comments .commentlist li .description .ld-tabs-content li, .ld-tabs-content #comments .commentlist li .description li,
      #comments .commentlist li .description .text-editor li, .text-editor #comments .commentlist li .description li {
        margin-bottom: 0; } }
    #comments .commentlist li .ywar_review_helpful {
      width: auto;
      text-align: left;
      font-size: 11px;
      font-weight: 400;
      font-style: normal;
      margin-top: 0px;
      display: inline-block;
      margin-left: auto; }
      @media (max-width: 575.98px) {
        #comments .commentlist li .ywar_review_helpful {
          max-width: 60%;
          text-align: right; } }
    #comments .commentlist li .reply {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #comments .commentlist li .reply .review-inappropriate {
        padding-bottom: 0;
        display: none; }
      #comments .commentlist li .reply a.comment-edit-link {
        display: none !important; }

#comments .ywar_show_more {
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  color: #f8485e;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  text-align: left; }
  #comments .ywar_show_more:hover {
    color: rgba(248, 72, 94, 0.8); }

.reviews_bar {
  max-width: 560px; }

#review_form_wrapper {
  background-color: #fff;
  background: #f8f8f8;
  padding: 20px 20px;
  font-size: 18px;
  border-radius: 0; }
  #review_form_wrapper h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      #review_form_wrapper h3 {
        font-size: 16px; } }
  #review_form_wrapper form .comment-form-title input#title {
    display: inline-block;
    margin-top: 1em;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 17px;
    height: 35px;
    width: 70%; }
    @media (max-width: 575.98px) {
      #review_form_wrapper form .comment-form-title input#title {
        width: 100%; } }
  #review_form_wrapper form p.comment-form-rating label, #review_form_wrapper form .ld-tabs-content li.comment-form-rating label, .ld-tabs-content #review_form_wrapper form li.comment-form-rating label, #review_form_wrapper form .text-editor li.comment-form-rating label, .text-editor #review_form_wrapper form li.comment-form-rating label,
  #review_form_wrapper form .comment-form-comment label,
  #review_form_wrapper form p.comment-form-title label,
  #review_form_wrapper form .ld-tabs-content li.comment-form-title label,
  .ld-tabs-content #review_form_wrapper form li.comment-form-title label,
  #review_form_wrapper form .text-editor li.comment-form-title label,
  .text-editor #review_form_wrapper form li.comment-form-title label {
    display: block;
    font-size: 13px;
    color: #666; }
    @media (min-width: 576px) {
      #review_form_wrapper form p.comment-form-rating label, #review_form_wrapper form .ld-tabs-content li.comment-form-rating label, .ld-tabs-content #review_form_wrapper form li.comment-form-rating label, #review_form_wrapper form .text-editor li.comment-form-rating label, .text-editor #review_form_wrapper form li.comment-form-rating label,
      #review_form_wrapper form .comment-form-comment label,
      #review_form_wrapper form p.comment-form-title label,
      #review_form_wrapper form .ld-tabs-content li.comment-form-title label,
      .ld-tabs-content #review_form_wrapper form li.comment-form-title label,
      #review_form_wrapper form .text-editor li.comment-form-title label,
      .text-editor #review_form_wrapper form li.comment-form-title label {
        width: 30%;
        display: inline-block; } }
  @media (min-width: 576px) {
    #review_form_wrapper form textarea,
    #review_form_wrapper form .comment-form-title input#title,
    #review_form_wrapper form p.stars,
    #review_form_wrapper form .ld-tabs-content li.stars,
    .ld-tabs-content #review_form_wrapper form li.stars,
    #review_form_wrapper form .text-editor li.stars,
    .text-editor #review_form_wrapper form li.stars {
      width: 69%;
      display: inline-block; }
    #review_form_wrapper form .comment-form-comment,
    #review_form_wrapper form p.comment-form-rating,
    #review_form_wrapper form .ld-tabs-content li.comment-form-rating,
    .ld-tabs-content #review_form_wrapper form li.comment-form-rating,
    #review_form_wrapper form .text-editor li.comment-form-rating,
    .text-editor #review_form_wrapper form li.comment-form-rating,
    #review_form_wrapper form p.comment-form-title,
    #review_form_wrapper form .ld-tabs-content li.comment-form-title,
    .ld-tabs-content #review_form_wrapper form li.comment-form-title,
    #review_form_wrapper form .text-editor li.comment-form-title,
    .text-editor #review_form_wrapper form li.comment-form-title {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #review_form_wrapper form .comment-form-comment textarea#comment {
    border-radius: 0;
    border: 1px solid #ccc; }
    @media (min-width: 576px) {
      #review_form_wrapper form .comment-form-comment textarea#comment {
        margin: 0; } }
  @media (min-width: 576px) {
    #review_form_wrapper form .form-submit {
      display: inline-block;
      min-width: 30%;
      margin-left: 30%;
      margin-top: 15px !important;
      font-size: 16px !important; } }
  #review_form_wrapper form span.error.empty-review {
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 9px; }
  #review_form_wrapper form .stars {
    font-size: 20px;
    margin: 12px 0; }
    #review_form_wrapper form .stars a {
      color: #eaaa00; }
  #review_form_wrapper input {
    width: 100%; }

.description.ywar-description {
  margin-top: 20px; }

#review_form textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px; }

#review_form .form-submit {
  float: none !important; }

/**
* single 
*/
.single-product .woocommerce-product-rating {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000000; }
  .single-product .woocommerce-product-rating a {
    color: #000000; }

.woocommerce p.stars a, .woocommerce .ld-tabs-content li.stars a, .ld-tabs-content .woocommerce li.stars a, .woocommerce .text-editor li.stars a, .text-editor .woocommerce li.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none; }

.woocommerce p.stars a::before, .woocommerce .ld-tabs-content li.stars a::before, .ld-tabs-content .woocommerce li.stars a::before, .woocommerce .text-editor li.stars a::before, .text-editor .woocommerce li.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0; }

.woocommerce p.stars a:hover ~ a::before, .woocommerce .ld-tabs-content li.stars a:hover ~ a::before, .ld-tabs-content .woocommerce li.stars a:hover ~ a::before, .woocommerce .text-editor li.stars a:hover ~ a::before, .text-editor .woocommerce li.stars a:hover ~ a::before {
  content: "\e021"; }

.woocommerce p.stars:hover a::before, .woocommerce .ld-tabs-content li.stars:hover a::before, .ld-tabs-content .woocommerce li.stars:hover a::before, .woocommerce .text-editor li.stars:hover a::before, .text-editor .woocommerce li.stars:hover a::before {
  content: "\e020"; }

.woocommerce p.stars.selected a.active::before, .woocommerce .ld-tabs-content li.stars.selected a.active::before, .ld-tabs-content .woocommerce li.stars.selected a.active::before, .woocommerce .text-editor li.stars.selected a.active::before, .text-editor .woocommerce li.stars.selected a.active::before {
  content: "\e020"; }

.woocommerce p.stars.selected a.active ~ a::before, .woocommerce .ld-tabs-content li.stars.selected a.active ~ a::before, .ld-tabs-content .woocommerce li.stars.selected a.active ~ a::before, .woocommerce .text-editor li.stars.selected a.active ~ a::before, .text-editor .woocommerce li.stars.selected a.active ~ a::before {
  content: "\e021"; }

.woocommerce p.stars.selected a:not(.active)::before, .woocommerce .ld-tabs-content li.stars.selected a:not(.active)::before, .ld-tabs-content .woocommerce li.stars.selected a:not(.active)::before, .woocommerce .text-editor li.stars.selected a:not(.active)::before, .text-editor .woocommerce li.stars.selected a:not(.active)::before {
  content: "\e020"; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  clear: both; }
  .star-rating:before {
    content: "\73\73\73\73\73";
    color: #eaaa00;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      left: 0;
      position: absolute;
      color: #eaaa00; }

@media (max-width: 767.98px) {
  #ywar_reviews #reviews_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dcdcdc !important; } }

#ywar_reviews a.ywar_filter_order {
  font-size: 16px;
  padding: 8px 0;
  border-bottom: 3px solid transparent !important;
  opacity: 1;
  margin-right: 2rem;
  text-transform: uppercase;
  color: #6b6b6b; }
  @media (max-width: 767.98px) {
    #ywar_reviews a.ywar_filter_order {
      font-size: 15px;
      margin-right: 0;
      max-width: 50%;
      text-align: center;
      padding: 8px 10px; } }
  #ywar_reviews a.ywar_filter_order.active {
    border-color: #f8485e !important;
    color: #f8485e;
    text-transform: uppercase;
    font-weight: 700; }
  @media (max-width: 575.98px) {
    #ywar_reviews a.ywar_filter_order {
      font-size: 12px; } }

.ywar_votereview {
  background: none !important;
  position: relative; }
  .ywar_votereview:before {
    content: '\f164';
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: #838383; }
  .ywar_votereview.not:before {
    content: '\f165'; }
  .ywar_votereview.vote_selected:before {
    color: #f8485e; }

form.product-carousel-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", "sans-serif";
  color: #f8485e;
  font-weight: bold;
  font-size: 15px; }
  form.product-carousel-filters .product-carousel-filters__filter {
    margin-left: 20px; }
    @media (max-width: 575.98px) {
      form.product-carousel-filters .product-carousel-filters__filter {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        form.product-carousel-filters .product-carousel-filters__filter label {
          display: none; }
        form.product-carousel-filters .product-carousel-filters__filter i {
          margin-left: auto; } }
    form.product-carousel-filters .product-carousel-filters__filter i {
      font-size: 20px; }
  form.product-carousel-filters a, form.product-carousel-filters select, form.product-carousel-filters .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter form.product-carousel-filters .yith-wcan-dropdown {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    font-family: "Inter", "sans-serif";
    color: #f8485e;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      form.product-carousel-filters a, form.product-carousel-filters select, form.product-carousel-filters .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter form.product-carousel-filters .yith-wcan-dropdown {
        font-size: 12px; }
        form.product-carousel-filters a i, form.product-carousel-filters select i, form.product-carousel-filters .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown i, .yith-wcan-filters .yith-wcan-filter form.product-carousel-filters .yith-wcan-dropdown i {
          font-size: 14px !important; } }

.product__title__cat a, .product__title__cat span,
.single-sfwd-courses .course__cat a,
.single-sfwd-courses .course__cat span,
.woocommerce-product__cat a,
.woocommerce-product__cat span {
  color: #000000 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 25px;
  background: #eaaa00;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 95px;
  max-width: 95px;
  margin-right: 3px;
  line-height: 9px;
  max-height: 28px;
  height: 28px; }
  @media (max-width: 575.98px) {
    .product__title__cat a, .product__title__cat span,
    .single-sfwd-courses .course__cat a,
    .single-sfwd-courses .course__cat span,
    .woocommerce-product__cat a,
    .woocommerce-product__cat span {
      font-size: 8px; } }
  .product__title__cat a:hover, .product__title__cat span:hover,
  .single-sfwd-courses .course__cat a:hover,
  .single-sfwd-courses .course__cat span:hover,
  .woocommerce-product__cat a:hover,
  .woocommerce-product__cat span:hover {
    opacity: 0.8; }

.single-sfwd-courses .course__cat a, .single-sfwd-courses .course__cat span {
  max-width: none; }

.variable-subscription__courses .product {
  margin-bottom: 50px; }
  @media (max-width: 575.98px) {
    .variable-subscription__courses .product {
      margin-bottom: 30px; } }

.cross-subscripion {
  background: #fbe0e3; }
  .cross-subscripion i.fa-badge-percent {
    font-size: 60px; }
  .cross-subscripion .cross-subscripion__title p,
  .cross-subscripion .cross-subscripion__title .ld-tabs-content li, .ld-tabs-content .cross-subscripion .cross-subscripion__title li,
  .cross-subscripion .cross-subscripion__title .text-editor li, .text-editor .cross-subscripion .cross-subscripion__title li {
    line-height: 1.4em; }
  .cross-subscripion .cross-subscripion__price .price {
    font-size: 12px; }
  .cross-subscripion a.btn-primary, .cross-subscripion .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link a, .woocommerce .product-type-bundle .summary-add-to-cart-form .bundled_product .details .bundled_product_title_link .cross-subscripion a, .cross-subscripion .single-sfwd-courses .position-sticky a.ld-button, .single-sfwd-courses .position-sticky .cross-subscripion a.ld-button {
    height: 50px;
    width: 100%; }

.enrolled-course-card:hover .course-card--image-overlay {
  opacity: 1 !important; }

.enrolled-course-card .course-card .button, .enrolled-course-card .course-card input[type="button"], .enrolled-course-card .course-card #review_form .form-submit input.submit, #review_form .form-submit .enrolled-course-card .course-card input.submit {
  width: 100%;
  border: 1px solid #f8485e !important;
  color: #f8485e;
  font-size: 13px;
  background: transparent; }
  .enrolled-course-card .course-card .button:hover, .enrolled-course-card .course-card input:hover[type="button"], .enrolled-course-card .course-card #review_form .form-submit input.submit:hover, #review_form .form-submit .enrolled-course-card .course-card input.submit:hover {
    color: white !important;
    background: #f8485e !important; }

.enrolled-course-card .course-card .course-card__meter {
  height: 4px;
  background: white; }
  .enrolled-course-card .course-card .course-card__meter .course-card__meter--completed {
    background-color: #f8485e;
    height: 100%;
    -webkit-transform-origin: left center;
            transform-origin: left center; }

.enrolled-course-card .course-card .course-card__image-wrapper {
  position: relative; }
  .enrolled-course-card .course-card .course-card__image-wrapper img {
    aspect-ratio: 240 / 135;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto; }
  .enrolled-course-card .course-card .course-card__image-wrapper .course-card--image-overlay {
    opacity: 0;
    background: #1c1d1f99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .enrolled-course-card .course-card .course-card__image-wrapper .course-card--image-overlay i {
      font-size: 40px;
      color: white; }

.enrolled-course-card .course-card .course-card__main-content {
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px; }
  .enrolled-course-card .course-card .course-card__main-content .course-card__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    min-height: 40px; }
  .enrolled-course-card .course-card .course-card__main-content .course-card__status span {
    font-weight: 700;
    background: none; }
    .enrolled-course-card .course-card .course-card__main-content .course-card__status span.Completato {
      color: #1a9a1a; }
    .enrolled-course-card .course-card .course-card__main-content .course-card__status span.NonIniziato {
      color: #0097ca; }
    .enrolled-course-card .course-card .course-card__main-content .course-card__status span.InCorso {
      color: #ff6d56; }
  .enrolled-course-card .course-card .course-card__main-content p .course-card__status, .enrolled-course-card .course-card .course-card__main-content .ld-tabs-content li .course-card__status, .ld-tabs-content .enrolled-course-card .course-card .course-card__main-content li .course-card__status, .enrolled-course-card .course-card .course-card__main-content .text-editor li .course-card__status, .text-editor .enrolled-course-card .course-card .course-card__main-content li .course-card__status,
  .enrolled-course-card .course-card .course-card__main-content p .course-card__instructor,
  .enrolled-course-card .course-card .course-card__main-content .ld-tabs-content li .course-card__instructor,
  .ld-tabs-content .enrolled-course-card .course-card .course-card__main-content li .course-card__instructor,
  .enrolled-course-card .course-card .course-card__main-content .text-editor li .course-card__instructor,
  .text-editor .enrolled-course-card .course-card .course-card__main-content li .course-card__instructor,
  .enrolled-course-card .course-card .course-card__main-content p .course-card__activity,
  .enrolled-course-card .course-card .course-card__main-content .ld-tabs-content li .course-card__activity,
  .ld-tabs-content .enrolled-course-card .course-card .course-card__main-content li .course-card__activity,
  .enrolled-course-card .course-card .course-card__main-content .text-editor li .course-card__activity,
  .text-editor .enrolled-course-card .course-card .course-card__main-content li .course-card__activity {
    font-size: 13px;
    color: #000000; }
  .enrolled-course-card .course-card .course-card__main-content .course-card__rating span.course-card__rating__title {
    font-size: 12px; }

.enrolled-course-card .ld-course-resume {
  margin: 0 !important; }

.enrolled-course-list .enrolled-course-card {
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33%; }
  .enrolled-course-list .enrolled-course-card .course-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 100%; }
    .enrolled-course-list .enrolled-course-card .course-card:hover {
      -webkit-box-shadow: 0 5px 10px 0 rgba(47, 52, 97, 0.19);
              box-shadow: 0 5px 10px 0 rgba(47, 52, 97, 0.19); }
  @media (max-width: 1199.98px) {
    .enrolled-course-list .enrolled-course-card {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .enrolled-course-list .enrolled-course-card {
      width: 100%; } }

.enrolled-course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 0;
  margin-left: -15px;
  margin-right: -15px; }

.single-sfwd-courses .course_sidebar mark {
  background: none;
  font-weight: bold; }

.single-sfwd-courses .course_sidebar ul li {
  font-size: 13px;
  margin-bottom: 10px; }

.single-sfwd-courses .course_sidebar .ld-button {
  font-size: 16px; }

.single-sfwd-courses mark {
  font-weight: 700 !important; }
  .single-sfwd-courses mark.Completato {
    color: #1a9a1a; }
  .single-sfwd-courses mark.NonIniziato {
    color: #0097ca; }
  .single-sfwd-courses mark.InCorso {
    color: #ff6d56; }

.single-sfwd-courses .docente ul li a {
  font-size: 14px; }
  .single-sfwd-courses .docente ul li a i {
    font-size: 15px;
    color: #f8485e;
    margin-right: 5px; }

@media (max-width: 991px) {
  .single-sfwd-courses .docente .docente__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.single-sfwd-courses .ld-progress .ld-progress-heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%; }

.single-sfwd-courses .page {
  background-color: #f2f2f2; }

.single-sfwd-courses .skill p,
.single-sfwd-courses .skill .ld-tabs-content li, .ld-tabs-content .single-sfwd-courses .skill li,
.single-sfwd-courses .skill .text-editor li, .text-editor .single-sfwd-courses .skill li {
  font-size: 13px;
  line-height: 16px; }

.single-sfwd-courses .skill .progress {
  height: 10px; }

.single-sfwd-courses .nav-pills {
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 3rem; }
  .single-sfwd-courses .nav-pills .nav-link {
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    display: block;
    color: #000000;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .single-sfwd-courses .nav-pills .nav-link {
        font-size: 14px; } }
    .single-sfwd-courses .nav-pills .nav-link.active {
      background: transparent;
      color: #f8485e;
      border-color: #f8485e !important; }

.single-sfwd-courses .position-sticky {
  -webkit-box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15);
          box-shadow: 0px 0px 9px 0 rgba(21, 24, 52, 0.15); }
  @media (min-width: 992px) {
    .single-sfwd-courses .position-sticky {
      border-radius: 0 0 30px 30px;
      padding: 52px 30px; } }
  @media (max-width: 991.98px) {
    .single-sfwd-courses .position-sticky {
      border-radius: 30px;
      padding: 40px; } }
  @media (max-width: 575.98px) {
    .single-sfwd-courses .position-sticky {
      padding: 25px; } }
  .single-sfwd-courses .position-sticky .ld-button {
    height: 48px; }
  .single-sfwd-courses .position-sticky .ld-progress-heading {
    width: 100%; }
  .single-sfwd-courses .position-sticky .ld-progress-stats {
    display: block !important; }
    .single-sfwd-courses .position-sticky .ld-progress-stats * {
      width: 100%;
      text-align: center;
      margin-bottom: 6px; }
    .single-sfwd-courses .position-sticky .ld-progress-stats .ld-progress-steps {
      color: #838383;
      margin-top: 10px; }
  .single-sfwd-courses .position-sticky p,
  .single-sfwd-courses .position-sticky .ld-tabs-content li, .ld-tabs-content .single-sfwd-courses .position-sticky li,
  .single-sfwd-courses .position-sticky .text-editor li, .text-editor .single-sfwd-courses .position-sticky li {
    color: #838383; }

.single-sfwd-courses .tab-pane {
  padding-top: 2rem; }

.single-sfwd-courses .materials {
  list-style: none;
  padding: 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }
  .single-sfwd-courses .materials li {
    padding: 20px 10px;
    border-top: 1px solid #dcdcdc; }
    .single-sfwd-courses .materials li:first-child {
      border-top: 0; }
    .single-sfwd-courses .materials li p,
    .single-sfwd-courses .materials li .ld-tabs-content li, .ld-tabs-content .single-sfwd-courses .materials li li,
    .single-sfwd-courses .materials li .text-editor li, .text-editor .single-sfwd-courses .materials li li {
      margin: 0; }
    .single-sfwd-courses .materials li i {
      font-size: 18px;
      line-height: 21px; }
    .single-sfwd-courses .materials li:hover p,
    .single-sfwd-courses .materials li:hover .ld-tabs-content li, .ld-tabs-content .single-sfwd-courses .materials li:hover li,
    .single-sfwd-courses .materials li:hover .text-editor li, .text-editor .single-sfwd-courses .materials li:hover li {
      color: #f8485e; }

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: #f8485e !important; }

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: #f8485e !important; }

.single-sfwd-courses .tab-pane .learndash-wrapper h2 {
  margin-bottom: 25px;
  margin-top: 3rem;
  text-align: left !important; }

@media (max-width: 575.98px) {
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
    display: none; } }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  background: transparent !important;
  color: #f8485e !important;
  padding: 0 !important;
  font-weight: 700; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button .ld-text {
    text-decoration: underline;
    padding-left: 5px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button .ld-icon-arrow-down {
    background: #f8485e !important;
    color: #fff !important;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 9px; }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list {
  margin-top: 3rem; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-section-heading {
    margin-top: 3rem; }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-section-heading .ld-lesson-section-heading {
      font-size: 18px;
      display: inline-block;
      font-weight: 700; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item {
    border: 1px solid #e2e7ed;
    border-radius: 0;
    margin: 1em 0;
    border-radius: 5px;
    background: #f8f8f8;
    position: relative; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-quiz .ld-status-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    border-radius: 0; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-quiz .ld-item-title {
    border-left: 1px solid #e2e7ed;
    padding-left: 30px !important;
    margin: 0 !important; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview {
    padding: 0 !important; }
    @media (min-width: 576px) {
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview {
        padding-right: 20px !important; } }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-status-icon {
      margin: 0 17px;
      -ms-flex-preferred-size: 22px;
          flex-basis: 22px;
      height: 22px;
      width: 22px; }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-status-icon .ld-icon {
        font-size: 0.8em; }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-name {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding-right: 10px; }
      @media (max-width: 575.98px) {
        .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-name {
          width: 100%; } }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title-icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-right: 1px solid #dfe4e8;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title {
      padding: 18px 0;
      margin-left: 30px;
      font-size: 14px;
      font-weight: 700;
      color: #000000; }
      @media (max-width: 575.98px) {
        .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title {
          margin-left: 15px; } }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title .ld-item-components {
        font-weight: 400;
        margin-top: 0; }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title .fa {
        font-weight: 400;
        font-family: 'font awesome 6 pro' !important; }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title .ld-status {
        font-size: 9px;
        margin-top: 5px; }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-table-list-header {
      font-size: 13px;
      font-weight: 700; }
    .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 575.98px) {
        .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details {
          width: 100%;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          text-align: center;
          border-top: 1px solid #dfe4e8; } }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details small {
        font-size: 12px;
        width: 100%;
        text-align: end; }
        @media (max-width: 575.98px) {
          .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details small {
            text-align: center;
            padding: 4px 0; } }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details .ld-expand-button {
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline; }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details .ld-icon-arrow-down {
        -webkit-transform: scale(0.6);
                transform: scale(0.6); }
      .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-details .ld-text {
        padding-right: 0;
        padding-left: 2px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded:before {
    content: '';
    width: 12px;
    height: 12px;
    top: -6px;
    background: #f8f8f8 !important;
    left: 22px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-topic-title, .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-text, .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-item-title {
    font-size: 12px;
    font-weight: 700; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-table-list-lesson-details * {
    font-size: 11px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-table-list-header {
    padding: 12px 20px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-item-icon {
    margin-right: 12px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-table-list-item {
    margin: 0;
    padding: 0 14px; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-status-icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-table-list-title .ld-item-icon {
    margin: 0; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-topic-list .ld-table-list-title .ld-icon {
    display: none; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-table-list-items {
    padding: 0; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-table-list-item-preview {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-expanded .ld-table-list-item-preview {
    padding: 10px 0; }

.single-sfwd-courses .tab-pane .learndash-wrapper .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-size: 0.77em;
  font-weight: 500; }

.single-sfwd-courses .tab-pane .learndash-wrapper .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
  font-size: 0.9em;
  display: inline-block; }

.single-sfwd-courses #pills-comments {
  padding-top: 2rem; }

.single-sfwd-courses #comments {
  display: none !important;
  font-size: 20px;
  font-weight: 700; }

.single-sfwd-courses h3#reply-title a {
  margin-left: 5px; }

.single-sfwd-courses #reply-title {
  font-size: 16px;
  font-weight: 700; }

.single-sfwd-courses .commentlist {
  padding: 0;
  list-style: none; }
  .single-sfwd-courses .commentlist li {
    list-style: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    .single-sfwd-courses .commentlist li .comment-body {
      font-size: 12px;
      border-bottom: 1px solid #dcdcdc;
      margin: 20px 0 !important;
      padding: 20px 0; }
    .single-sfwd-courses .commentlist li .reply {
      text-align: right; }
    .single-sfwd-courses .commentlist li b.fn {
      font-weight: 700; }
    .single-sfwd-courses .commentlist li a.comment-edit-link {
      text-decoration: underline;
      font-weight: 700; }
    .single-sfwd-courses .commentlist li footer {
      background: none !important; }
      .single-sfwd-courses .commentlist li footer * {
        color: #000000; }
    .single-sfwd-courses .commentlist li .comment-author img {
      height: 32px;
      width: 32px;
      border-radius: 100%;
      overflow: hidden;
      display: inline-block;
      margin-right: 5px; }
    @media (min-width: 576px) {
      .single-sfwd-courses .commentlist li footer.comment-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .single-sfwd-courses .commentlist li .comment-author,
      .single-sfwd-courses .commentlist li .comment-metadata {
        display: inline-block;
        width: 50%;
        font-size: 16px; }
      .single-sfwd-courses .commentlist li .comment-metadata {
        text-align: right;
        font-size: 13px; } }
    @media (max-width: 575.98px) {
      .single-sfwd-courses .commentlist li .comment-metadata {
        margin-top: 10px;
        opacity: 0.5; } }
    .single-sfwd-courses .commentlist li .comment-content {
      margin-top: 10px; }
      .single-sfwd-courses .commentlist li .comment-content p:last-child,
      .single-sfwd-courses .commentlist li .comment-content .ld-tabs-content li:last-child, .ld-tabs-content .single-sfwd-courses .commentlist li .comment-content li:last-child,
      .single-sfwd-courses .commentlist li .comment-content .text-editor li:last-child, .text-editor .single-sfwd-courses .commentlist li .comment-content li:last-child {
        margin-bottom: 0; }
    .single-sfwd-courses .commentlist li span.edit-link {
      display: none; }

.single-sfwd-courses .comment-respond {
  margin-top: 2rem; }
  .single-sfwd-courses .comment-respond p a, .single-sfwd-courses .comment-respond .ld-tabs-content li a, .ld-tabs-content .single-sfwd-courses .comment-respond li a, .single-sfwd-courses .comment-respond .text-editor li a, .text-editor .single-sfwd-courses .comment-respond li a {
    font-weight: 700;
    text-decoration: underline; }
  .single-sfwd-courses .comment-respond h3 {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .single-sfwd-courses .comment-respond h3 small {
      margin-left: auto;
      text-decoration: underline; }
  .single-sfwd-courses .comment-respond p.comment-form-comment label, .single-sfwd-courses .comment-respond .ld-tabs-content li.comment-form-comment label, .ld-tabs-content .single-sfwd-courses .comment-respond li.comment-form-comment label, .single-sfwd-courses .comment-respond .text-editor li.comment-form-comment label, .text-editor .single-sfwd-courses .comment-respond li.comment-form-comment label {
    font-size: 13px;
    color: #666; }
  .single-sfwd-courses .comment-respond textarea#comment {
    border-radius: 0;
    border: 1px solid #dcdcdc !important;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    background: #f8f8f8 !important;
    display: block; }
    @media (min-width: 992px) {
      .single-sfwd-courses .comment-respond textarea#comment {
        max-width: 70%; } }
  .single-sfwd-courses .comment-respond input#submit {
    text-transform: uppercase;
    width: 100%;
    font-weight: 700; }
    @media (min-width: 576px) {
      .single-sfwd-courses .comment-respond input#submit {
        max-width: 300px; } }

.single-sfwd-lessons .learndash-wrapper .ld-focus-comments {
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid #dcdcdc; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comments__comments_title {
    font-size: 24px;
    font-weight: 700; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment-respond #reply-title {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment-respond #reply-title a {
      color: #000000 !important;
      margin-left: 3px; }
    .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment-respond #reply-title small {
      margin-left: auto; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment-respond #reply-title small a {
        text-decoration: underline;
        color: #000000;
        font-size: 12px; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #ld-comments {
    margin-bottom: 5px; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform .logged-in-as {
    float: none;
    color: #000000;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 15px; }
    .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform .logged-in-as a {
      text-decoration: underline !important;
      color: #000000 !important;
      font-weight: 700 !important; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform .comment-form-comment label {
    display: none; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform textarea#comment {
    border-radius: 0;
    border: 1px solid #dcdcdc !important;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    background: #f8f8f8 !important;
    display: block; }
    @media (min-width: 992px) {
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform textarea#comment {
        max-width: 70%; } }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments #commentform .form-submit #submit {
    height: 39px;
    max-width: 300px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comment.depth-2,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comment.depth-3,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comment.depth-4,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comment.depth-5 {
    margin-left: 25px; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .ld-focus-comment {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment {
    margin-bottom: 1rem; }
    .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper {
      margin: 10px 0 !important;
      padding: 25px 0;
      border-radius: 0;
      font-size: 16px;
      border: 0;
      border-bottom: 1px solid #dcdcdc;
      background: white !important; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply {
        margin: 0;
        text-align: right; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body p,
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body li,
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body .text-editor li, .text-editor .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body li {
        margin-bottom: 0; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar {
        width: 100%;
        margin-bottom: 0; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar-author .ld-comment-author-name {
          font-size: 16px; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar img {
        border: 1px solid #dcdcdc !important;
        width: 32px; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar-author a {
        margin-left: auto;
        color: #1d1d1f; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-avatar-author .ld-comment-author-name {
        color: #000000;
        font-weight: 700;
        margin: 0; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper span.ld-comment-alert {
        font-weight: 700;
        color: #f8485e;
        margin-bottom: 11px;
        display: block; }
      .single-sfwd-lessons .learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-body {
        margin-left: 0;
        margin-top: 10px; }

.sce-edit-button,
.sce-edit-button-main,
.sce-comment-save,
.sce-comment-cancel,
.sce-comment-delete {
  font-size: 12px;
  font-weight: 700;
  min-width: 82px;
  color: #fff !important;
  background: #f8485e;
  display: inline-block;
  text-align: center;
  padding: 4px 20px;
  line-height: 15px;
  border: 0; }

.sce-textarea textarea {
  width: 100%;
  background-color: #f2f2f2;
  padding: 12px;
  border: 0; }

.ld-alert-completed .ld-icon-certificate {
  width: 60px;
  height: 60px;
  background: #f8485e;
  color: white;
  text-align: center;
  font-size: 26px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto; }
  .ld-alert-completed .ld-icon-certificate:before {
    content: "\f0a3";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300; }

.ld-alert-completed p,
.ld-alert-completed .ld-tabs-content li, .ld-tabs-content .ld-alert-completed li,
.ld-alert-completed .text-editor li, .text-editor .ld-alert-completed li {
  color: #838383; }
  .ld-alert-completed p strong, .ld-alert-completed .ld-tabs-content li strong, .ld-tabs-content .ld-alert-completed li strong, .ld-alert-completed .text-editor li strong, .text-editor .ld-alert-completed li strong {
    color: #1d1d1f; }

.ld-alert-completed .socializer span {
  font-size: 16px;
  font-weight: 700; }

.ld-alert-completed .socializer a {
  font-size: 20px;
  padding: 0 10px; }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item.container {
  margin: 0 auto !important; }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list {
  margin-top: 0 !important;
  margin-bottom: 150px; }

.ld-item-list-section-heading {
  background-color: #f8485e;
  color: white; }
  .ld-item-list-section-heading .ld-lesson-section-heading {
    margin: 1em 0 !important; }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0; }

.single-sfwd-courses .tab-pane .learndash-wrapper .ld-lesson-list .ld-item-list-item-preview .ld-item-title-icon {
  border-right: 0; }

.container-focus {
  padding-left: 15px; }

@media (min-width: 1200px) {
  .single-sfwd-lessons div.learndash-wrapper .container-wide,
  .single-sfwd-topic div.learndash-wrapper .container-wide,
  .single-sfwd-quiz div.learndash-wrapper .container-wide {
    max-width: none; } }

.single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right,
.single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right,
.single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right {
  display: block; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,
  .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main {
        min-height: calc(100vh - 50px); } }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header,
    .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header {
      background-color: #f8485e;
      border-bottom: 0;
      width: 100%; }
      @media (max-width: 768px) {
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo {
        background-color: #f8485e;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 160px;
                flex: 0 0 160px; }
        @media (max-width: 768px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo {
            display: block;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100px;
                    flex: 0 0 100px;
            width: 100px;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
            .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo img,
            .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo img,
            .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-brand-logo img {
              max-width: 100%;
              height: auto !important; } }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-mobile-nav,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-mobile-nav,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-mobile-nav {
        display: none; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress {
        border-right: 0;
        max-width: 450px; }
        @media (max-width: 768px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            max-width: 40%; } }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
          color: white; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
          color: white; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar {
          background: rgba(255, 255, 255, 0.5);
          height: 5px; }
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
            background: #fff;
            height: 5px; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-content-actions,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-content-actions,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-content-actions {
        display: none; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu {
        border-left: 0; }
        @media (max-width: 768px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-header .ld-user-menu {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,
    .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content {
      width: 100%;
      max-width: none;
      padding: 80px 0 0 0;
      min-height: 60vh; }
      @media (max-width: 768px) {
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content {
          padding-top: 0; } }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-lesson-status,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-quiz-status,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-lesson-status,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-quiz-status,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-lesson-status,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-quiz-status {
        display: none; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back {
        font-size: 13px;
        margin-bottom: 20px; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a {
          color: #838383; }
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a i,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a i,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a i {
            margin-right: 10px; }
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a:hover,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a:hover,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-focus-content__title__back a:hover {
            color: #000000; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions {
        padding-bottom: 50px; }
        @media (max-width: 767px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions {
            padding-bottom: 0; } }
        @media (max-width: 767px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action {
            padding: 0; } }
        @media (max-width: 767px) {
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action a.ld-button,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action a.ld-button,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content .ld-content-actions .ld-content-action a.ld-button {
            margin: 0; } }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs,
    .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs {
      margin: 0; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-navigation:after,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-navigation:after,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-navigation:after {
        background: transparent; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-content,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-content,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tabs-content {
        height: 100%;
        position: relative; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson {
        height: 0;
        padding-bottom: 56.25%; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson iframe,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson iframe,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .vimeo-video-lesson iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab {
        padding: 5px 0;
        opacity: 0.5;
        font-weight: 400; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab .ld-icon,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab .ld-icon,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab .ld-icon {
          display: none; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active,
        .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active {
          opacity: 1;
          font-weight: 700; }
          .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active:after,
          .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active:after,
          .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-tabs .ld-tab.ld-active:after {
            height: 2px; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
  .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    border-left: 0;
    top: 0;
    left: 0;
    padding: 50px 0 50px;
    z-index: 1; }
    @media (min-width: 992px) {
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar {
        min-height: calc(100vh - 50px); } }
    @media (max-width: 1199px) {
      .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
      .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar {
        position: relative;
        overflow: hidden;
        left: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,
    .single-sfwd-topic div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading {
      width: 100%; }

.single-sfwd-lessons div.learndash-wrapper .ld-focus-comments,
.single-sfwd-topic div.learndash-wrapper .ld-focus-comments,
.single-sfwd-quiz div.learndash-wrapper .ld-focus-comments {
  max-width: none;
  width: 100%;
  border-top: 0;
  padding: 5em;
  margin: 0 auto;
  padding: 0; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-comments .comment .ld-comment-wrapper .ld-comment-reply a.comment-reply-link {
    background-color: #f8485e;
    border-radius: 0; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-comments .form-submit #submit,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-comments .form-submit #submit,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-comments .form-submit #submit {
    border-radius: 0; }
    @media (max-width: 575.98px) {
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-comments .form-submit #submit,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-comments .form-submit #submit,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-comments .form-submit #submit {
        margin-left: 0;
        text-align: center;
        max-width: none !important; } }

.learndash-wrapper #sfwd-mark-complete::after,
.learndash-wrapper .sfwd-mark-complete::after {
  right: 30px !important; }

.learndash-wrapper .ld-button,
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .learndash_mark_complete_button {
  text-align: center;
  text-transform: uppercase !important; }

.learndash-wrapper #sfwd-mark-complete::after,
.learndash-wrapper .sfwd-mark-complete::after {
  display: none !important; }

/* DARK MODE */
.single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark,
.single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark,
.single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark,
.single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark {
  background-color: black; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title h1,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title h1,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title h1,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title h1 {
    color: white; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-header .ld-content-actions,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-header .ld-content-actions,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-header .ld-content-actions,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-header .ld-content-actions {
    border: 0;
    display: none; }
  @media (max-width: 767px) {
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content {
      margin: 0; } }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a {
    color: #fff !important;
    opacity: 0.5; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover {
      opacity: 1; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover span,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover span,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover span,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-content__title__back a:hover span {
        color: #fff !important; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper {
    background-color: black; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-topic-status,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-topic-status,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-topic-status,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-topic-status {
      background: none;
      border-radius: 0; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs {
      background-color: transparent;
      color: white; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs span a,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs span a,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs span a,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-breadcrumbs span a {
        color: white !important;
        font-weight: 700; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab {
      color: white !important; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab.ld-active:after,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab.ld-active:after,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab.ld-active:after,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-tabs .ld-tab.ld-active:after {
        background: white !important; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-content-actions,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-content-actions,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-content-actions,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-content-actions {
      border: 0; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header {
      background-color: transparent !important; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-table-list-title,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-table-list-title,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-table-list-title,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-table-list-title {
        color: white; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-topic-title,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-topic-title,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-topic-title,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-header .ld-topic-title {
        color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-table-list-item-preview,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-table-list-item-preview,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-table-list-item-preview,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-lesson-topic-list .ld-table-list-item .ld-table-list-item-preview {
      color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-table-list-header,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-table-list-header,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-table-list-header,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .learndash-wrapper .ld-table-list-header {
      color: white; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar {
    background-color: #111;
    display: block; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .simplebar-scrollbar::before,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .simplebar-scrollbar::before,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .simplebar-scrollbar::before,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .simplebar-scrollbar::before {
      background-color: #6b6b6b; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading {
      border: 0; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:before, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:after,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:before,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:after,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:before,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:after,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:before,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading:after {
        color: white; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading {
        color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item {
      border: 0;
      color: white;
      background-color: transparent !important; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson {
        background: #2b2b2b !important;
        opacity: 1 !important; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson .ld-topic-list:before,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson .ld-topic-list:before,
        .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson .ld-topic-list:before,
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.ld-is-current-lesson .ld-topic-list:before {
          background: #2b2b2b !important; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.learndash-incomplete,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.learndash-incomplete,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.learndash-incomplete,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item.learndash-incomplete {
        opacity: 0.5; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title {
        color: white; }
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:before,
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:after,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:before,
        .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:after,
        .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:before,
        .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:after,
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:before,
        .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:after {
          color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-status-incomplete.ld-status-icon,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-status-incomplete.ld-status-icon,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-status-incomplete.ld-status-icon,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-status-incomplete.ld-status-icon {
      background: none !important; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-preview,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-preview,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-preview,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-lesson-item-preview {
      background-color: transparent !important; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-topic-title,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-topic-title,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-topic-title,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-topic-title {
      color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
      color: white !important; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
      background-color: #1d1d1f; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
        background: #111; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-table-list a.ld-table-list-item-preview,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-table-list a.ld-table-list-item-preview,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-table-list a.ld-table-list-item-preview,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-focus-sidebar .ld-course-navigation .ld-table-list a.ld-table-list-item-preview {
      color: white; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content p,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content li,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content h2,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content *,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content p,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content li,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content h2,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content *,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content p,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content li,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content h2,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content *, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content p,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content li,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content h2,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content * {
    color: white; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content blockquote::before,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content blockquote::before,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content blockquote::before,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content blockquote::before {
    background: black; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials {
    border: 0; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li {
      border: 1px solid #000;
      background: #111;
      -webkit-transition: 0.4s all ease;
      transition: 0.4s all ease;
      padding: 20px 25px; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li:hover,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li:hover,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li:hover,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content .materials li:hover {
        background: #1e1e1e; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr {
    background: #111 !important; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td *,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr *,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td *,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr *,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td *,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr *,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content #ldnt-shortcode tbody tr td *,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-tabs-content table.notes-listing tbody tr * {
      color: white !important; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--next a.ld-button,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous a.ld-button {
    width: 100%;
    color: white !important;
    max-width: none; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--previous {
    opacity: 0.4; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action .ld-button,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action .ld-button,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action .ld-button,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action .ld-button {
    font-size: 15px; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ld-content-actions .ld-content-action.ld-content-action--complete .learndash_mark_complete_button {
    width: 100%;
    max-width: none; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab {
    background-color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab *, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab *,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab *,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab *,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .ldnt-content-notes .nt-note-tab {
      color: black !important; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content {
    color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label.is-selected,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label:focus-within,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label.is-selected,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label:focus-within,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label.is-selected,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label:focus-within,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label.is-selected,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_content label:focus-within {
      border-color: #dadada !important; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results {
    color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results h4,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results h4,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results h4,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results h4 {
      color: #f8485e; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results p,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results p,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .ld-tabs-content li,
    .ld-tabs-content .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .text-editor li,
    .text-editor .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results p,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .ld-tabs-content li,
    .ld-tabs-content .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .text-editor li,
    .text-editor .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results p,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_results li {
      color: white; }
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz,
  .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz,
  .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz,
  .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz {
    color: white; }
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text,
    .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text,
    .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text,
    .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text {
      color: white; }
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text p,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text p,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .text-editor li,
      .text-editor .single-sfwd-quiz div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text p,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .text-editor li,
      .text-editor .single-sfwd-topic div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li, .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text p,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li,
      .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .ld-focus-main.ld-focus-main--dark .wpProQuiz_quiz .wpProQuiz_question_text li {
        color: white; }

.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  border: 0;
  background: #2b2b2b;
  border-radius: 0; }

.single-sfwd-lessons div.learndash-wrapper input[type=radio],
.single-sfwd-quiz div.learndash-wrapper input[type=radio],
.single-sfwd-topic div.learndash-wrapper input[type=radio],
.single-sfwd-lessons div.learndash-wrapper input[type=radio] {
  accent-color: #f8485e !important;
  width: 18px !important;
  height: 18px !important; }

.single-sfwd-lessons div.learndash-wrapper input.wpProQuiz_questionInput[type="text"],
.single-sfwd-quiz div.learndash-wrapper input.wpProQuiz_questionInput[type="text"],
.single-sfwd-topic div.learndash-wrapper input.wpProQuiz_questionInput[type="text"],
.single-sfwd-lessons div.learndash-wrapper input.wpProQuiz_questionInput[type="text"] {
  min-height: 45px; }

.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_points,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_points,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_points,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_points {
  border: 0 !important;
  border-radius: 0 !important;
  background: #2b2b2b !important; }

.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text p,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_question_text p,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_question_text .ld-tabs-content li,
.ld-tabs-content .single-sfwd-quiz div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_question_text .text-editor li,
.text-editor .single-sfwd-quiz div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_question_text p,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_question_text .ld-tabs-content li,
.ld-tabs-content .single-sfwd-topic div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_question_text .text-editor li,
.text-editor .single-sfwd-topic div.learndash-wrapper .wpProQuiz_question_text li, .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text p,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text .ld-tabs-content li, .ld-tabs-content .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text li,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text .text-editor li, .text-editor .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_question_text li {
  font-size: 16px !important; }

.single-sfwd-lessons div.learndash-wrapper h5.wpProQuiz_header,
.single-sfwd-quiz div.learndash-wrapper h5.wpProQuiz_header,
.single-sfwd-topic div.learndash-wrapper h5.wpProQuiz_header,
.single-sfwd-lessons div.learndash-wrapper h5.wpProQuiz_header {
  font-size: 12px !important;
  text-transform: uppercase; }

.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem {
  color: #000;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold; }

.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table,
.single-sfwd-quiz div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table,
.single-sfwd-topic div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table,
.single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table {
  border: 0 !important;
  border-radius: 0 !important;
  background: #2b2b2b !important; }
  .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child,
  .single-sfwd-quiz div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child,
  .single-sfwd-topic div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child,
  .single-sfwd-lessons div.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child {
    border-right: 2px solid black; }

.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress {
  background: none; }

body.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar {
  border-left: 0 !important; }

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_results .wpProQuiz_points {
  background-color: #212529; }

.wpProQuiz_question_text a {
  color: white !important;
  text-decoration: underline; }
  .wpProQuiz_question_text a:hover {
    opacity: 0.8; }

.vimeo-video-lesson__loader {
  z-index: 20;
  position: relative;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  padding: 40px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  .vimeo-video-lesson__loader--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
  .vimeo-video-lesson__loader .vimeo-video-lesson__loader__title {
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 767px) {
      .vimeo-video-lesson__loader .vimeo-video-lesson__loader__title {
        font-size: 16px; } }
  .vimeo-video-lesson__loader .vimeo-video-lesson__loader__next {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .vimeo-video-lesson__loader .vimeo-video-lesson__loader__next {
        font-size: 13px; } }
  .vimeo-video-lesson__loader .vimeo-video-lesson__loader__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110px;
    height: 110px;
    cursor: pointer;
    position: relative;
    font-size: 36px;
    text-indent: 2px; }
    .vimeo-video-lesson__loader .vimeo-video-lesson__loader__play i {
      color: white; }
    @media (max-width: 767px) {
      .vimeo-video-lesson__loader .vimeo-video-lesson__loader__play {
        width: 56px;
        height: 56px;
        font-size: 18px; } }
  .vimeo-video-lesson__loader .vimeo-video-lesson__loader__cancel {
    background: transparent;
    border: 0;
    color: white;
    text-decoration: underline;
    display: block;
    margin: 10px 0;
    padding: 0; }
  .vimeo-video-lesson__loader svg {
    position: absolute;
    height: 104px;
    margin: auto;
    display: block; }
    @media (max-width: 767px) {
      .vimeo-video-lesson__loader svg {
        height: 56px; } }
  .vimeo-video-lesson__loader path {
    stroke-linecap: round;
    stroke-width: 5; }
  .vimeo-video-lesson__loader path.grey {
    stroke: #f8485e; }
  .vimeo-video-lesson__loader path.purple {
    stroke: white;
    stroke-dasharray: calc(40 * 3.142 * 1.85);
    stroke-dashoffset: 0;
    -webkit-animation-name: vimeoloader;
            animation-name: vimeoloader;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    /* da 0 a -231 per qualche motivo... */ }

@-webkit-keyframes vimeoloader {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -231; } }

@keyframes vimeoloader {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -231; } }

form.sfwd-mark-complete {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }
  form.sfwd-mark-complete.sfwd-mark-complete--hidden {
    display: none;
    opacity: 0; }

@media (max-width: 1199.98px) {
  .ld-focus-sidebar {
    -webkit-transform: none !important;
            transform: none !important; }
  .simplebar-offset {
    position: relative !important; }
  .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list {
    opacity: 1; } }

.ld-focus__subtitles {
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .ld-focus__subtitles {
      height: 400px;
      overflow: auto; } }

.ld-focus__subtitles__wrapper .ld-focus__subtitles__item {
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .ld-focus__subtitles__wrapper .ld-focus__subtitles__item:hover .ld-focus__subtitles__line, .ld-focus__subtitles__wrapper .ld-focus__subtitles__item.current .ld-focus__subtitles__line {
    color: black !important; }
  .ld-focus__subtitles__wrapper .ld-focus__subtitles__item:hover {
    background-color: rgba(255, 255, 255, 0.7); }
  .ld-focus__subtitles__wrapper .ld-focus__subtitles__item.current {
    background-color: white; }

.simplebar-scrollbar::before {
  background-color: #6b6b6b; }

.clear-tooltip .tooltip-inner {
  background: #f8485e !important; }

.clear-tooltip .tooltip-arrow:before {
  border-top-color: #f8485e; }

.single-sfwd-topic .learndash-wrapper .ld-profile-avatar,
.single-sfwd-lessons .learndash-wrapper .ld-profile-avatar,
.single-sfwd-quiz .learndash-wrapper .ld-profile-avatar {
  background: #f2f2f2; }

.single-sfwd-topic .learndash-wrapper .ld-breadcrumbs,
.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs,
.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs {
  background: white;
  border-radius: 0;
  padding: 0;
  color: #838383 !important; }
  .single-sfwd-topic .learndash-wrapper .ld-breadcrumbs span:first-child a,
  .single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs span:first-child a,
  .single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs span:first-child a {
    color: #838383 !important; }
  .single-sfwd-topic .learndash-wrapper .ld-breadcrumbs span a,
  .single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs span a,
  .single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs span a {
    color: #000000 !important;
    font-weight: 400 !important; }

.single-sfwd-topic .learndash-wrapper .ld-status.ld-status-complete,
.single-sfwd-lessons .learndash-wrapper .ld-status.ld-status-complete,
.single-sfwd-quiz .learndash-wrapper .ld-status.ld-status-complete {
  background: #6ac550 !important;
  color: #fff; }

.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-topic .learndash-wrapper .ld-button,
.single-sfwd-topic .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item,
.single-sfwd-topic .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading,
.single-sfwd-topic .learndash-wrapper #learndash_mark_complete_button,
.single-sfwd-topic .learndash-wrapper .learndash_mark_complete_button,
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-lessons .learndash-wrapper .ld-button,
.single-sfwd-lessons .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item,
.single-sfwd-lessons .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading,
.single-sfwd-lessons .learndash-wrapper #learndash_mark_complete_button,
.single-sfwd-lessons .learndash-wrapper .learndash_mark_complete_button,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-quiz .learndash-wrapper .ld-button,
.single-sfwd-quiz .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item,
.single-sfwd-quiz .learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading,
.single-sfwd-quiz .learndash-wrapper #learndash_mark_complete_button,
.single-sfwd-quiz .learndash-wrapper .learndash_mark_complete_button {
  font-weight: 700; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before {
  border-bottom-color: #1d1d1f !important; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
  background: #1d1d1f !important; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
  font-size: 16px;
  font-weight: 700; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item:hover,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item:hover,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item:hover {
  background: #f8f8f8; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
  font-size: 13px;
  font-weight: 400;
  color: #000000; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-text,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-text,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-text {
  font-size: 11px;
  color: #838383 !important;
  font-weight: 400; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-icon .ld-icon:before,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-icon .ld-icon:before,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-icon .ld-icon:before {
  font-size: 9px; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-in-locked,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-in-locked,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-in-locked {
  color: #dcdcdc; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-duration,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-duration,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-lesson-duration {
  color: #838383; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked {
  background-color: #f8485e !important; }
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked .ld-icon,
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked .ld-icon,
  .single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-preview .ld-status-unlocked .ld-icon {
    color: white !important; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-table-list-items,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-table-list-items,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-table-list-items {
  padding: 0 !important; }

.single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading,
.single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading,
.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading {
  border-bottom: 1px solid #e2e7ed;
  padding-bottom: 1em !important; }
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading,
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading,
  .single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-lesson-item-section-heading .ld-lesson-section-heading {
    font-size: 16px;
    display: inline-block;
    font-weight: 700 !important; }

@media (max-width: 991.98px) {
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main,
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main,
  .single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-main {
    width: 100%;
    margin: 0 auto !important; } }

@media (max-width: 991.98px) {
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    max-width: 80%; } }

@media (max-width: 575.98px) {
  .single-sfwd-topic .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-lessons .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,
  .single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    max-width: 100%; } }

.single-sfwd-topic .learndash-wrapper .ld-tabs,
.single-sfwd-lessons .learndash-wrapper .ld-tabs,
.single-sfwd-quiz .learndash-wrapper .ld-tabs {
  margin-top: 2rem; }
  .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation,
  .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation,
  .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    white-space: nowrap; }
    .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation::-webkit-scrollbar,
    .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation::-webkit-scrollbar,
    .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation::-webkit-scrollbar {
      display: none; }
    .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation:after,
    .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation:after,
    .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
      height: 1px; }
    .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab,
    .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab,
    .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
      padding: 20px 0;
      font-weight: 700;
      font-size: 16px;
      margin-right: 30px;
      text-transform: uppercase; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
        height: 4px;
        bottom: -1px; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .fa-sticky-note-o,
      .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon.fa,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .fa-sticky-note-o,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon.fa,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .fa-sticky-note-o,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon.fa {
        font-family: "Font Awesome 6 Pro" !important; }
  .single-sfwd-topic .learndash-wrapper .ld-tabs .ld-tab-content,
  .single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tab-content,
  .single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tab-content {
    padding: 0 !important;
    margin: 2em 0; }
  .single-sfwd-topic .learndash-wrapper .ld-tabs .materials,
  .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials,
  .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials {
    list-style: none;
    padding: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 !important; }
    .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li,
    .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li,
    .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li {
      padding: 20px 10px;
      border-top: 1px solid #dcdcdc; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:before,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:before,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:before {
        content: none; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:first-child,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:first-child,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:first-child {
        border-top: 0; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li p,
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li .ld-tabs-content li, .ld-tabs-content .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li li,
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li .text-editor li, .text-editor .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li li,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li p,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li li,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li .text-editor li,
      .text-editor .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li li,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li p,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li li,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li .text-editor li,
      .text-editor .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li li {
        margin: 0;
        font-size: 13px; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li a,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li a,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li a {
        text-decoration: none; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li i,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li i,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li i {
        font-size: 18px;
        line-height: 21px; }
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:hover p,
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:hover .ld-tabs-content li, .ld-tabs-content .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:hover li,
      .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:hover .text-editor li, .text-editor .single-sfwd-topic .learndash-wrapper .ld-tabs .materials li:hover li,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:hover p,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:hover .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:hover li,
      .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:hover .text-editor li,
      .text-editor .single-sfwd-lessons .learndash-wrapper .ld-tabs .materials li:hover li,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:hover p,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:hover .ld-tabs-content li,
      .ld-tabs-content .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:hover li,
      .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:hover .text-editor li,
      .text-editor .single-sfwd-quiz .learndash-wrapper .ld-tabs .materials li:hover li {
        color: #f8485e; }

.single-sfwd-topic .learndash-wrapper .ld-tab-count-1,
.single-sfwd-lessons .learndash-wrapper .ld-tab-count-1,
.single-sfwd-quiz .learndash-wrapper .ld-tab-count-1 {
  border-top: 1px solid #dcdcdc;
  padding-top: 2rem; }

.single-sfwd-topic .learndash-wrapper .ld-focus-header .learndash_mark_complete_button,
.single-sfwd-lessons .learndash-wrapper .ld-focus-header .learndash_mark_complete_button,
.single-sfwd-quiz .learndash-wrapper .ld-focus-header .learndash_mark_complete_button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 !important; }

.single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-content-actions,
.single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-content-actions,
.single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-content-actions {
  border-top: 1px solid #dcdcdc;
  margin-top: 2rem; }
  .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action,
  .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; }
    .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-button,
    .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-button,
    .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-button {
      background: transparent !important;
      color: #f8485e !important;
      padding: 12px 0;
      width: auto;
      text-transform: uppercase !important; }
    .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-course-step-back,
    .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-course-step-back,
    .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-content-actions .ld-content-action .ld-course-step-back {
      font-weight: 700;
      text-decoration: underline !important;
      margin-top: 20px;
      display: none; }

.single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list,
.single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list,
.single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list {
  border: 0 !important;
  border-radius: 0; }
  .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item-preview,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item-preview,
  .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item-preview {
    padding: 0;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header,
  .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header {
    background: white !important;
    color: #1d1d1f;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px; }
    .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header .ld-item-icon,
    .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header .ld-item-icon,
    .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-header .ld-item-icon {
      display: none; }
  .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item,
  .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item {
    font-size: 13px;
    border: 0;
    margin-bottom: 10px; }
    .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item .ld-status-icon,
    .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item .ld-status-icon,
    .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-item .ld-status-icon {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
  .single-sfwd-topic .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-items,
  .single-sfwd-lessons .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-items,
  .single-sfwd-quiz .learndash-wrapper .ld-focus-content .ld-table-list .ld-table-list-items {
    border: 0;
    padding: 0;
    border-radius: 0; }

body #learndash-tooltips {
  position: fixed; }

@media (min-width: 768px) {
  .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-header .ld-user-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px; } }

.single-sfwd-quiz .learndash-wrapper .ld-focus .ld-focus-sidebar {
  border-left: 1px solid #e2e7ed !important; }

.ld-content-action--complete input {
  text-transform: uppercase !important;
  font-size: 15px !important;
  padding: 1em 0.5rem !important; }

#ldnt-shortcode .ldnt-note-filters {
  display: none; }
  #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field #ldnt-search-btn,
  #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field input[type="text"],
  #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap select,
  #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown,
  .yith-wcan-filters .yith-wcan-filter #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap .yith-wcan-dropdown {
    font-size: 14px; }
  #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field input[type="text"] {
    background: white;
    border: 1px solid #efefef; }

#ldnt-shortcode table.notes-listing thead tr th {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px; }

#ldnt-shortcode table.notes-listing tbody span.nl-username,
#ldnt-shortcode table.notes-listing tbody td.nl-date {
  font-size: 12px;
  background: none; }

#ldnt-shortcode table.notes-listing tbody span.nl-note-title,
#ldnt-shortcode table.notes-listing tbody span.nl-note-title {
  font-size: 17px;
  line-height: 22px; }

#ldnt-shortcode table.notes-listing td[colspan="5"] {
  padding: 20px 0 0; }
  #ldnt-shortcode table.notes-listing td[colspan="5"] select.lds-bulk-actions, #ldnt-shortcode table.notes-listing td[colspan="5"] .yith-wcan-filters .yith-wcan-filter .lds-bulk-actions.yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter #ldnt-shortcode table.notes-listing td[colspan="5"] .lds-bulk-actions.yith-wcan-dropdown {
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #ccc;
    min-width: 200px;
    background: white !important;
    color: #838383;
    font-weight: 400; }
  #ldnt-shortcode table.notes-listing td[colspan="5"] .lds-bulk-download {
    font-size: 10px;
    height: 40px;
    top: -1px;
    position: relative;
    border-radius: 0 !important; }

#ldnt-shortcode table.notes-listing .ldnt-alert {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 10px; }

.ldnt-content-notes {
  text-align: left; }
  .ldnt-content-notes .nt-note-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    padding: 5px 20px;
    border: 2px solid #000000 !important;
    background: none;
    color: #000000;
    margin: 0 !important; }
    .ldnt-content-notes .nt-note-tab span {
      letter-spacing: 0;
      font-weight: 600;
      padding: 0; }
    .ldnt-content-notes .nt-note-tab i.nticon-doc {
      border-color: #000000;
      color: #000000;
      padding: 0;
      border: 0;
      width: auto !important;
      margin-left: 0 !important;
      margin-right: 5px; }
    .ldnt-content-notes .nt-note-tab:hover {
      color: #f8485e !important; }
      .ldnt-content-notes .nt-note-tab:hover i {
        color: #f8485e !important; }

.wpProQuiz_content {
  margin-top: 3rem; }
  .wpProQuiz_content .wpProQuiz_button {
    min-width: 200px; }
  .wpProQuiz_content .wpProQuiz_question p,
  .wpProQuiz_content .wpProQuiz_question .ld-tabs-content li, .ld-tabs-content .wpProQuiz_content .wpProQuiz_question li,
  .wpProQuiz_content .wpProQuiz_question .text-editor li, .text-editor .wpProQuiz_content .wpProQuiz_question li {
    font-size: 13px;
    font-weight: 600; }
  .wpProQuiz_content .wpProQuiz_question .wpProQuiz_questionList .wpProQuiz_questionListItem {
    font-size: 13px; }
  .wpProQuiz_content .wpProQuiz_results .wpProQuiz_header {
    font-size: 17px;
    font-weight: 700; }
  .wpProQuiz_content .wpProQuiz_results .wpProQuiz_points {
    background: #f8f8f8;
    font-weight: 700; }
  .wpProQuiz_content label.is-selected,
  .wpProQuiz_content label:focus-within {
    border-color: #1d1d1f !important; }

@media (max-width: 767.98px) {
  .learndash-wrapper .ld-quiz-actions {
    display: block !important; }
    .learndash-wrapper .ld-quiz-actions * {
      display: block;
      width: 100% !important;
      text-align: center !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.single-sfwd-lessons .learndash-wrapper .ld-alert {
  margin-bottom: 40px; }
  .single-sfwd-lessons .learndash-wrapper .ld-alert.ld-alert-info {
    background-color: rgba(255, 230, 155, 0.1);
    border: 1px solid #ffe69b; }
    .single-sfwd-lessons .learndash-wrapper .ld-alert.ld-alert-info .ld-alert-messages {
      font-size: 13px;
      font-weight: 700;
      color: #1d1d1f; }
    .single-sfwd-lessons .learndash-wrapper .ld-alert.ld-alert-info .ld-alert-icon {
      background-color: #ffe69b;
      color: #1d1d1f; }

.ld-lesson-items,
.ld-item-list-items {
  list-style-type: none;
  counter-reset: counter-one counter-two 0;
  padding: 0; }
  .ld-lesson-items .ld-lesson-section-heading:before,
  .ld-item-list-items .ld-lesson-section-heading:before {
    counter-increment: counter-one;
    content: counter(counter-one) ". ";
    display: inline-block;
    font-weight: 700;
    margin-right: 5px; }
  .ld-lesson-items .ld-lesson-section-heading,
  .ld-lesson-items .ld-lesson-item-section-heading,
  .ld-lesson-items .ld-lesson-item-section-heading:before,
  .ld-lesson-items .ld-lesson-section-heading:before,
  .ld-item-list-items .ld-lesson-section-heading,
  .ld-item-list-items .ld-lesson-item-section-heading,
  .ld-item-list-items .ld-lesson-item-section-heading:before,
  .ld-item-list-items .ld-lesson-section-heading:before {
    counter-set: counter-two; }
  .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:after,
  .ld-lesson-items .ld-item-list-item .number:after,
  .ld-item-list-items .ld-lesson-item .ld-lesson-title .number:after,
  .ld-item-list-items .ld-item-list-item .number:after {
    counter-increment: counter-two;
    content: counter(counter-two) ""; }
  .ld-lesson-items .ld-lesson-item .ld-lesson-title .number:before,
  .ld-lesson-items .ld-item-list-item .number:before,
  .ld-item-list-items .ld-lesson-item .ld-lesson-title .number:before,
  .ld-item-list-items .ld-item-list-item .number:before {
    content: counter(counter-one) "."; }

.single-sfwd-quiz .wpProQuiz_question p,
.single-sfwd-quiz .wpProQuiz_question .ld-tabs-content li, .ld-tabs-content .single-sfwd-quiz .wpProQuiz_question li,
.single-sfwd-quiz .wpProQuiz_question .text-editor li, .text-editor .single-sfwd-quiz .wpProQuiz_question li {
  font-size: 18px; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList label {
  border-radius: 0; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput {
  position: relative;
  top: 3px; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
  border-radius: 0;
  border: 0;
  min-height: auto; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct span {
    color: green; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect span {
    color: red; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect {
  background: transparent; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
    background: #00c349;
    color: white; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable {
    background: #00c349;
    color: white; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
  background: transparent; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label {
    border-color: #f11414; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable {
    border-color: #f11414; }

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete {
  background: transparent;
  border: 1px solid transparent !important; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label {
    border-color: #00c349; }
  .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable {
    border-color: #00c349; }

.single-sfwd-quiz .wpProQuiz_points {
  border: 0;
  border-radius: 0;
  color: #1d1d1f; }

.learndash-wrapper .ld-quiz-actions {
  border: 0; }

.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),
.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery) {
  padding-left: 40px !important; }

.ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery).materials {
  padding: 0 !important; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_answerCorrect label {
  background: #00c349 !important; }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_answerIncorrect {
  background: #ff9191 !important; }

.ld-quiz-result-passed .wpProQuiz_button_restartQuiz {
  display: none !important; }

.woocommerce-MyAccount-content .nav-tabs {
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767.98px) {
    .woocommerce-MyAccount-content .nav-tabs {
      margin-bottom: 2rem;
      -webkit-box-pack: safe;
          -ms-flex-pack: safe;
              justify-content: safe; } }
  @media (max-width: 575.98px) {
    .woocommerce-MyAccount-content .nav-tabs {
      border-bottom: 0; } }
  .woocommerce-MyAccount-content .nav-tabs::-webkit-scrollbar {
    display: none; }
  .woocommerce-MyAccount-content .nav-tabs button {
    border: 0 !important;
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    padding: 20px 0 12px;
    border-bottom: 4px solid transparent !important;
    display: block;
    color: #838383;
    text-transform: uppercase;
    border-radius: 0; }
    @media (max-width: 1199.98px) {
      .woocommerce-MyAccount-content .nav-tabs button {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .woocommerce-MyAccount-content .nav-tabs button {
        margin-right: 15px;
        font-size: 12px; } }
    @media (max-width: 575.98px) {
      .woocommerce-MyAccount-content .nav-tabs button {
        width: 48%;
        margin: 2px;
        padding: 10px 5px;
        white-space: inherit !important;
        line-height: 12px;
        border: 1px solid #dcdcdc !important; } }
    .woocommerce-MyAccount-content .nav-tabs button.active {
      font-weight: 700;
      border-color: #f8485e !important;
      color: #f8485e; }
    @media (min-width: 576px) {
      .woocommerce-MyAccount-content .nav-tabs button:last-child {
        margin-right: 0; } }

.woocommerce-MyAccount-content .points .point-img img {
  width: 50px;
  height: auto; }

.woocommerce-MyAccount-content #gamipress-earnings-no-results {
  font-size: 13px; }

.woocommerce-MyAccount-content .gamipress-user-points:not(.gamipress-layout-none) {
  width: 100%; }
  .woocommerce-MyAccount-content .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
    border: 1px solid #dcdcdc;
    padding: 15px;
    width: 100%; }
    .woocommerce-MyAccount-content .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description {
      margin-left: 10px;
      font-weight: 700; }
    .woocommerce-MyAccount-content .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img {
      max-width: 100%;
      height: auto; }

@media (max-width: 767.98px) {
  #gamipress-achievements-search,
  #gamipress-achievements-filter {
    width: 100%;
    text-align: left;
    float: none; } }

#gamipress-achievements-search label,
#gamipress-achievements-filter label {
  font-size: 13px; }

#gamipress-achievements-search select#achievements_list_filter, #gamipress-achievements-search .yith-wcan-filters .yith-wcan-filter #achievements_list_filter.yith-wcan-dropdown, .yith-wcan-filters .yith-wcan-filter #gamipress-achievements-search #achievements_list_filter.yith-wcan-dropdown,
#gamipress-achievements-filter select#achievements_list_filter,
#gamipress-achievements-filter .yith-wcan-filters .yith-wcan-filter #achievements_list_filter.yith-wcan-dropdown,
.yith-wcan-filters .yith-wcan-filter #gamipress-achievements-filter #achievements_list_filter.yith-wcan-dropdown {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700; }

#gamipress-achievements-search-form {
  position: relative; }
  #gamipress-achievements-search-form label {
    margin-right: 5px; }
  #gamipress-achievements-search-form input#gamipress-achievements-search-input {
    padding-right: 60px;
    font-size: 14px;
    height: 40px; }
  #gamipress-achievements-search-form input#gamipress-achievements-search-submit {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 60px;
    height: 40px;
    border-radius: 0;
    background: #f8485e;
    border: 0;
    color: white;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold;
    min-width: auto; }

h2.gamipress-rank-type-title {
  color: #1d1d1f;
  margin-bottom: 20px; }

.gamipress-rank:not(.gamipress-layout-none),
.single-achievement.achievement-wrap:not(.gamipress-layout-none),
.single-rank.rank-wrap:not(.gamipress-layout-none),
.gamipress-user-points:not(.gamipress-layout-none) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  margin-bottom: 1rem; }

.gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
  padding: 20px;
  border: 1px solid #dcdcdc !important;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank p.gamipress-share-buttons-label,
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .ld-tabs-content li.gamipress-share-buttons-label, .ld-tabs-content .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank li.gamipress-share-buttons-label,
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .text-editor li.gamipress-share-buttons-label, .text-editor .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank li.gamipress-share-buttons-label {
    display: none; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-share-buttons {
    margin-top: 10px; }
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-share-buttons .gamipress-share-button {
      width: 23px;
      height: 23px;
      background-size: 13px !important; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned {
    background: #f8f8f8 !important;
    position: relative; }
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned .gamipress-rank-excerpt p,
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned .gamipress-rank-excerpt .ld-tabs-content li, .ld-tabs-content .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned .gamipress-rank-excerpt li,
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned .gamipress-rank-excerpt .text-editor li, .text-editor .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.user-has-earned .gamipress-rank-excerpt li {
      font-weight: normal; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image {
    width: 20% !important; }
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image .gamipress-share-buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image img {
      max-height: 90px;
      width: auto;
      text-align: center;
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-description {
    margin-left: auto;
    width: 70%;
    padding-right: 10%; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank h2.gamipress-rank-title {
    font-size: 16px; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank h4.gamipress-rank-requirements-heading {
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    color: #1d1d1f; }
  .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank ul.gamipress-rank-requirements {
    font-size: 12px;
    padding-left: 13px;
    color: #838383;
    margin-bottom: 0; }
    .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank ul.gamipress-rank-requirements .user-has-earned {
      font-weight: 700;
      color: #1d1d1f; }

.user-has-earned {
  background: none !important;
  color: #000000 !important; }

#gamipress-earnings-table {
  font-size: 13px;
  width: 100%;
  border-top: 1px solid #dcdcdc; }
  #gamipress-earnings-table .gamipress-earning-description {
    display: none; }
  #gamipress-earnings-table thead {
    display: none; }
    #gamipress-earnings-table thead th {
      font-size: 13px;
      font-weight: 600;
      color: #838383;
      font-weight: normal; }
  #gamipress-earnings-table .gamipress-earnings-col-thumbnail {
    width: 50px; }
    #gamipress-earnings-table .gamipress-earnings-col-thumbnail img {
      height: auto !important;
      width: 50px; }
  #gamipress-earnings-table th, #gamipress-earnings-table td {
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 0px; }
  #gamipress-earnings-table .gamipress-earnings-col-description {
    padding: 13px 10px; }
  #gamipress-earnings-table .gamipress-earnings-col-points {
    display: none; }
  @media (max-width: 767.98px) {
    #gamipress-earnings-table thead {
      display: none; }
    #gamipress-earnings-table tbody tr td {
      display: block;
      border: 0;
      padding: 0;
      line-height: 16px; }
      #gamipress-earnings-table tbody tr td.gamipress-earnings-col-thumbnail {
        padding-bottom: 10px; }
      #gamipress-earnings-table tbody tr td:first-child {
        padding-top: 15px; }
      #gamipress-earnings-table tbody tr td:last-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px; } }

.gamipress-required-requirements .user-has-earned {
  background: none;
  color: #000000; }

.gamipress-achievement:not(.gamipress-layout-none) p,
.gamipress-achievement:not(.gamipress-layout-none) .ld-tabs-content li, .ld-tabs-content .gamipress-achievement:not(.gamipress-layout-none) li,
.gamipress-achievement:not(.gamipress-layout-none) .text-editor li, .text-editor .gamipress-achievement:not(.gamipress-layout-none) li {
  font-size: 13px;
  line-height: 19px; }

.gamipress-achievement-excerpt {
  margin-top: 8px;
  min-height: 38px; }
  .gamipress-achievement-excerpt p:last-child,
  .gamipress-achievement-excerpt .ld-tabs-content li:last-child, .ld-tabs-content .gamipress-achievement-excerpt li:last-child,
  .gamipress-achievement-excerpt .text-editor li:last-child, .text-editor .gamipress-achievement-excerpt li:last-child {
    margin-bottom: 0; }

.gamipress-rank-unlock-with-points-button {
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  color: #f8485e;
  text-decoration: underline; }

.achievement-completed .gamipress-achievement-attached {
  display: none; }

.achievement-completed .gamipress-share-buttons {
  margin-top: 10px;
  display: block !important; }

button#gamipress-achievements-load-more {
  background-color: #f8485e;
  color: white;
  display: block;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  min-width: 100px;
  text-transform: uppercase;
  margin: 0 auto;
  border: 0;
  margin-top: 1rem; }
  button#gamipress-achievements-load-more:hover {
    background: #f95a6e;
    color: white; }

#gamipress-earnings-pagination {
  margin-top: 20px; }
  #gamipress-earnings-pagination span,
  #gamipress-earnings-pagination a {
    min-width: 40px;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #dcdcdc;
    margin-right: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    color: #838383;
    font-weight: normal; }
  #gamipress-earnings-pagination .current {
    background: #000000;
    color: white;
    border-color: #000000;
    font-weight: bold; }

#nav-ranks .point-img img {
  width: 30px; }

#nav-ranks .gamipress-rank {
  border: 1px solid #dcdcdc;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #nav-ranks .gamipress-rank.user-has-earned {
    background: rgba(248, 72, 94, 0.1) !important;
    border: 1px solid #f8485e;
    font-weight: normal; }
  #nav-ranks .gamipress-rank .gamipress-rank-description h2 {
    font-size: 19px; }
  @media (max-width: 575.98px) {
    #nav-ranks .gamipress-rank .gamipress-rank-image {
      width: 50%; }
    #nav-ranks .gamipress-rank .gamipress-rank-description {
      width: 50%; } }

#nav-ranks h4.gamipress-rank-requirements-heading {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  display: inline-block; }

#nav-ranks ul.gamipress-rank-requirements.gamipress-required-requirements {
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 0; }

#nav-ranks .gamipress-rank-unlock-with-points {
  margin-top: 10px; }
  #nav-ranks .gamipress-rank-unlock-with-points button.gamipress-rank-unlock-with-points-button {
    padding: 0 !important; }

#nav-ranks .gamipress-rank-unlock-with-points-confirmation button {
  border: 0;
  background: #f8485e;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px; }

.gamipress-social-share {
  margin-left: -0.25rem;
  margin-top: auto !important;
  padding-top: 20px;
  width: 100%; }
  .gamipress-social-share .gamipress-social-share-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gamipress-social-share .gamipress-social-share-button {
    padding: 2px 0.25rem !important; }
  .gamipress-social-share .btn {
    border-radius: 10px !important;
    padding: 1px 8px !important; }
  .gamipress-social-share .IN-widget button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 10px !important;
    padding: 0px 15px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gamipress-social-share .IN-widget button svg {
      height: 15px !important;
      width: 15px !important; }
  .gamipress-social-share .gamipress-social-share-facebook-share {
    border-radius: 10px;
    padding: 1px 8px !important; }
    .gamipress-social-share .gamipress-social-share-facebook-share span {
      top: 2px;
      position: relative; }
    .gamipress-social-share .gamipress-social-share-facebook-share:before {
      top: 1px;
      position: relative; }

.tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] {
  margin-top: 20px; }
  .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement {
    overflow: visible;
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid #dcdcdc;
    padding: 20px 20px;
    border-radius: 0;
    margin-top: 20px;
    position: relative;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement:nth-child(3n+3) {
      margin-right: 0; }
    @media (max-width: 767.98px) {
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement {
        width: 44%; }
        .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement:nth-child(3n+3) {
          margin-right: 3%; }
        .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement:nth-child(2n+2) {
          margin-right: 0; } }
    @media (max-width: 767.98px) {
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement {
        width: 100%;
        margin-right: 0 !important; } }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-description {
      width: 100%;
      min-height: 38px; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement.user-has-earned .gamipress-share-buttons,
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement.user-has-earned .gamipress-share-buttons-label {
      display: none; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement.user-has-earned .gamipress-social-share {
      margin-top: 20px; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-image {
      width: 100% !important;
      margin-bottom: 10px;
      padding-right: 0 !important; }
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-image > a {
        width: 100% !important; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-points {
      font-weight: bold;
      font-size: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-points .gamipress-points-thumbnail {
        height: 15px;
        width: auto;
        margin-right: 5px; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement h2.gamipress-achievement-title {
      font-size: 16px;
      display: block;
      color: #1d1d1f !important;
      margin-bottom: 10px; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-open-close-switch {
      text-align: center;
      margin-top: 20px; }
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-open-close-switch .show-hide-close:after,
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-open-close-switch .show-hide-open:after {
        display: none; }
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-open-close-switch a {
        font-size: 12px;
        border: 1px solid #f8485e;
        color: #f8485e;
        border-radius: 30px;
        padding: 7px 20px;
        font-weight: 700;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-achievement-steps-heading {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      color: #1d1d1f; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-required-achievements {
      font-size: 12px;
      padding-left: 13px;
      color: #6b6b6b; }
    .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-extras-window {
      margin-top: 20px;
      text-align: left;
      border-top: 1px solid #e3e3e3;
      padding-top: 20px; }
      .tab-content .gamipress-achievements-list #gamipress-achievements-container[class*=gamipress-columns] .gamipress-achievement .gamipress-extras-window * {
        text-align: left; }

.gamipress-achievement .gamipress-achievement-image,
.achievement-wrap .gamipress-achievement-image {
  opacity: 1 !important; }

.btn-modal-share {
  border: 0;
  font-weight: 700;
  background: none;
  color: #f8485e;
  border-bottom: 2px solid;
  padding: 0;
  display: block;
  margin: 0 auto; }

.modal-share .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px; }

.modal-share h5.modal-title {
  font-size: 18px; }

.modal-share .dropdown-menu-btn a {
  font-size: 11px;
  border-radius: 10px;
  padding: 2px 10px;
  margin: 3px 3px !important;
  border: 1px solid #ccc;
  background: white; }
  .modal-share .dropdown-menu-btn a:hover {
    background: #f8f8f8;
    border-color: #000; }

.gamipress-notification-content h2 {
  font-size: 16px;
  color: #f8485e !important; }

.gamipress-notification-content * {
  font-size: 13px; }

.gamipress-notification-content ul li {
  font-weight: 700; }

.gamipress_notifyjs-corner .gamipress_notifyjs-wrapper,
.gamipress_notifyjs-corner .gamipress_notifyjs-container {
  margin-bottom: 10px !important; }
  .gamipress_notifyjs-corner .gamipress_notifyjs-wrapper .gamipress-notification,
  .gamipress_notifyjs-corner .gamipress_notifyjs-container .gamipress-notification {
    -webkit-box-shadow: 0 0 7px #bfbfbf;
            box-shadow: 0 0 7px #bfbfbf; }
  .gamipress_notifyjs-corner .gamipress_notifyjs-wrapper .gamipress-notification,
  .gamipress_notifyjs-corner .gamipress_notifyjs-container .gamipress-notification {
    padding: 1rem 1rem 0.2rem; }
  .gamipress_notifyjs-corner .gamipress_notifyjs-wrapper .gamipress-notification .gamipress-notification-close,
  .gamipress_notifyjs-corner .gamipress_notifyjs-container .gamipress-notification .gamipress-notification-close {
    font-weight: bold; }
  .gamipress_notifyjs-corner .gamipress_notifyjs-wrapper .gamipress-share-button,
  .gamipress_notifyjs-corner .gamipress_notifyjs-container .gamipress-share-button {
    background-color: #858585; }

.gamipress_notifyjs-corner {
  overflow: scroll; }
  @media (min-width: 768px) {
    .gamipress_notifyjs-corner {
      max-width: 400px; } }
  .gamipress_notifyjs-corner .gamipress-achievement {
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gamipress_notifyjs-corner .gamipress-achievement-excerpt {
    font-style: italic;
    margin-top: 0; }
    .gamipress_notifyjs-corner .gamipress-achievement-excerpt * {
      color: #919191; }
  .gamipress_notifyjs-corner .gamipress-achievement-image img {
    width: 100%;
    height: auto; }
  .gamipress_notifyjs-corner .gamipress-achievement-points img {
    width: 19px;
    height: auto;
    margin-right: 4px; }
  .gamipress_notifyjs-corner .gamipress-social-share {
    display: none; }
  .gamipress_notifyjs-corner .gamipress-rank-image img {
    height: auto; }

@media (min-width: 768px) {
  .myaccount__profiler__competenze__item .col-lg-auto {
    min-width: 20% !important;
    max-width: 20%; } }

.myaccount__profiler__competenze__item .col-lg-auto .progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative; }

.myaccount__profiler__competenze__item .col-lg-auto .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #eee;
  position: absolute;
  top: 0;
  left: 0; }

.myaccount__profiler__competenze__item .col-lg-auto .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-left {
  left: 0; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 0; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-right {
  right: 0; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.myaccount__profiler__competenze__item .col-lg-auto .progress .progress-value {
  position: absolute;
  top: 0;
  left: 0; }

.fa, .far, .product__superskill .product__superskill__hero__buttons .socializer button:before, .fas {
  font-family: "Font Awesome 6 Pro" !important; }

.learndash-wrapper .ld-alert {
  border-radius: 0 !important;
  border: 0 !important; }
  .learndash-wrapper .ld-alert .ld-button {
    padding: 13px 20px 13px 30px !important; }

.main-header__cta,
.main-header__product {
  background: #f8485e !important;
  color: white;
  z-index: 1000;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
  top: auto !important;
  z-index: 100 !important;
  -webkit-box-shadow: 0px -7px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px -7px 30px 0 rgba(0, 0, 0, 0.2); }
  .main-header__cta.scroll,
  .main-header__product.scroll {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .main-header__cta p,
  .main-header__cta .ld-tabs-content li, .ld-tabs-content .main-header__cta li,
  .main-header__cta .text-editor li, .text-editor .main-header__cta li,
  .main-header__product p,
  .main-header__product .ld-tabs-content li,
  .ld-tabs-content .main-header__product li,
  .main-header__product .text-editor li,
  .text-editor .main-header__product li {
    line-height: 17px; }
    @media (max-width: 575.98px) {
      .main-header__cta p,
      .main-header__cta .ld-tabs-content li, .ld-tabs-content .main-header__cta li,
      .main-header__cta .text-editor li, .text-editor .main-header__cta li,
      .main-header__product p,
      .main-header__product .ld-tabs-content li,
      .ld-tabs-content .main-header__product li,
      .main-header__product .text-editor li,
      .text-editor .main-header__product li {
        font-size: 13px;
        line-height: 1.2; } }
  @media (max-width: 575.98px) {
    .main-header__cta a.btn,
    .main-header__product a.btn {
      font-size: 13px;
      line-height: 14px; } }

footer {
  position: relative;
  z-index: 110; }

.postid-4418 .main-header__product,
.page-id-8056 .main-header__product,
.postid-8051 .main-header__product,
.postid-12639 .main-header__product,
.postid-8027 .main-header__product,
.postid-8024 .main-header__product,
.page-id-11214 .main-header__product {
  display: none !important; }

@media (max-width: 767.98px) {
  html.yes-js.js_active.js {
    margin-top: 0 !important; }
  html #wpadminbar {
    display: none !important; } }

@media (min-width: 768px) {
  .admin-bar .main-header, .admin-bar .main-header__wrapper {
    top: 32px; }
  .admin-bar #page {
    top: 32px;
    position: relative;
    margin-bottom: 32px; }
  .admin-bar .summary {
    top: 127px; } }

body #page {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  padding-bottom: 75px; }

body.with-promo #page {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  padding-bottom: 140px; }

.main-header__wrapper {
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 75px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out; }
  .main-header__wrapper.with-promo {
    height: 140px; }
  .main-header__wrapper.move-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

.main-header {
  background: #000000; }
  @media (max-width: 575.98px) {
    .main-header {
      height: 75px; } }
  @media (max-width: 991.98px) {
    .main-header .navbar-secondary,
    .main-header .custom-logo-link {
      z-index: 15;
      position: relative; } }
  .main-header .custom-logo-link {
    overflow: hidden;
    display: block; }
    .main-header .custom-logo-link img {
      max-height: 40px;
      width: auto;
      height: auto;
      max-width: 100%; }
      @media (max-width: 575.98px) {
        .main-header .custom-logo-link img {
          max-height: 35px; } }
  .main-header--avatar {
    height: 30px !important;
    overflow: hidden;
    display: block;
    background: white;
    border-radius: 100%; }
    .main-header--avatar img {
      border-radius: 100%;
      overflow: hidden;
      height: 30px !important; }
    @media (max-width: 575.98px) {
      .main-header--avatar {
        height: 25px !important; }
        .main-header--avatar img {
          width: 25px;
          height: 25px !important; } }
  .main-header--logout {
    font-weight: 700;
    font-size: 14px; }
  .main-header--more {
    width: 35px; }
  .main-header .navbar-secondary .btn-search i,
  .main-header .navbar-secondary #dropdownMiniCart i,
  .main-header .navbar-secondary .btn-account i,
  .main-header .navbar-secondary .navbar-toggler i {
    font-size: 25px; }
    @media (max-width: 575.98px) {
      .main-header .navbar-secondary .btn-search i,
      .main-header .navbar-secondary #dropdownMiniCart i,
      .main-header .navbar-secondary .btn-account i,
      .main-header .navbar-secondary .navbar-toggler i {
        font-size: 20px; } }
  @media (max-width: 1300px) {
    .main-header .navbar-secondary button,
    .main-header .navbar-secondary a {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); } }
  .main-header .btn-search {
    border: 0;
    background: transparent; }
  .main-header .btn-wishlist a {
    position: relative;
    color: white; }
    .main-header .btn-wishlist a i {
      font-size: 30px;
      font-weight: 100; }
    .main-header .btn-wishlist a .yith-wcwl-items-count i {
      right: -5px !important;
      top: 5px !important;
      font-style: normal; }
  .main-header .counter, .main-header .btn-wishlist a .yith-wcwl-items-count i {
    top: -3px;
    right: -8px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #f8485e;
    color: white;
    font-size: 11px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #000000;
    z-index: 10; }
    @media (max-width: 575.98px) {
      .main-header .counter, .main-header .btn-wishlist a .yith-wcwl-items-count i {
        width: 16px;
        height: 16px;
        font-size: 8px;
        top: -2px;
        right: -7px; } }
  .main-header .dropdown-toggle {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    padding: 4px 0; }
    .main-header .dropdown-toggle:after {
      content: none !important; }
  @media (min-width: 992px) {
    .main-header #navbarMainContent {
      display: inline-block;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%; }
      .main-header #navbarMainContent .container {
        padding: 0 30px; } }
  @media (max-width: 991.98px) {
    .main-header #navbarMainContent {
      position: fixed;
      top: 0;
      padding-right: 30px;
      padding-left: 30px;
      height: 100%;
      height: 100vh;
      z-index: 10;
      width: 100%;
      left: 0;
      background: #000000; }
      .main-header #navbarMainContent.show {
        display: block; } }
  @media (max-width: 575.98px) {
    .main-header #navbarMainContent {
      padding-top: 70px; } }
  .main-header #navbarMainContent .text-white {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0 15px; }
    .main-header #navbarMainContent .text-white:hover {
      opacity: 0.9; }
    @media (max-width: 1300px) {
      .main-header #navbarMainContent .text-white {
        font-size: 14px;
        margin: 0 10px; } }
    @media (max-width: 991.98px) {
      .main-header #navbarMainContent .text-white {
        font-size: 16px;
        text-align: left;
        margin: 0; } }
  .main-header #navbarMainContent .dropdown {
    position: initial; }
    .main-header #navbarMainContent .dropdown .dropdown-toggle i {
      -webkit-transition: 0.4s all ease;
      transition: 0.4s all ease; }
    .main-header #navbarMainContent .dropdown .dropdown-toggle.show i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .main-header #navbarMainContent .dropdown .dropdown-menu-menu {
      overflow: hidden;
      width: 100%;
      top: 100% !important;
      left: 0;
      -webkit-transform: none !important;
              transform: none !important;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0; }
      @media (min-width: 992px) {
        .main-header #navbarMainContent .dropdown .dropdown-menu-menu {
          -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
          background: #000000; }
          .main-header #navbarMainContent .dropdown .dropdown-menu-menu:before {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            width: 50%;
            z-index: 1;
            background: white;
            height: 101%; } }
      @media (max-width: 991.98px) {
        .main-header #navbarMainContent .dropdown .dropdown-menu-menu {
          position: relative !important;
          top: 0 !important;
          background: #000000; } }
    .main-header #navbarMainContent .dropdown .main-header--submenu {
      position: relative;
      z-index: 10; }
      @media (max-width: 991.98px) {
        .main-header #navbarMainContent .dropdown .main-header--submenu .row, .main-header #navbarMainContent .dropdown .main-header--submenu .inpratica-course .inpratica-course__learn ul, .inpratica-course .inpratica-course__learn .main-header #navbarMainContent .dropdown .main-header--submenu ul,
        .main-header #navbarMainContent .dropdown .main-header--submenu .inpratica-course .inpratica-course__learn ol, .inpratica-course .inpratica-course__learn .main-header #navbarMainContent .dropdown .main-header--submenu ol, .main-header #navbarMainContent .dropdown .main-header--submenu .inpratica-group .inpratica-course__learn ul, .inpratica-group .inpratica-course__learn .main-header #navbarMainContent .dropdown .main-header--submenu ul,
        .main-header #navbarMainContent .dropdown .main-header--submenu .inpratica-group .inpratica-course__learn ol, .inpratica-group .inpratica-course__learn .main-header #navbarMainContent .dropdown .main-header--submenu ol, .main-header #navbarMainContent .dropdown .main-header--submenu .single-product .product__box--learn ul, .single-product .product__box--learn .main-header #navbarMainContent .dropdown .main-header--submenu ul,
        .main-header #navbarMainContent .dropdown .main-header--submenu .single-product .product__box--learn ol, .single-product .product__box--learn .main-header #navbarMainContent .dropdown .main-header--submenu ol {
          padding-top: 15px;
          padding-bottom: 15px; } }
    .main-header #navbarMainContent .dropdown .border-menu:before {
      content: "";
      background: #dcdcdc; }
      @media (min-width: 992px) {
        .main-header #navbarMainContent .dropdown .border-menu:before {
          top: 0;
          left: 0;
          position: absolute;
          width: 1px;
          height: 100%; } }
      @media (max-width: 991.98px) {
        .main-header #navbarMainContent .dropdown .border-menu:before {
          top: -1.75rem;
          left: 0;
          position: absolute;
          width: 100%;
          height: 1px;
          background: rgba(220, 220, 220, 0.2); } }
    .main-header #navbarMainContent .dropdown .menu {
      list-style: none;
      padding: 0; }
      .main-header #navbarMainContent .dropdown .menu li {
        display: block; }
        @media (min-width: 992px) {
          .main-header #navbarMainContent .dropdown .menu li.item-primary a {
            font-weight: bold;
            color: #f8485e !important; }
            .main-header #navbarMainContent .dropdown .menu li.item-primary a:after {
              content: "\f061";
              font-family: "Font Awesome 6 Pro";
              margin-left: 7px; } }
        .main-header #navbarMainContent .dropdown .menu li:last-child {
          margin-bottom: 0; }
        .main-header #navbarMainContent .dropdown .menu li a {
          font-size: 15px;
          display: block;
          margin-bottom: 6px;
          color: #1d1d1f; }
          .main-header #navbarMainContent .dropdown .menu li a:hover {
            color: #f8485e; }
            .main-header #navbarMainContent .dropdown .menu li a:hover:after {
              opacity: 1;
              -webkit-transform: translateX(8px);
                      transform: translateX(8px); }
          @media (max-width: 991.98px) {
            .main-header #navbarMainContent .dropdown .menu li a {
              color: rgba(255, 255, 255, 0.8);
              font-size: 14px; } }
        .main-header #navbarMainContent .dropdown .menu li.current-menu-item a {
          color: #f8485e;
          font-weight: 700; }
    .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li {
      margin-bottom: 15px; }
      @media (max-width: 575.98px) {
        .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li {
          margin-bottom: 10px; } }
      .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li a {
        font-size: 15px;
        font-weight: 400;
        color: #838383;
        margin-bottom: 0; }
        .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li a:after {
          content: none; }
        .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li a:hover {
          color: #000000; }
        @media (max-width: 575.98px) {
          .main-header #navbarMainContent .dropdown #menu-sub-menu-principale li a {
            font-size: 15px; } }
  .main-header .dropdown-menu-account {
    width: 250px;
    top: 17px !important;
    padding: 20px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06); }
    @media (max-width: 1300px) {
      .main-header .dropdown-menu-account {
        top: 19px !important; } }
    @media (max-width: 575.98px) {
      .main-header .dropdown-menu-account {
        position: fixed !important;
        top: 70px !important;
        left: 0;
        width: 80%;
        background: #f8485e;
        -webkit-transform: none !important;
                transform: none !important;
        height: 100vh;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: translateX(-100%) !important;
                transform: translateX(-100%) !important;
        -webkit-transition: 0.4s all ease-in-out;
        transition: 0.4s all ease-in-out;
        display: block;
        padding: 30px; }
        .main-header .dropdown-menu-account.show {
          -webkit-transform: translateX(0) !important;
                  transform: translateX(0) !important;
          -webkit-transition: 0.4s all ease-in-out;
          transition: 0.4s all ease-in-out; }
        .main-header .dropdown-menu-account * {
          position: relative;
          z-index: 10;
          color: white; }
        .main-header .dropdown-menu-account small {
          font-size: 16px; }
        .main-header .dropdown-menu-account .menu li {
          margin: 4px 0; }
          .main-header .dropdown-menu-account .menu li a {
            color: white; } }
    .main-header .dropdown-menu-account .menu {
      list-style: none;
      padding: 0; }
      .main-header .dropdown-menu-account .menu li a {
        font-size: 14px; }
        .main-header .dropdown-menu-account .menu li a:after {
          content: none; }
      .main-header .dropdown-menu-account .menu li.current-menu-item a {
        color: #f8485e;
        font-weight: 700; }
        @media (max-width: 575.98px) {
          .main-header .dropdown-menu-account .menu li.current-menu-item a {
            color: white; } }
    .main-header .dropdown-menu-account--points .point-img img {
      height: 15px;
      width: 15px; }
    .main-header .dropdown-menu-account--points .point-value {
      font-size: 12px;
      font-weight: bold; }
  .main-header .dropdown-menu-cart {
    width: 350px;
    top: 17px !important;
    padding: 0 20px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06); }
    @media (max-width: 1300px) {
      .main-header .dropdown-menu-cart {
        top: 19px !important; } }
    @media (max-width: 575.98px) {
      .main-header .dropdown-menu-cart {
        position: fixed !important;
        right: 0 !important;
        top: 70px !important;
        width: 100%;
        background: #f2f2f2;
        -webkit-transform: none !important;
                transform: none !important; } }

@media (max-width: 1100px) and (min-width: 991px) {
  body:not(.logged-in) #navbarMainContent ul li .text-white {
    max-width: 114px;
    display: block;
    white-space: initial; } }

.main-header--featured * {
  color: white; }

.main-header--featured h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.main-header--featured h5 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700; }

.main-header--featured p,
.main-header--featured .ld-tabs-content li, .ld-tabs-content .main-header--featured li,
.main-header--featured .text-editor li, .text-editor .main-header--featured li {
  font-size: 13px; }

.main-header--featured-img {
  overflow: hidden;
  display: block; }
  .main-header--featured-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.main-header--featured a:hover .main-header--featured-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.navbar-secondary .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.navbar-secondary ul li.align-items-center {
  margin-left: 18px; }
  @media (max-width: 991.98px) {
    .navbar-secondary ul li.align-items-center {
      margin-left: 1.2rem; } }
  .navbar-secondary ul li.align-items-center:first-child {
    margin-left: 0; }
  .navbar-secondary ul li.align-items-center .btn-login,
  .navbar-secondary ul li.align-items-center .btn-logout {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 600; }
    .navbar-secondary ul li.align-items-center .btn-login:hover,
    .navbar-secondary ul li.align-items-center .btn-logout:hover {
      color: #fff; }
  .navbar-secondary ul li.align-items-center .btn-logout {
    background: #f8485e;
    padding: 5px 15px; }
    .navbar-secondary ul li.align-items-center .btn-logout:hover {
      background: #f95a6e; }

#dropdownAccount i {
  font-size: 25px; }
  @media (max-width: 575.98px) {
    #dropdownAccount i {
      font-size: 22px; } }

body.with-promo #dropdown-pianeti .dropdown-menu {
  top: 140px; }

body.with-promo .main-header #navbarMainContent {
  top: 140px; }

#dropdown-pianeti {
  display: inline-block;
  position: inherit;
  z-index: 9999; }
  @media (max-width: 991.98px) {
    #dropdown-pianeti {
      margin-left: -15px;
      margin-right: 15px;
      position: relative; } }
  @media (max-width: 575.98px) {
    #dropdown-pianeti {
      margin-right: 5px;
      margin-left: -15px; } }
  #dropdown-pianeti button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 75px;
    text-align: center;
    min-width: auto;
    width: 55px; }
    @media (max-width: 1199.98px) {
      #dropdown-pianeti button {
        margin-right: -20px; } }
    @media (max-width: 991.98px) {
      #dropdown-pianeti button {
        height: 75px;
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      #dropdown-pianeti button {
        width: 50px;
        height: 75px; } }
    #dropdown-pianeti button .show {
      color: #f8485e; }
    #dropdown-pianeti button i {
      font-size: 25px; }
  #dropdown-pianeti .dropdown-menu {
    width: 100%;
    background: white;
    border: 0;
    top: 75px;
    margin-top: 0;
    max-width: 300px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
    padding: 0; }
    @media (max-width: 991.98px) {
      #dropdown-pianeti .dropdown-menu {
        position: fixed;
        top: 75px;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      #dropdown-pianeti .dropdown-menu {
        top: 75px; } }
    #dropdown-pianeti .dropdown-menu .logo-edulia {
      max-width: 100%;
      height: 50px; }
    #dropdown-pianeti .dropdown-menu .circle {
      width: 45px;
      height: 45px;
      border-radius: 100%;
      overflow: hidden;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 5px; }
      #dropdown-pianeti .dropdown-menu .circle img {
        width: 100%;
        display: block; }
      #dropdown-pianeti .dropdown-menu .circle i {
        color: white;
        font-size: 21px; }
    #dropdown-pianeti .dropdown-menu a {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      #dropdown-pianeti .dropdown-menu a:hover {
        opacity: 0.8; }

.breadcrumb {
  background: #f8485e;
  padding: 11px 0;
  font-size: 14px; }
  @media (max-width: 575.98px) {
    .breadcrumb {
      padding: 11px 0;
      font-size: 13px; } }
  .breadcrumb .woocommerce-breadcrumb--home:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f105";
    display: inline-block;
    background-image: url("../img/edulia-loghino.svg");
    width: 38px;
    height: 20px;
    background-size: 18px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    color: white;
    text-align: right;
    margin-right: 8px;
    font-weight: 300; }
    @media (max-width: 767.98px) {
      .breadcrumb .woocommerce-breadcrumb--home:before {
        height: 15px;
        background-size: 14px;
        margin-right: 5px;
        width: 28px; } }
  .breadcrumb a,
  .breadcrumb span {
    color: #fff; }
  .breadcrumb.breadcrumb--clear {
    background-color: #f2f2f2; }
    .breadcrumb.breadcrumb--clear a,
    .breadcrumb.breadcrumb--clear span,
    .breadcrumb.breadcrumb--clear i {
      color: #6b6b6b; }
    .breadcrumb.breadcrumb--clear .woocommerce-breadcrumb--home:before {
      -webkit-filter: invert(0.55);
              filter: invert(0.55); }
  .breadcrumb.breadcrumb--open {
    background-color: #483698; }
    .breadcrumb.breadcrumb--open a,
    .breadcrumb.breadcrumb--open span,
    .breadcrumb.breadcrumb--open i {
      color: #fff; }
  .breadcrumb.breadcrumb--open.breadcrumb--clear {
    background-color: #f2f2f2; }
    .breadcrumb.breadcrumb--open.breadcrumb--clear a,
    .breadcrumb.breadcrumb--open.breadcrumb--clear span,
    .breadcrumb.breadcrumb--open.breadcrumb--clear i {
      color: #483698; }
    .breadcrumb.breadcrumb--open.breadcrumb--clear .woocommerce-breadcrumb--home:before {
      -webkit-filter: invert(0);
              filter: invert(0);
      color: #483698;
      background-image: url("../img/edulia-loghino-blu.svg"); }

/*
Custom style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  margin: 40px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wp-pagenavi span.pages {
  margin-right: 20px;
  display: none; }

.wp-pagenavi a, .wp-pagenavi span:not(.pages) {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  width: 28px;
  line-height: 1em;
  aspect-ratio: 1 / 1;
  margin: 0 4px;
  color: #000000; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000; }

.wp-pagenavi span.current {
  color: black; }

.uoc-code-redemption__message--error,
.codeRedeemForm__preview--error {
  padding: 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #ffcccc;
  color: #000000;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px; }

.codeRedeemForm__preview--error {
  display: block !important; }

.codeRedeemForm__preview--success-code {
  padding: 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #dff5f2;
  color: #000000;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px; }

.uoc-code-redemption__message--success {
  padding: 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #dff5f2;
  color: #000000;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px; }

#codeRedeemForm .uoc-code-redemption__label {
  display: none; }

#codeRedeemForm .uoc-code-redemption__field {
  border-radius: 30px;
  padding: 0 20px !important;
  height: 42px;
  font-size: 14px;
  border-color: #dcdcdc; }

#codeRedeemForm .uoc-code-redemption__submit-button {
  max-width: 300px;
  width: 100%; }

.icon-whatsapp {
  background-image: url("../img/icon/icon-reedem-whatsapp.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-envelope {
  background-image: url("../img/icon/icon-reedem-email.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.remedia-automator-codes {
  padding: 40px;
  -webkit-box-shadow: 0 0 15px 0 rgba(47, 52, 97, 0.2);
          box-shadow: 0 0 15px 0 rgba(47, 52, 97, 0.2); }
  @media (max-width: 575.98px) {
    .remedia-automator-codes {
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .remedia-automator-codes table.shop_table, .remedia-automator-codes table.shop_table tbody {
      display: block;
      width: 100%; }
    .remedia-automator-codes table.shop_table tr {
      display: grid;
      width: 100%; }
      .remedia-automator-codes table.shop_table tr td {
        width: 100%;
        border: 0;
        padding: 0 !important; }
        .remedia-automator-codes table.shop_table tr td:last-child {
          border-bottom: 1px solid #dcdcdc;
          text-align: left !important; }
          .remedia-automator-codes table.shop_table tr td:last-child .justify-content-sm-end {
            margin-bottom: 13px; } }
  .remedia-automator-codes table.shop_table td {
    font-size: 12px; }
  .remedia-automator-codes table.shop_table .course-card__meter {
    margin-bottom: 10px;
    background: #efefef !important; }

body .swal2-popup {
  padding: 40px !important; }
  body .swal2-popup .swal2-input-label {
    font-size: 12px; }
  body .swal2-popup .swal2-input {
    border-radius: 30px;
    padding: 0 20px !important;
    height: 42px;
    font-size: 14px;
    border-color: #dcdcdc !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body .swal2-popup .swal2-actions button {
    display: inline-block;
    background-color: #f8485e;
    color: white;
    padding: 8px 25px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #f8485e;
    min-width: 100px;
    -webkit-transition: ease-in-out 0.4s all;
    transition: ease-in-out 0.4s all; }
    body .swal2-popup .swal2-actions button.swal2-cancel {
      background: none !important;
      color: #f8485e; }
      body .swal2-popup .swal2-actions button.swal2-cancel:hover {
        background-color: #f8485e !important;
        color: white; }

.codeRedeemForm__preview--loaded {
  display: block !important;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  max-width: 300px; }
  .codeRedeemForm__preview--loaded .image-card {
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin-bottom: 17px; }
    .codeRedeemForm__preview--loaded .image-card img {
      width: 100%; }
  .codeRedeemForm__preview--loaded h4.codeRedeemForm__preview--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 22px; }

.btn-login {
  width: 100%;
  max-width: 300px; }

#scrollup {
  position: fixed;
  top: 40px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.25s ease-out, z-index 0.25s ease;
  transition: opacity 0.25s ease-out, z-index 0.25s ease; }
  #scrollup.visible {
    z-index: 500;
    opacity: 1; }
  #scrollup a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out; }
    #scrollup a i {
      font-size: 18px; }
  @media (max-width: 767px) {
    #scrollup {
      top: 30px;
      right: 30px; } }

footer {
  background: #020202; }
  footer * {
    color: white; }
  footer .widget {
    width: 25%;
    display: inline-block; }
    footer .widget:first-child {
      width: 50%;
      padding-right: 10%; }
    footer .widget:nth-child(2) {
      width: 20%;
      margin-left: 0; }
    footer .widget .widgettitle {
      margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      footer .widget {
        width: 50% !important;
        margin-bottom: 2rem; }
        footer .widget:first-child {
          width: 100% !important; }
        footer .widget:last-child {
          margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      footer .widget {
        width: 100% !important; } }
  footer h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  footer .menu {
    list-style: none;
    padding: 0; }
    footer .menu li {
      margin-bottom: 5px; }
      footer .menu li a {
        font-size: 15px;
        display: block; }
        @media (max-width: 767.98px) {
          footer .menu li a {
            font-size: 14px; } }
        footer .menu li a:hover {
          color: #fff;
          opacity: 0.7; }
  footer p, footer .ld-tabs-content p, .ld-tabs-content footer p,
  footer .ld-tabs-content li, .ld-tabs-content footer li,
  footer .text-editor p, .text-editor footer p,
  footer .text-editor li, .text-editor footer li {
    font-size: 14px;
    line-height: 1.8; }
  footer .social a i {
    font-size: 25px; }
  footer .footer-bottom {
    background: #f8485e; }
    footer .footer-bottom small {
      font-size: 13px; }

#scrollup {
  position: fixed;
  top: 40px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.25s ease-out, z-index 0.25s ease;
  transition: opacity 0.25s ease-out, z-index 0.25s ease; }
  #scrollup.visible {
    z-index: 500;
    opacity: 1; }
  #scrollup a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out; }
    #scrollup a i {
      font-size: 18px; }
  @media (max-width: 767px) {
    #scrollup {
      top: 30px;
      right: 30px; } }

footer {
  background: #020202; }
  footer * {
    color: white; }
  footer .widget {
    width: 25%;
    display: inline-block; }
    footer .widget:first-child {
      width: 50%;
      padding-right: 10%; }
    footer .widget:nth-child(2) {
      width: 20%;
      margin-left: 0; }
    footer .widget .widgettitle {
      margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      footer .widget {
        width: 50% !important;
        margin-bottom: 2rem; }
        footer .widget:first-child {
          width: 100% !important; }
        footer .widget:last-child {
          margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      footer .widget {
        width: 100% !important; } }
  footer h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  footer .menu {
    list-style: none;
    padding: 0; }
    footer .menu li {
      margin-bottom: 5px; }
      footer .menu li a {
        font-size: 15px;
        display: block; }
        @media (max-width: 767.98px) {
          footer .menu li a {
            font-size: 14px; } }
        footer .menu li a:hover {
          color: #fff;
          opacity: 0.7; }
  footer p, footer .ld-tabs-content p, .ld-tabs-content footer p,
  footer .ld-tabs-content li, .ld-tabs-content footer li,
  footer .text-editor p, .text-editor footer p,
  footer .text-editor li, .text-editor footer li {
    font-size: 14px;
    line-height: 1.8; }
  footer .social a i {
    font-size: 25px; }
  footer .footer-bottom {
    background: #f8485e; }
    footer .footer-bottom small {
      font-size: 13px; }

.notification-breadcrumb {
  background-color: #f8485e;
  padding: 11px 0; }
  @media (max-width: 575.98px) {
    .notification-breadcrumb {
      padding: 11px 0;
      font-size: 13px; } }

.notification-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .notification-breadcrumb__list i.fa-angle-right {
    font-size: 16px; }
  .notification-breadcrumb__list p,
  .notification-breadcrumb__list .ld-tabs-content li, .ld-tabs-content .notification-breadcrumb__list li,
  .notification-breadcrumb__list .text-editor li, .text-editor .notification-breadcrumb__list li {
    margin: 0; }
  .notification-breadcrumb__list a {
    color: white;
    text-decoration: underline; }
  .notification-breadcrumb__list i {
    font-size: 20px; }
  .notification-breadcrumb__list > span,
  .notification-breadcrumb__list > p,
  .ld-tabs-content .notification-breadcrumb__list > p,
  .ld-tabs-content .notification-breadcrumb__list > li,
  .text-editor .notification-breadcrumb__list > p,
  .text-editor .notification-breadcrumb__list > li,
  .notification-breadcrumb__list > a {
    display: inline-block;
    margin-right: 12px;
    color: white;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .notification-breadcrumb__list > span,
      .notification-breadcrumb__list > p,
      .ld-tabs-content .notification-breadcrumb__list > p,
      .ld-tabs-content .notification-breadcrumb__list > li,
      .text-editor .notification-breadcrumb__list > p,
      .text-editor .notification-breadcrumb__list > li,
      .notification-breadcrumb__list > a {
        font-size: 13px; } }

.notice-interessi {
  background-color: #f2f2f2;
  padding: 40px 10%;
  text-align: center;
  margin-bottom: 40px; }
  .notice-interessi h2 {
    color: black; }

.product-type-grouped + #trustpilot-widget-trustbox-0-wrapper {
  display: none; }

.product-type-grouped .breadcrumb {
  display: none; }

.abbonamento-wrapper {
  max-width: 640px;
  margin: 0 auto;
  z-index: 10; }
  .abbonamento-wrapper .form-switch {
    min-width: 110px; }
  .abbonamento-wrapper #button-add {
    text-align: center; }
  .abbonamento-wrapper .single_add_to_cart_button {
    width: auto;
    margin: 0 auto; }
    .abbonamento-wrapper .single_add_to_cart_button:hover {
      padding-left: 30px;
      padding-right: 30px; }

.abbonamento-grid {
  display: grid;
  gap: 1rem; }

.abbonamento-grid__item {
  background-color: #ffffff26;
  min-height: 115px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
  .abbonamento-grid__item del {
    text-decoration: line-through; }
  .abbonamento-grid__item:hover {
    cursor: pointer; }
    @media (min-width: 992px) {
      .abbonamento-grid__item:hover {
        -webkit-box-shadow: 0 0 0 3px #f8485e;
                box-shadow: 0 0 0 3px #f8485e; } }

.abbonamento-grid__item--promo {
  color: black; }

.abbonamento-grid-2 {
  grid-template-columns: 1fr; }

@media screen and (min-width: 992px) {
  .abbonamento-grid-4 {
    grid-template-columns: 1fr 1fr; }
    .abbonamento-grid-4 .abbonamento-grid__item {
      min-height: 155px; } }

.abbonamento-grid__promo_over {
  position: absolute;
  top: -16px;
  left: 0;
  border-radius: 3px; }

.abbonamento-grid__item__checkbox {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .abbonamento-grid__item__checkbox input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border-radius: 10px; }

.abbonamento-wrapper__device-left {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 16vw; }
  @media (max-width: 991px) {
    .abbonamento-wrapper__device-left {
      display: none; } }
  .abbonamento-wrapper__device-left img {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .abbonamento-wrapper__device-left img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.abbonamento-wrapper__device-right {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 16vw;
  z-index: 1; }
  @media (max-width: 991px) {
    .abbonamento-wrapper__device-right {
      display: none; } }
  .abbonamento-wrapper__device-right img {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .abbonamento-wrapper__device-right img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

label.checked:not(.has-custom-bg) .abbonamento-grid__item {
  background-color: white !important; }
  label.checked:not(.has-custom-bg) .abbonamento-grid__item .abbonamento-grid__item__title {
    color: #f8485e !important; }
  label.checked:not(.has-custom-bg) .abbonamento-grid__item .abbonamento-grid__item__price {
    color: black !important; }
  label.checked:not(.has-custom-bg) .abbonamento-grid__item .abbonamento-grid__item__summary span {
    color: black !important; }

.abbonamento-grid-4 .hide-on-small-card {
  display: none !important; }

@media (max-width: 992px) {
  .hide-on-small-card {
    display: none !important; } }

.eventiopen__filter__item.active {
  color: #483698; }

.archive--eventiopen__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .archive--eventiopen__item img {
    width: 400px;
    height: auto;
    max-width: 100%;
    aspect-ratio: 400 / 200;
    background-color: #e2e2e2 !important;
    -o-object-fit: cover;
       object-fit: cover; }
  .archive--eventiopen__item-badge {
    top: 35px;
    left: 0;
    position: absolute;
    background: #000000;
    color: white;
    font-weight: bold;
    z-index: 10;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-align: center; }
  .archive--eventiopen__item h3 {
    margin: 0;
    font-size: 18px;
    height: 45px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .archive--eventiopen__item p,
  .archive--eventiopen__item .ld-tabs-content li, .ld-tabs-content .archive--eventiopen__item li,
  .archive--eventiopen__item .text-editor li, .text-editor .archive--eventiopen__item li {
    font-size: 14px;
    color: #c2c2c2; }
  .archive--eventiopen__item ul {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0;
    margin: 12px 0 24px 0;
    font-size: 13px;
    text-transform: uppercase; }
    .archive--eventiopen__item ul .eventiopen__item__date__time {
      color: #c2c2c2; }
  .archive--eventiopen__item .eventiopen__item__details {
    font-weight: bold; }
  .archive--eventiopen__item.coming a {
    pointer-events: none; }

.evento-open__loop__message {
  padding: 1em;
  background-color: #ffe69b;
  border: 1px solid #ffcd35; }
  .evento-open__loop__message p,
  .evento-open__loop__message .ld-tabs-content li, .ld-tabs-content .evento-open__loop__message li,
  .evento-open__loop__message .text-editor li, .text-editor .evento-open__loop__message li {
    color: #ce9b00;
    margin: 0;
    font-size: 14px; }
  .evento-open__loop__message.evento-open__loop__message--success {
    background-color: #7de47d;
    border: 1px solid #2bd02b; }
    .evento-open__loop__message.evento-open__loop__message--success p,
    .evento-open__loop__message.evento-open__loop__message--success .ld-tabs-content li, .ld-tabs-content .evento-open__loop__message.evento-open__loop__message--success li,
    .evento-open__loop__message.evento-open__loop__message--success .text-editor li, .text-editor .evento-open__loop__message.evento-open__loop__message--success li {
      color: #1a7b1a; }

.nav-pills.nav-pills--open .nav-link.active {
  color: #483698;
  border-color: #483698 !important; }

.nav-pills {
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 3rem; }
  .nav-pills .nav-link {
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    display: block;
    color: #000000;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .nav-pills .nav-link {
        font-size: 14px; } }
    .nav-pills .nav-link.active {
      background: transparent;
      color: #f8485e;
      border-color: #f8485e !important; }

.evento-open .evento-open__image {
  position: relative; }
  .evento-open .evento-open__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 200;
    background-color: #e2e2e2 !important;
    -o-object-fit: cover;
       object-fit: cover; }

.evento-open .evento-open__sidebar {
  padding: 2rem; }
  .evento-open .evento-open__sidebar ul.summary-details li {
    margin-bottom: 15px;
    position: relative;
    font-size: 15px; }

.evento-open .evento-open__sidebar__message {
  padding: 1em;
  background-color: #ffe69b;
  border: 1px solid #ffcd35; }
  .evento-open .evento-open__sidebar__message p,
  .evento-open .evento-open__sidebar__message .ld-tabs-content li, .ld-tabs-content .evento-open .evento-open__sidebar__message li,
  .evento-open .evento-open__sidebar__message .text-editor li, .text-editor .evento-open .evento-open__sidebar__message li {
    color: #ce9b00;
    margin: 0;
    font-size: 14px; }
  .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success {
    background-color: #7de47d;
    border: 1px solid #2bd02b; }
    .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success p,
    .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success .ld-tabs-content li, .ld-tabs-content .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success li,
    .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success .text-editor li, .text-editor .evento-open .evento-open__sidebar__message.evento-open__sidebar__message--success li {
      color: #1a7b1a; }

.evento-open .docente ul li a {
  font-size: 13px;
  color: #838383; }
  .evento-open .docente ul li a i {
    font-size: 15px;
    color: #f8485e;
    margin-right: 5px; }

.evento-open .socializer {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 10; }
  .evento-open .socializer button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .evento-open .socializer button {
        font-size: 13px; } }
    .evento-open .socializer button:after {
      content: none; }
    .evento-open .socializer button i {
      font-size: 30px;
      text-decoration: none !important;
      height: 35px; }
    .evento-open .socializer button:hover span {
      text-decoration: underline; }
  .evento-open .socializer .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 12px 20px 15px;
    min-width: 200px;
    left: -60px !important;
    top: 10px !important; }
    @media (max-width: 767.98px) {
      .evento-open .socializer .dropdown-menu {
        left: 0 !important; } }
    .evento-open .socializer .dropdown-menu.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .evento-open .socializer .dropdown-menu a {
      color: #6b6b6b;
      margin: 0 10px; }
      .evento-open .socializer .dropdown-menu a i {
        font-size: 14px; }

.hero {
  position: relative;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero.hero-low {
    min-height: 400px; }
  @media (max-width: 575.98px) {
    .hero {
      min-height: 400px; } }
  .hero:before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .hero .container {
    position: relative;
    z-index: 10; }
  .hero .logos {
    max-width: 100%;
    max-height: 55px; }
  .hero h1 {
    font-size: 55px;
    line-height: 1.2em;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .hero h1 {
        font-size: 40px;
        line-height: 1.3; } }
    @media (max-width: 575.98px) {
      .hero h1 {
        font-size: 35px; } }
  .hero p,
  .hero .ld-tabs-content li, .ld-tabs-content .hero li,
  .hero .text-editor li, .text-editor .hero li {
    font-weight: 500 !important; }
    @media (max-width: 575.98px) {
      .hero p,
      .hero .ld-tabs-content li, .ld-tabs-content .hero li,
      .hero .text-editor li, .text-editor .hero li {
        font-size: 15px; } }
  .hero .btn {
    width: 100%;
    max-width: 300px; }

.similar-to-products {
  overflow: hidden; }

.swiper-category-line.slick-slider .slick-track,
.swiper-category-line.slick-slider .slick-list {
  overflow: visible !important; }

.swiper-container {
  height: 305px !important; }

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

.swiper-courses .slick-slider .slick-track,
.swiper-courses .slick-slider .slick-list {
  overflow: visible !important;
  margin: 0; }

.swiper-courses button.slick-arrow {
  text-indent: -9999px !important;
  color: transparent;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 1px solid #f8485e;
  bottom: -80px;
  position: absolute; }
  @media (max-width: 575.98px) {
    .swiper-courses button.slick-arrow {
      width: 45px;
      height: 45px; } }
  .swiper-courses button.slick-arrow:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    display: block;
    background-repeat: no-repeat; }
    @media (max-width: 575.98px) {
      .swiper-courses button.slick-arrow:before {
        background-size: 18px; } }
  .swiper-courses button.slick-arrow.slick-prev {
    left: 43%; }
    @media (max-width: 991.98px) {
      .swiper-courses button.slick-arrow.slick-prev {
        left: 40%; } }
    @media (max-width: 767.98px) {
      .swiper-courses button.slick-arrow.slick-prev {
        left: 35%; } }
    @media (max-width: 575.98px) {
      .swiper-courses button.slick-arrow.slick-prev {
        left: 30%; } }
    .swiper-courses button.slick-arrow.slick-prev:before {
      background-image: url("../img/icon/icon-arrow-left.svg"); }
  .swiper-courses button.slick-arrow.slick-next {
    right: 43%; }
    @media (max-width: 991.98px) {
      .swiper-courses button.slick-arrow.slick-next {
        right: 40%; } }
    @media (max-width: 767.98px) {
      .swiper-courses button.slick-arrow.slick-next {
        right: 35%; } }
    @media (max-width: 575.98px) {
      .swiper-courses button.slick-arrow.slick-next {
        right: 30%; } }
    .swiper-courses button.slick-arrow.slick-next:before {
      background-image: url("../img/icon/icon-arrow-right.svg"); }

.swiper-courses p.h3,
.swiper-courses .ld-tabs-content li.h3, .ld-tabs-content .swiper-courses li.h3,
.swiper-courses .text-editor li.h3, .text-editor .swiper-courses li.h3 {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  border: 0;
  border-left: 3px solid #1d1d1f; }

@media (max-width: 767.98px) {
  .swiper-reviews .slick-list {
    overflow: visible; } }

.swiper-reviews .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.swiper-reviews .slick-slide {
  height: inherit !important; }

.swiper-reviews strong {
  font-size: 16px; }

.swiper-reviews p,
.swiper-reviews .ld-tabs-content li, .ld-tabs-content .swiper-reviews li,
.swiper-reviews .text-editor li, .text-editor .swiper-reviews li {
  font-size: 13px;
  color: #838383; }

.swiper-reviews blockquote {
  font-size: 13px;
  clear: both;
  margin-top: 20px;
  padding: 0 30px;
  position: relative; }
  .swiper-reviews blockquote:before {
    font-family: "Font Awesome 6 Sharp";
    content: "\f10d";
    color: #f8485e;
    top: -5px;
    left: 0;
    position: absolute;
    font-size: 20px; }
  .swiper-reviews blockquote:after {
    font-family: "Font Awesome 6 Sharp";
    content: "\f10e";
    color: #f8485e;
    bottom: -5px;
    right: 0;
    position: absolute;
    font-size: 20px; }

.swiper-reviews .swiper-button-next {
  right: -60px; }
  @media (max-width: 991.98px) {
    .swiper-reviews .swiper-button-next {
      display: none !important; } }

.swiper-reviews .swiper-button-prev {
  left: -60px; }
  @media (max-width: 991.98px) {
    .swiper-reviews .swiper-button-prev {
      display: none !important; } }

@media (max-width: 767.98px) {
  .slider-upsells,
  .slider-related {
    overflow: hidden; }
    .slider-upsells .slick-list,
    .slider-related .slick-list {
      overflow: visible; } }

.slider-upsells .slick-list .slick-track,
.swiper-courses .slick-list .slick-track,
.slider-related .slick-list .slick-track {
  margin: 0; }

.slider-upsells .slick-list .swiper-slide,
.swiper-courses .slick-list .swiper-slide,
.slider-related .slick-list .swiper-slide {
  padding-right: 30px; }

@media (max-width: 767.98px) {
  .slider-upsells .swiper-slide,
  .swiper-courses .swiper-slide,
  .slider-related .swiper-slide {
    width: 380px !important; } }

@media (max-width: 480px) {
  .slider-upsells .swiper-slide,
  .swiper-courses .swiper-slide,
  .slider-related .swiper-slide {
    width: 300px !important; } }

.slider-related .slick-list .swiper-slide {
  padding-left: 15px;
  padding-right: 15px; }

.slider-upsells,
.slider-related {
  background: #f8485e; }
  .slider-upsells *,
  .slider-related * {
    color: white !important; }
  .slider-upsells .swiper-slide .product,
  .slider-related .swiper-slide .product {
    margin-bottom: 0; }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit; }

iframe[suppressedsrc].blocked {
  background-color: #f2f2f2;
  background-image: url("../../dist/img/vimeo-iub-placeholder-edulia.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; }

.vimeo-iframe__message-on-end {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.message-shown .vimeo-iframe__message-on-end {
  max-height: 500px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in; }

.page-template-page-template-tiktok .tiktok-header {
  background: #000;
  height: 75px; }
  @media (max-width: 575.98px) {
    .page-template-page-template-tiktok .tiktok-header .container {
      max-width: none;
      padding: 0 10px; } }
  .page-template-page-template-tiktok .tiktok-header .tiktok-logo {
    height: 45px; }
    @media (max-width: 991.98px) {
      .page-template-page-template-tiktok .tiktok-header .tiktok-logo {
        height: 30px; } }
    @media (max-width: 575.98px) {
      .page-template-page-template-tiktok .tiktok-header .tiktok-logo {
        height: 20px; } }
  .page-template-page-template-tiktok .tiktok-header .col-auto {
    border-left: 1px solid #727272;
    margin-right: 3rem;
    padding-left: 3rem; }
    @media (max-width: 991.98px) {
      .page-template-page-template-tiktok .tiktok-header .col-auto {
        margin-right: 1rem;
        padding-left: 1rem; } }
    .page-template-page-template-tiktok .tiktok-header .col-auto:first-child {
      border: 0; }
  .page-template-page-template-tiktok .tiktok-header .custom-logo-link {
    overflow: hidden; }
    .page-template-page-template-tiktok .tiktok-header .custom-logo-link img {
      max-height: 45px;
      width: auto;
      height: auto;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .page-template-page-template-tiktok .tiktok-header .custom-logo-link img {
          max-height: 30px; } }
      @media (max-width: 575.98px) {
        .page-template-page-template-tiktok .tiktok-header .custom-logo-link img {
          max-height: 20px; } }
  .page-template-page-template-tiktok .tiktok-header .treccani-logo {
    overflow: hidden; }
    .page-template-page-template-tiktok .tiktok-header .treccani-logo img {
      max-height: 30px;
      width: auto;
      height: auto;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .page-template-page-template-tiktok .tiktok-header .treccani-logo img {
          max-height: 20px; } }
      @media (max-width: 575.98px) {
        .page-template-page-template-tiktok .tiktok-header .treccani-logo img {
          max-height: 15px; } }

.page-template-page-template-tiktok .page--modular * {
  font-family: "Proxima Nova Rg", sans-serif; }

.page-template-page-template-tiktok .hero {
  height: 80vh;
  margin-bottom: -60px;
  padding-bottom: 80px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-position: center right; }
  @media (max-width: 575.98px) {
    .page-template-page-template-tiktok .hero {
      padding: 80px 0 120px;
      height: auto;
      min-height: 60vh; } }
  .page-template-page-template-tiktok .hero:before {
    content: none; }
  .page-template-page-template-tiktok .hero h1 {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 2rem;
    font-family: "Sofia Pro", serif;
    letter-spacing: -2px; }
    @media (max-width: 575.98px) {
      .page-template-page-template-tiktok .hero h1 {
        font-size: 3rem;
        line-height: 3.5rem; }
        .page-template-page-template-tiktok .hero h1 br {
          display: none; } }
  .page-template-page-template-tiktok .hero p,
  .page-template-page-template-tiktok .hero .ld-tabs-content li, .ld-tabs-content .page-template-page-template-tiktok .hero li,
  .page-template-page-template-tiktok .hero .text-editor li, .text-editor .page-template-page-template-tiktok .hero li {
    font-size: 4rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
    font-family: "Proxima Nova Rg", sans-serif;
    letter-spacing: -1px; }
    @media (max-width: 767.98px) {
      .page-template-page-template-tiktok .hero p,
      .page-template-page-template-tiktok .hero .ld-tabs-content li, .ld-tabs-content .page-template-page-template-tiktok .hero li,
      .page-template-page-template-tiktok .hero .text-editor li, .text-editor .page-template-page-template-tiktok .hero li {
        font-size: 2rem;
        line-height: 2.8rem; }
        .page-template-page-template-tiktok .hero p br, .page-template-page-template-tiktok .hero .ld-tabs-content li br, .ld-tabs-content .page-template-page-template-tiktok .hero li br, .page-template-page-template-tiktok .hero .text-editor li br, .text-editor .page-template-page-template-tiktok .hero li br {
          display: none; } }
  .page-template-page-template-tiktok .hero h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400; }
    @media (max-width: 575.98px) {
      .page-template-page-template-tiktok .hero h3 {
        font-size: 18px; } }

.page-template-page-template-tiktok .tiktok-course {
  background: #fe2c55;
  border-radius: 60px;
  z-index: 1;
  position: relative; }
  .page-template-page-template-tiktok .tiktok-course h2 {
    font-size: 3rem;
    font-family: "Sofia Pro", serif; }
    @media (max-width: 575.98px) {
      .page-template-page-template-tiktok .tiktok-course h2 {
        font-size: 2rem;
        line-height: 2rem; } }
  .page-template-page-template-tiktok .tiktok-course--img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .page-template-page-template-tiktok .tiktok-course--title {
    left: 0;
    bottom: -30px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .page-template-page-template-tiktok .tiktok-course--title span {
      max-width: 80%;
      background: #01f8ed;
      border-radius: 30px;
      overflow: hidden;
      color: black;
      font-size: 20px;
      line-height: 20px;
      min-height: 60px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 20px;
      font-weight: bold;
      font-family: "Sofia Pro", serif; }
      @media (max-width: 575.98px) {
        .page-template-page-template-tiktok .tiktok-course--title span {
          font-size: 17px; } }

.page-template-page-template-tiktok .tiktok-banner {
  border-radius: 30px;
  overflow: hidden;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-template-page-template-tiktok .tiktok-banner h5 {
    font-family: "Sofia Pro", serif; }
  .page-template-page-template-tiktok .tiktok-banner .button, .page-template-page-template-tiktok .tiktok-banner input[type="button"], .page-template-page-template-tiktok .tiktok-banner #review_form .form-submit input.submit, #review_form .form-submit .page-template-page-template-tiktok .tiktok-banner input.submit {
    background-color: #01f8ed;
    color: black;
    border-radius: 10px !important;
    font-size: 14px;
    text-transform: none; }
    .page-template-page-template-tiktok .tiktok-banner .button:hover, .page-template-page-template-tiktok .tiktok-banner input:hover[type="button"], .page-template-page-template-tiktok .tiktok-banner #review_form .form-submit input.submit:hover, #review_form .form-submit .page-template-page-template-tiktok .tiktok-banner input.submit:hover {
      background-color: #78fff9; }

.page-template-page-template-homepage .tiktok-banner {
  overflow: hidden;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0; }
  .page-template-page-template-homepage .tiktok-banner h5 {
    font-size: 1.5rem; }

.tiktok-product .woocommerce-loop-product__cat {
  text-transform: none !important; }

.product.type-product img.tiktok-logo {
  height: 22px !important;
  width: auto !important;
  position: absolute;
  top: 15px;
  right: 15px; }

.tiktok-zero {
  display: inline-block;
  position: relative;
  width: 4.5rem;
  height: 7rem;
  top: -1.5rem; }
  @media (max-width: 575.98px) {
    .tiktok-zero {
      width: 3rem;
      height: 3rem;
      top: -1rem; } }

.tiktok-infinite {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 6rem;
  top: -0.5rem; }
  @media (max-width: 575.98px) {
    .tiktok-infinite {
      width: 6rem;
      height: 3.5rem;
      top: -0.75rem; } }

.tiktok-back {
  color: white; }
  @media screen and (max-width: 992px) {
    .tiktok-back {
      color: #f8485e; } }

.page-template-page-template-komen .page--modular h2 strong {
  color: #c8277d; }

@media (max-width: 991.98px) {
  .page-template-page-template-komen .page--modular h2 {
    font-size: 24px;
    line-height: 32px; } }

.page-template-page-template-komen .page--modular .my-komen {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .page--modular .my-komen {
      margin: 40px 0; } }

.page-template-page-template-komen .page--modular .my-komen-lg {
  margin: 100px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .page--modular .my-komen-lg {
      margin: 50px 0; } }

.page-template-page-template-komen .page--modular .mt-komen-lg {
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .page--modular .mt-komen-lg {
      margin-top: 50px; } }

.page-template-page-template-komen .page--modular .mb-komen-lg {
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .page--modular .mb-komen-lg {
      margin-bottom: 50px; } }

.page-template-page-template-komen .partneship {
  max-height: 80px;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .page-template-page-template-komen .modular-block--text-bg-image {
    background-position: left center !important; } }

.page-template-page-template-komen .modular-block--text-bg-image .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.page-template-page-template-komen .modular-block--text-bg-image h1 {
  color: white; }
  @media (min-width: 992px) {
    .page-template-page-template-komen .modular-block--text-bg-image h1 {
      font-size: 64px;
      line-height: 72px; } }
  .page-template-page-template-komen .modular-block--text-bg-image h1 strong {
    color: #6B1140; }

.page-template-page-template-komen .modular-block--text-bg-image p,
.page-template-page-template-komen .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-komen .modular-block--text-bg-image li,
.page-template-page-template-komen .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-komen .modular-block--text-bg-image li {
  color: white; }
  @media (min-width: 768px) {
    .page-template-page-template-komen .modular-block--text-bg-image p,
    .page-template-page-template-komen .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-komen .modular-block--text-bg-image li,
    .page-template-page-template-komen .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-komen .modular-block--text-bg-image li {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .modular-block--text-bg-image p,
    .page-template-page-template-komen .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-komen .modular-block--text-bg-image li,
    .page-template-page-template-komen .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-komen .modular-block--text-bg-image li {
      font-size: 20px; } }

.page-template-page-template-komen .modular-block--text-bg-image a {
  color: white !important;
  background: #6B1140;
  border-radius: 50px;
  height: 55px;
  text-decoration: none !important;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .page-template-page-template-komen .modular-block--text-bg-image a {
      font-size: 24px; } }
  @media (max-width: 575.98px) {
    .page-template-page-template-komen .modular-block--text-bg-image a {
      font-size: 18px;
      height: auto;
      padding: 10px 15px;
      line-height: 22px; } }
  .page-template-page-template-komen .modular-block--text-bg-image a:hover {
    color: white !important;
    background-color: rgba(107, 17, 64, 0.8); }

.page-template-page-template-komen .modular-block--text-bg-image h1, .page-template-page-template-komen .modular-block--text-bg-image p,
.page-template-page-template-komen .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-komen .modular-block--text-bg-image li,
.page-template-page-template-komen .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-komen .modular-block--text-bg-image li, .page-template-page-template-komen .modular-block--text-bg-image .ratio {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-komen .modular-block--text-bg-image h1, .page-template-page-template-komen .modular-block--text-bg-image p,
    .page-template-page-template-komen .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-komen .modular-block--text-bg-image li,
    .page-template-page-template-komen .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-komen .modular-block--text-bg-image li, .page-template-page-template-komen .modular-block--text-bg-image .ratio {
      margin: 40px 0; } }

.komen-course {
  background: #1d1d1f;
  border-radius: 30px;
  margin-top: -30px;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .komen-course {
      padding: 50px 0; } }
  .komen-course h2 strong {
    color: #c8277d; }
  @media (max-width: 991.98px) {
    .komen-course h2 {
      font-size: 24px;
      line-height: 32px; } }
  .komen-course .komen-logo {
    height: 120px; }
    @media (max-width: 767.98px) {
      .komen-course .komen-logo {
        height: 70px; } }
  .komen-course .swiper-button-next,
  .komen-course .swiper-button-prev {
    bottom: 33%;
    top: auto; }
  .komen-course .slick-list {
    overflow: visible !important;
    margin: 0; }

.komen-course__card--img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .komen-course__card--img img {
    width: 100%; }
  @media (max-width: 575.98px) {
    .komen-course__card--img {
      height: 340px; }
      .komen-course__card--img img {
        height: 110%;
        width: auto;
        max-width: none; } }

.komen-course__card--title {
  left: 0;
  bottom: -30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 575.98px) {
    .komen-course__card--title {
      bottom: -40px; } }
  .komen-course__card--title h6 {
    width: 100%;
    max-width: 60%;
    border-radius: 35px;
    overflow: hidden;
    color: white;
    font-size: 18px;
    line-height: 20px;
    min-height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 30px;
    font-weight: bold;
    background: #c8277d; }
    @media (max-width: 575.98px) {
      .komen-course__card--title h6 {
        font-size: 16px;
        max-width: 90%;
        padding: 9px 20px; } }

.text-buddyjob {
  color: #421CA1; }

.bg-buddyjob {
  background-color: #421CA1; }

.bg-buddyjob-secondary {
  background-color: #FDCF00; }

a.btn.btn-buddyjob {
  padding: 26px 30px;
  border-radius: 35px; }

.page-template-page-template-buddyjob .page--modular h2 strong {
  color: #421CA1; }

@media (max-width: 991.98px) {
  .page-template-page-template-buddyjob .page--modular h2 {
    font-size: 24px;
    line-height: 32px; } }

.page-template-page-template-buddyjob .page--modular .my-buddyjob {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .page--modular .my-buddyjob {
      margin: 40px 0; } }

.page-template-page-template-buddyjob .page--modular .my-komen-lg {
  margin: 100px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .page--modular .my-komen-lg {
      margin: 50px 0; } }

.page-template-page-template-buddyjob .page--modular .mt-komen-lg {
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .page--modular .mt-komen-lg {
      margin-top: 50px; } }

.page-template-page-template-buddyjob .page--modular .mb-komen-lg {
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .page--modular .mb-komen-lg {
      margin-bottom: 50px; } }

.page-template-page-template-buddyjob .partneship {
  max-height: 75px;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .page-template-page-template-buddyjob .modular-block--text-bg-image {
    background-position: right top !important;
    background-color: #421CA1 !important;
    background-size: contain !important; }
    .page-template-page-template-buddyjob .modular-block--text-bg-image h1, .page-template-page-template-buddyjob .modular-block--text-bg-image .fs-2 {
      max-width: 80%;
      margin: auto; } }

.page-template-page-template-buddyjob .modular-block--text-bg-image .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.page-template-page-template-buddyjob .modular-block--text-bg-image h1 {
  color: white; }
  @media (min-width: 992px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image h1 {
      font-size: 64px;
      line-height: 72px; } }
  .page-template-page-template-buddyjob .modular-block--text-bg-image h1 strong {
    color: #FDCF00; }

.page-template-page-template-buddyjob .modular-block--text-bg-image p,
.page-template-page-template-buddyjob .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-buddyjob .modular-block--text-bg-image li,
.page-template-page-template-buddyjob .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-buddyjob .modular-block--text-bg-image li {
  color: white; }
  @media (min-width: 768px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image p,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-buddyjob .modular-block--text-bg-image li,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-buddyjob .modular-block--text-bg-image li {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image p,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-buddyjob .modular-block--text-bg-image li,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-buddyjob .modular-block--text-bg-image li {
      font-size: 20px; } }

.page-template-page-template-buddyjob .modular-block--text-bg-image a {
  color: white !important;
  background: #f8485e;
  border-radius: 50px;
  height: 55px;
  text-decoration: none !important;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image a {
      font-size: 24px; } }
  @media (max-width: 575.98px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image a {
      font-size: 18px;
      height: auto;
      padding: 10px 15px;
      line-height: 22px; } }
  .page-template-page-template-buddyjob .modular-block--text-bg-image a:hover {
    color: white !important;
    background-color: rgba(253, 207, 0, 0.8); }

.page-template-page-template-buddyjob .modular-block--text-bg-image h1, .page-template-page-template-buddyjob .modular-block--text-bg-image p,
.page-template-page-template-buddyjob .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-buddyjob .modular-block--text-bg-image li,
.page-template-page-template-buddyjob .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-buddyjob .modular-block--text-bg-image li, .page-template-page-template-buddyjob .modular-block--text-bg-image .ratio {
  margin: 35px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-buddyjob .modular-block--text-bg-image h1, .page-template-page-template-buddyjob .modular-block--text-bg-image p,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-buddyjob .modular-block--text-bg-image li,
    .page-template-page-template-buddyjob .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-buddyjob .modular-block--text-bg-image li, .page-template-page-template-buddyjob .modular-block--text-bg-image .ratio {
      margin: 20px 0; } }

.buddyjob-course {
  border-radius: 30px;
  margin-top: -30px;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .buddyjob-course {
      padding: 50px 0; } }
  .buddyjob-course h2 strong {
    color: #421CA1; }
  @media (max-width: 991.98px) {
    .buddyjob-course h2 {
      font-size: 24px;
      line-height: 32px; } }
  .buddyjob-course .buddyjob-logo {
    height: 120px; }
    @media (max-width: 767.98px) {
      .buddyjob-course .buddyjob-logo {
        height: 70px; } }
  .buddyjob-course .swiper-button-next,
  .buddyjob-course .swiper-button-prev {
    bottom: 33%;
    top: auto; }
  .buddyjob-course .slick-list {
    overflow: visible !important;
    margin: 0; }

.buddyjob-course__card--img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .buddyjob-course__card--img img {
    width: 100%; }
  @media (max-width: 575.98px) {
    .buddyjob-course__card--img {
      height: 340px; }
      .buddyjob-course__card--img img {
        height: 110%;
        width: auto;
        max-width: none; } }

.buddyjob-course__card--title {
  left: 0;
  bottom: -30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 575.98px) {
    .buddyjob-course__card--title {
      bottom: -40px; } }
  .buddyjob-course__card--title h6 {
    width: 100%;
    max-width: 60%;
    border-radius: 35px;
    overflow: hidden;
    color: white;
    font-size: 18px;
    line-height: 20px;
    min-height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 30px;
    font-weight: bold;
    background: #421CA1; }
    @media (max-width: 575.98px) {
      .buddyjob-course__card--title h6 {
        font-size: 16px;
        max-width: 90%;
        padding: 9px 20px; } }

@font-face {
  font-family: "OneNightExtended";
  src: url("../../dist/fonts/OneNightSans-Extended.woff2") format("woff2"), url("../../dist/fonts/OneNightSans-Extended.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OneNightExtended";
  src: url("../../dist/fonts/OneNightSans-ExtendedBlack.woff2") format("woff2"), url("../../dist/fonts/OneNightSans-ExtendedBlack.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OneNight";
  src: url("../../dist/fonts/OneNightSans-Medium.woff2") format("woff2"), url("../../dist/fonts/OneNightSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "OneNight";
  src: url("../../dist/fonts/OneNightSans-Black.woff2") format("woff2"), url("../../dist/fonts/OneNightSans-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.text-durex {
  color: #1a1672; }

.bg-durex {
  background-color: #1a1672; }

.bg-durex-secondary {
  background-color: #7f2fe8; }

a.btn.btn-durex {
  padding: 26px 30px;
  border-radius: 35px; }

.page-template-page-template-durex .page--modular {
  font-family: "OneNightExtended", sans-serif; }
  .page-template-page-template-durex .page--modular h2 strong {
    color: #1a1672; }
  @media (max-width: 991.98px) {
    .page-template-page-template-durex .page--modular h2 {
      font-size: 24px;
      line-height: 32px; } }
  .page-template-page-template-durex .page--modular .my-durex {
    margin: 75px 0; }
    @media (max-width: 767.98px) {
      .page-template-page-template-durex .page--modular .my-durex {
        margin: 40px 0; } }
  .page-template-page-template-durex .page--modular .my-komen-lg {
    margin: 100px 0; }
    @media (max-width: 767.98px) {
      .page-template-page-template-durex .page--modular .my-komen-lg {
        margin: 50px 0; } }
  .page-template-page-template-durex .page--modular .mt-komen-lg {
    margin-top: 100px; }
    @media (max-width: 767.98px) {
      .page-template-page-template-durex .page--modular .mt-komen-lg {
        margin-top: 50px; } }
  .page-template-page-template-durex .page--modular .mb-komen-lg {
    margin-bottom: 100px; }
    @media (max-width: 767.98px) {
      .page-template-page-template-durex .page--modular .mb-komen-lg {
        margin-bottom: 50px; } }

.page-template-page-template-durex .partneship {
  max-height: 80px;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .page-template-page-template-durex .modular-block--text-bg-image {
    background-position: left center !important; } }

.page-template-page-template-durex .modular-block--text-bg-image .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.page-template-page-template-durex .modular-block--text-bg-image h1 {
  color: white;
  font-weight: normal; }
  @media (min-width: 992px) {
    .page-template-page-template-durex .modular-block--text-bg-image h1 {
      font-size: 64px;
      line-height: 72px; } }

.page-template-page-template-durex .modular-block--text-bg-image p,
.page-template-page-template-durex .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-durex .modular-block--text-bg-image li,
.page-template-page-template-durex .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-durex .modular-block--text-bg-image li {
  font-family: "OneNight", serif;
  color: white; }
  @media (min-width: 768px) {
    .page-template-page-template-durex .modular-block--text-bg-image p,
    .page-template-page-template-durex .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-durex .modular-block--text-bg-image li,
    .page-template-page-template-durex .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-durex .modular-block--text-bg-image li {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .page-template-page-template-durex .modular-block--text-bg-image p,
    .page-template-page-template-durex .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-durex .modular-block--text-bg-image li,
    .page-template-page-template-durex .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-durex .modular-block--text-bg-image li {
      font-size: 20px; } }

.page-template-page-template-durex .modular-block--text-bg-image a {
  font-family: "OneNight", serif;
  color: white !important;
  background: #7f2fe8;
  border-radius: 50px;
  text-decoration: none !important;
  padding: 24px 60px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 32px; }
  @media (max-width: 575.98px) {
    .page-template-page-template-durex .modular-block--text-bg-image a {
      font-size: 18px;
      height: auto;
      padding: 10px 15px;
      line-height: 22px; } }
  .page-template-page-template-durex .modular-block--text-bg-image a:hover {
    color: white !important;
    background-color: rgba(127, 47, 232, 0.8); }

.page-template-page-template-durex .modular-block--text-bg-image h1, .page-template-page-template-durex .modular-block--text-bg-image p,
.page-template-page-template-durex .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-durex .modular-block--text-bg-image li,
.page-template-page-template-durex .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-durex .modular-block--text-bg-image li,
.page-template-page-template-durex .modular-block--text-bg-image .ratio {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-durex .modular-block--text-bg-image h1, .page-template-page-template-durex .modular-block--text-bg-image p,
    .page-template-page-template-durex .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-durex .modular-block--text-bg-image li,
    .page-template-page-template-durex .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-durex .modular-block--text-bg-image li,
    .page-template-page-template-durex .modular-block--text-bg-image .ratio {
      margin: 40px 0; } }

.durex-course {
  background: #1a1672;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .durex-course {
      padding: 50px 0; } }
  .durex-course .durex-course__logo {
    display: none; }
    @media (min-width: 1200px) {
      .durex-course .durex-course__logo {
        display: block;
        position: absolute;
        top: -20px;
        left: -100px;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); } }
  .durex-course h2 {
    color: white;
    font-size: 48px;
    line-height: 56px;
    font-weight: normal; }
    @media (max-width: 991.98px) {
      .durex-course h2 {
        font-size: 24px;
        line-height: 32px; } }
  .durex-course .durex-logo {
    height: 120px; }
    @media (max-width: 767.98px) {
      .durex-course .durex-logo {
        height: 70px; } }
  .durex-course .swiper-button-next,
  .durex-course .swiper-button-prev {
    bottom: 33%;
    top: auto; }
  .durex-course .slick-list {
    overflow: visible !important;
    margin: 0; }

.durex-course__card--img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .durex-course__card--img img {
    width: 100%; }
  @media (max-width: 575.98px) {
    .durex-course__card--img {
      height: 340px; }
      .durex-course__card--img img {
        height: 110%;
        width: auto;
        max-width: none; } }

.durex-course__card--title {
  left: 0;
  bottom: -30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 575.98px) {
    .durex-course__card--title {
      bottom: -40px; } }
  .durex-course__card--title h6 {
    font-family: "OneNight", serif;
    width: 100%;
    max-width: 60%;
    border-radius: 35px;
    overflow: hidden;
    color: white;
    font-size: 22px;
    line-height: 26px;
    min-height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 30px;
    font-weight: bold;
    background: #f8485e; }
    @media (max-width: 575.98px) {
      .durex-course__card--title h6 {
        font-size: 16px;
        max-width: 90%;
        padding: 9px 20px; } }

.durex-percentuali .fs-2 p,
.durex-percentuali .fs-2 .ld-tabs-content li, .ld-tabs-content .durex-percentuali .fs-2 li,
.durex-percentuali .fs-2 .text-editor li, .text-editor .durex-percentuali .fs-2 li {
  font-size: 48px;
  line-height: 56px;
  color: #1a1672; }
  .durex-percentuali .fs-2 p strong, .durex-percentuali .fs-2 .ld-tabs-content li strong, .ld-tabs-content .durex-percentuali .fs-2 li strong, .durex-percentuali .fs-2 .text-editor li strong, .text-editor .durex-percentuali .fs-2 li strong {
    color: #7f2fe8; }

.durex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .durex-card .durex-card__image {
    border-radius: 40px; }
  .durex-card .durex-card__percent {
    text-align: center;
    font-size: 60px;
    line-height: 72px;
    color: #7f2fe8;
    font-weight: bold; }
    .durex-card .durex-card__percent small {
      font-size: 36px; }
  .durex-card .durex-card__text {
    font-family: "OneNight", serif;
    text-align: center; }
    .durex-card .durex-card__text p,
    .durex-card .durex-card__text .ld-tabs-content li, .ld-tabs-content .durex-card .durex-card__text li,
    .durex-card .durex-card__text .text-editor li, .text-editor .durex-card .durex-card__text li {
      font-size: 32px;
      line-height: 32px;
      color: #1a1672; }

.page-template-page-template-durex .banner-signup {
  font-family: "OneNight", serif; }
  .page-template-page-template-durex .banner-signup h3 {
    font-family: "OneNightExtended", sans-serif; }

.page-template-page-template-durex .banner-signup .banner-signup-img {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 30%;
  top: -40px;
  height: calc(100% + 40px); }

.text-elis {
  color: #0D2B40; }

.bg-elis {
  background-color: #0D2B40; }

.bg-elis-secondary {
  background-color: #169939; }

a.btn.btn-elis {
  padding: 26px 30px;
  border-radius: 35px; }

.page-template-page-template-elis .modular-col--ctas .button, .page-template-page-template-elis .modular-col--ctas input[type="button"], .page-template-page-template-elis .modular-col--ctas #review_form .form-submit input.submit, #review_form .form-submit .page-template-page-template-elis .modular-col--ctas input.submit {
  background-color: #169939;
  border-radius: 50px;
  border: 0;
  height: 50px; }
  .page-template-page-template-elis .modular-col--ctas .button:hover, .page-template-page-template-elis .modular-col--ctas input:hover[type="button"], .page-template-page-template-elis .modular-col--ctas #review_form .form-submit input.submit:hover, #review_form .form-submit .page-template-page-template-elis .modular-col--ctas input.submit:hover {
    color: white !important;
    background-color: rgba(22, 153, 57, 0.8); }

.page-template-page-template-elis .elis-numbers p,
.page-template-page-template-elis .elis-numbers .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .elis-numbers li,
.page-template-page-template-elis .elis-numbers .text-editor li, .text-editor .page-template-page-template-elis .elis-numbers li {
  font-weight: bold; }

.page-template-page-template-elis .elis-numbers p span, .page-template-page-template-elis .elis-numbers .ld-tabs-content li span, .ld-tabs-content .page-template-page-template-elis .elis-numbers li span, .page-template-page-template-elis .elis-numbers .text-editor li span, .text-editor .page-template-page-template-elis .elis-numbers li span {
  color: #169939;
  font-size: 70px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-template-page-template-elis .elis-numbers p span span, .page-template-page-template-elis .elis-numbers .ld-tabs-content li span span, .ld-tabs-content .page-template-page-template-elis .elis-numbers li span span, .page-template-page-template-elis .elis-numbers .text-editor li span span, .text-editor .page-template-page-template-elis .elis-numbers li span span {
    font-size: 20px; }

.page-template-page-template-elis .elis-numbers .label {
  margin: 0 auto;
  font-weight: bold; }

.page-template-page-template-elis .partneship {
  max-height: 75px;
  max-width: 100%; }

.page-template-page-template-elis .page--modular h2 strong {
  color: #169939; }

@media (max-width: 991.98px) {
  .page-template-page-template-elis .page--modular h2 {
    font-size: 24px;
    line-height: 32px; } }

.page-template-page-template-elis .page--modular .p-elis {
  padding: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .page--modular .p-elis {
      padding: 50px; } }

.page-template-page-template-elis .page--modular .my-elis {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .page--modular .my-elis {
      margin: 40px 0; } }

.page-template-page-template-elis .page--modular .my-elis-lg {
  margin: 100px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .page--modular .my-elis-lg {
      margin: 50px 0; } }

.page-template-page-template-elis .page--modular .mt-elis-lg {
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .page--modular .mt-elis-lg {
      margin-top: 50px; } }

.page-template-page-template-elis .page--modular .mb-elis-lg {
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .page--modular .mb-elis-lg {
      margin-bottom: 50px; } }

.page-template-page-template-elis .modular-block--text-bg-image {
  background-position: bottom !important; }
  @media (max-width: 767.98px) {
    .page-template-page-template-elis .modular-block--text-bg-image {
      background-position: center bottom !important; } }
  .page-template-page-template-elis .modular-block--text-bg-image .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .page-template-page-template-elis .modular-block--text-bg-image img {
    height: 75px !important;
    width: auto !important; }
  .page-template-page-template-elis .modular-block--text-bg-image h1 {
    color: white; }
    @media (min-width: 992px) {
      .page-template-page-template-elis .modular-block--text-bg-image h1 {
        font-size: 64px;
        line-height: 72px; } }
  .page-template-page-template-elis .modular-block--text-bg-image p,
  .page-template-page-template-elis .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .modular-block--text-bg-image li,
  .page-template-page-template-elis .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-elis .modular-block--text-bg-image li {
    color: white; }
    @media (min-width: 768px) {
      .page-template-page-template-elis .modular-block--text-bg-image p,
      .page-template-page-template-elis .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .modular-block--text-bg-image li,
      .page-template-page-template-elis .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-elis .modular-block--text-bg-image li {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .page-template-page-template-elis .modular-block--text-bg-image p,
      .page-template-page-template-elis .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .modular-block--text-bg-image li,
      .page-template-page-template-elis .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-elis .modular-block--text-bg-image li {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .page-template-page-template-elis .modular-block--text-bg-image p,
      .page-template-page-template-elis .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .modular-block--text-bg-image li,
      .page-template-page-template-elis .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-elis .modular-block--text-bg-image li {
        font-size: 16px; } }
  .page-template-page-template-elis .modular-block--text-bg-image a {
    color: white !important;
    background: #169939;
    border-radius: 50px;
    text-decoration: none !important;
    padding: 24px 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 575.98px) {
      .page-template-page-template-elis .modular-block--text-bg-image a {
        padding: 20px; } }
    .page-template-page-template-elis .modular-block--text-bg-image a:hover {
      color: white !important;
      background-color: rgba(22, 153, 57, 0.8); }
  .page-template-page-template-elis .modular-block--text-bg-image h1, .page-template-page-template-elis .modular-block--text-bg-image p,
  .page-template-page-template-elis .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-elis .modular-block--text-bg-image li,
  .page-template-page-template-elis .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-elis .modular-block--text-bg-image li,
  .page-template-page-template-elis .modular-block--text-bg-image .ratio {
    margin: 50px 0; }

.elis-course {
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .elis-course {
      padding: 50px 0; } }
  .elis-course h2 {
    font-size: 48px;
    line-height: 56px; }
    @media (max-width: 991.98px) {
      .elis-course h2 {
        font-size: 24px;
        line-height: 32px; } }

.elis-course__card img {
  border-radius: 25px;
  overflow: hidden;
  width: 100%; }

.elis-course__card h6 {
  font-weight: bold;
  color: #169939; }

.elis-course__card .button, .elis-course__card input[type="button"], .elis-course__card #review_form .form-submit input.submit, #review_form .form-submit .elis-course__card input.submit {
  width: 100%;
  background-color: #169939;
  border-radius: 50px;
  border: 0;
  height: 50px; }
  .elis-course__card .button:hover, .elis-course__card input:hover[type="button"], .elis-course__card #review_form .form-submit input.submit:hover, #review_form .form-submit .elis-course__card input.submit:hover {
    color: white !important;
    background-color: rgba(22, 153, 57, 0.8); }

.project-box {
  background-color: #169939;
  border-radius: 50px;
  padding: 100px; }
  .project-box * {
    color: white; }
  @media (max-width: 767.98px) {
    .project-box {
      padding: 50px;
      border-radius: 25px; } }
  @media (max-width: 767.98px) {
    .project-box {
      padding: 25px; } }

.media-elis span {
  color: #169939;
  font-weight: bold; }

.elis-calendar--card {
  padding: 30px;
  aspect-ratio: 1;
  border-radius: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(#169939), to(#0f9ad7));
  background: linear-gradient(0deg, #169939 0%, #0f9ad7 100%); }
  .elis-calendar--card * {
    color: white; }

.elis-calendar .row .col-md-4:first-child .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:first-child .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:first-child .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:first-child .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:first-child .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:first-child .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:first-child .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:first-child .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:first-child .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:first-child .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:first-child .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:first-child .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:first-child .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#119839), to(#109982));
  background: linear-gradient(0deg, #119839 0%, #109982 100%); }

.elis-calendar .row .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:nth-child(2) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:nth-child(2) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:nth-child(2) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:nth-child(2) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:nth-child(2) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:nth-child(2) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:nth-child(2) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:nth-child(2) .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#109968), to(#0f9aca));
  background: linear-gradient(0deg, #109968 0%, #0f9aca 100%); }

.elis-calendar .row .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:nth-child(3) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:nth-child(3) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:nth-child(3) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:nth-child(3) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:nth-child(3) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:nth-child(3) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:nth-child(3) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:nth-child(3) .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f9ab5), to(#147eb1));
  background: linear-gradient(0deg, #0f9ab5 0%, #147eb1 100%); }

.elis-calendar .row .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:nth-child(4) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:nth-child(4) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:nth-child(4) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:nth-child(4) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:nth-child(4) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:nth-child(4) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:nth-child(4) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:nth-child(4) .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#11984b), to(#0f9ab0));
  background: linear-gradient(0deg, #11984b 0%, #0f9ab0 100%); }

.elis-calendar .row .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:nth-child(5) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:nth-child(5) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:nth-child(5) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:nth-child(5) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:nth-child(5) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:nth-child(5) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:nth-child(5) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:nth-child(5) .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#109993), to(#128bc2));
  background: linear-gradient(0deg, #109993 0%, #128bc2 100%); }

.elis-calendar .row .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ul .col-md-4:nth-child(6) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .inpratica-course .inpratica-course__learn ol .col-md-4:nth-child(6) .elis-calendar--card, .inpratica-course .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ul .col-md-4:nth-child(6) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ul .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .inpratica-group .inpratica-course__learn ol .col-md-4:nth-child(6) .elis-calendar--card, .inpratica-group .inpratica-course__learn .elis-calendar ol .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ul .col-md-4:nth-child(6) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ul .col-md-4:nth-child(6) .elis-calendar--card, .elis-calendar .single-product .product__box--learn ol .col-md-4:nth-child(6) .elis-calendar--card, .single-product .product__box--learn .elis-calendar ol .col-md-4:nth-child(6) .elis-calendar--card {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f97d4), to(#186590));
  background: linear-gradient(0deg, #0f97d4 0%, #186590 100%); }

.text-animenta {
  color: #d94169; }

.text-animenta-accent {
  color: #162447; }

.gradient-animenta {
  background: -webkit-gradient(linear, right top, left top, from(#f8485e), to(#d94169));
  background: linear-gradient(to left, #f8485e, #d94169); }

.page-template-page-template-animenta .page--modular h2 strong {
  color: #162447; }

@media (max-width: 991.98px) {
  .page-template-page-template-animenta .page--modular h2 {
    font-size: 24px;
    line-height: 32px; } }

.page-template-page-template-animenta .page--modular .my-animenta {
  margin: 75px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-animenta .page--modular .my-animenta {
      margin: 40px 0; } }

.page-template-page-template-animenta .page--modular .my-animenta-lg {
  margin: 100px 0; }
  @media (max-width: 767.98px) {
    .page-template-page-template-animenta .page--modular .my-animenta-lg {
      margin: 50px 0; } }

.page-template-page-template-animenta .page--modular .mt-animenta-lg {
  margin-top: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-animenta .page--modular .mt-animenta-lg {
      margin-top: 50px; } }

.page-template-page-template-animenta .page--modular .mb-animenta-lg {
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .page-template-page-template-animenta .page--modular .mb-animenta-lg {
      margin-bottom: 50px; } }

.page-template-page-template-animenta .partneship {
  max-height: 80px;
  max-width: 100%; }

.page-template-page-template-animenta .modular-block--text-bg-image {
  position: relative;
  padding: 0 !important;
  background-position: left center !important; }
  .page-template-page-template-animenta .modular-block--text-bg-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#162447), to(#1d1d1f));
    background: linear-gradient(to bottom, #162447, #1d1d1f); }
  .page-template-page-template-animenta .modular-block--text-bg-image .container {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .page-template-page-template-animenta .modular-block--text-bg-image h1 {
    color: white; }
    @media (min-width: 992px) {
      .page-template-page-template-animenta .modular-block--text-bg-image h1 {
        font-size: 64px;
        line-height: 72px; } }
    .page-template-page-template-animenta .modular-block--text-bg-image h1 strong {
      color: #d94169; }
  .page-template-page-template-animenta .modular-block--text-bg-image p,
  .page-template-page-template-animenta .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-animenta .modular-block--text-bg-image li,
  .page-template-page-template-animenta .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-animenta .modular-block--text-bg-image li {
    color: white; }
    @media (min-width: 768px) {
      .page-template-page-template-animenta .modular-block--text-bg-image p,
      .page-template-page-template-animenta .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-animenta .modular-block--text-bg-image li,
      .page-template-page-template-animenta .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-animenta .modular-block--text-bg-image li {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .page-template-page-template-animenta .modular-block--text-bg-image p,
      .page-template-page-template-animenta .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-animenta .modular-block--text-bg-image li,
      .page-template-page-template-animenta .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-animenta .modular-block--text-bg-image li {
        font-size: 20px; } }
  .page-template-page-template-animenta .modular-block--text-bg-image a {
    color: white !important;
    background: #d94169;
    border-radius: 50px;
    height: 55px;
    text-decoration: none !important;
    padding: 10px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .page-template-page-template-animenta .modular-block--text-bg-image a {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .page-template-page-template-animenta .modular-block--text-bg-image a {
        font-size: 18px;
        height: auto;
        padding: 10px 15px;
        line-height: 22px; } }
    .page-template-page-template-animenta .modular-block--text-bg-image a:hover {
      color: white !important;
      background-color: rgba(217, 65, 105, 0.8); }
  .page-template-page-template-animenta .modular-block--text-bg-image p,
  .page-template-page-template-animenta .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-animenta .modular-block--text-bg-image li,
  .page-template-page-template-animenta .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-animenta .modular-block--text-bg-image li,
  .page-template-page-template-animenta .modular-block--text-bg-image .ratio {
    margin: 75px 0; }
    @media (max-width: 767.98px) {
      .page-template-page-template-animenta .modular-block--text-bg-image p,
      .page-template-page-template-animenta .modular-block--text-bg-image .ld-tabs-content li, .ld-tabs-content .page-template-page-template-animenta .modular-block--text-bg-image li,
      .page-template-page-template-animenta .modular-block--text-bg-image .text-editor li, .text-editor .page-template-page-template-animenta .modular-block--text-bg-image li,
      .page-template-page-template-animenta .modular-block--text-bg-image .ratio {
        margin: 40px 0; } }

.animenta-course {
  border-radius: 30px;
  margin-top: -30px;
  padding: 100px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .animenta-course {
      padding: 50px 0; } }
  .animenta-course h2 strong {
    color: #f8485e; }
  @media (max-width: 991.98px) {
    .animenta-course h2 {
      font-size: 24px;
      line-height: 32px; } }
  .animenta-course .animenta-logo {
    height: 120px; }
    @media (max-width: 767.98px) {
      .animenta-course .animenta-logo {
        height: 70px; } }
  .animenta-course .swiper-button-next,
  .animenta-course .swiper-button-prev {
    bottom: 33%;
    top: auto; }
  .animenta-course .slick-list {
    overflow: visible !important;
    margin: 0; }

.animenta-course__card--img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  display: block; }
  .animenta-course__card--img img {
    width: 100%; }
  @media (max-width: 575.98px) {
    .animenta-course__card--img {
      height: 340px; }
      .animenta-course__card--img img {
        height: 110%;
        width: auto;
        max-width: none; } }

.animenta-course__card--title {
  left: 0;
  bottom: -30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media (max-width: 575.98px) {
    .animenta-course__card--title {
      bottom: -40px; } }
  .animenta-course__card--title h6 {
    width: 100%;
    max-width: 60%;
    border-radius: 35px;
    overflow: hidden;
    color: white;
    font-size: 18px;
    line-height: 20px;
    min-height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 30px;
    font-weight: bold;
    background: #162447; }
    @media (max-width: 575.98px) {
      .animenta-course__card--title h6 {
        font-size: 16px;
        max-width: 90%;
        padding: 9px 20px; } }

.page-template-page-template-animenta .animenta-numbers p span, .page-template-page-template-animenta .animenta-numbers .ld-tabs-content li span, .ld-tabs-content .page-template-page-template-animenta .animenta-numbers li span, .page-template-page-template-animenta .animenta-numbers .text-editor li span, .text-editor .page-template-page-template-animenta .animenta-numbers li span {
  color: #d94169;
  font-size: 70px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1; }

.page-template-page-template-animenta .animenta-numbers .label {
  margin: 0 auto;
  font-weight: bold; }

.page-template-page-template-animenta .animenta-header img {
  width: 200px;
  max-width: 100%; }

.page-template-page-template-animenta .animenta-header .separator {
  height: 50px;
  background: white;
  width: 1px; }
  @media (max-width: 500px) {
    .page-template-page-template-animenta .animenta-header .separator {
      display: none; } }

.banner-promo-abbonamento {
  background: #a7e163;
  color: #483698; }
  @media (max-width: 991.98px) {
    .banner-promo-abbonamento .container {
      max-width: none;
      padding: 0; } }
  .banner-promo-abbonamento del {
    font-size: 13px;
    color: white;
    opacity: 1; }
  .banner-promo-abbonamento p,
  .banner-promo-abbonamento .ld-tabs-content li, .ld-tabs-content .banner-promo-abbonamento li,
  .banner-promo-abbonamento .text-editor li, .text-editor .banner-promo-abbonamento li {
    font-size: 13px;
    color: #483698; }
  .banner-promo-abbonamento h6 {
    font-weight: bold; }
  .banner-promo-abbonamento .banner-promo--img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80px; }
    @media (max-width: 991.98px) {
      .banner-promo-abbonamento .banner-promo--img {
        background-size: cover; } }
    @media (max-width: 767.98px) {
      .banner-promo-abbonamento .banner-promo--img {
        background-size: contain; } }
  .banner-promo-abbonamento .coupon {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 6px 30px;
    display: inline-block;
    margin-top: 10px;
    background: white;
    font-size: 14px;
    color: #483698; }
  .banner-promo-abbonamento .banner-promo--cart {
    position: relative; }
    .banner-promo-abbonamento .banner-promo--cart .banner-coupon {
      background: white;
      display: inline-block;
      color: #483698;
      padding: 0 10px;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: bold; }
    .banner-promo-abbonamento .banner-promo--cart:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 12px solid #a7e163;
      position: absolute;
      top: 16px;
      right: -10px; }
      @media (max-width: 991.98px) {
        .banner-promo-abbonamento .banner-promo--cart:before {
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #a7e163;
          top: auto;
          right: auto;
          left: 45%;
          bottom: -21px; } }

.banner-promo {
  height: 65px;
  background: white;
  display: none; }

.btn-promo {
  background-color: #f8485e;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px; }
  @media (max-width: 1300px) {
    .btn-promo {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); } }
  .btn-promo:hover {
    background: #f95a6e;
    color: white; }

.banner-promo {
  position: relative; }
  .banner-promo p,
  .banner-promo .ld-tabs-content li, .ld-tabs-content .banner-promo li,
  .banner-promo .text-editor li, .text-editor .banner-promo li {
    font-size: 13px;
    margin: 0; }
    @media (max-width: 400px) {
      .banner-promo p,
      .banner-promo .ld-tabs-content li, .ld-tabs-content .banner-promo li,
      .banner-promo .text-editor li, .text-editor .banner-promo li {
        font-size: 11px; } }
  .banner-promo .banner-promo__decor__left,
  .banner-promo .banner-promo__decor__right {
    display: none; }
  @media (min-width: 1566px) {
    .banner-promo .banner-promo__decor__left {
      display: block;
      top: 0;
      right: 0;
      position: absolute;
      background-position: top right;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
      height: 65px; }
    .banner-promo .banner-promo__decor__right {
      display: block;
      top: 0;
      left: 0;
      position: absolute;
      background-position: top left;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
      height: 65px; } }

.promo-banner-close {
  position: absolute;
  right: 6px;
  z-index: 10; }
  .promo-banner-close a {
    border: 0;
    color: black;
    font-size: 32px; }

.promo-banner-cart__code {
  text-align: center;
  border: 1px dashed white;
  color: white;
  text-transform: uppercase; }

.modal-backdrop.show {
  z-index: 1051; }

#modal-mgm {
  z-index: 2100; }
  #modal-mgm .modal-dialog {
    max-width: 600px;
    width: 90%;
    margin: 1rem auto; }
    #modal-mgm .modal-dialog .modal-content {
      border-radius: 20px;
      border: 0; }
  #modal-mgm .code input {
    width: 100%;
    background: #f2f2f2;
    height: 48px;
    color: #f8485e;
    padding: 0 50px 0 20px; }
  #modal-mgm .code button {
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    z-index: 10; }
  #modal-mgm .modal-footer-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    #modal-mgm .modal-footer-share li {
      margin-left: 10px; }
      #modal-mgm .modal-footer-share li a, #modal-mgm .modal-footer-share li button {
        background: #f2f2f2;
        height: 48px;
        width: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 12px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: black;
        border: 0; }
        #modal-mgm .modal-footer-share li a:hover, #modal-mgm .modal-footer-share li button:hover {
          background: rgba(242, 242, 242, 0.7); }

.page-template-page-template-superskill #page {
  background: black; }
  .page-template-page-template-superskill #page *:not(.btn) {
    color: white; }

.superskill__hero {
  position: relative; }

@media only screen and (min-width: 992px) and (min-width: 576px) {
  .superskill__hero:after {
    content: "";
    position: absolute;
    top: -0.5%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000), to(transparent));
    background: linear-gradient(90deg, #000 30%, transparent 100%); } }
  .superskill__hero .superskill__decor {
    top: 2rem;
    left: 0;
    position: absolute;
    z-index: 1; }
  .superskill__hero .superskill__hero__text {
    z-index: 10;
    width: 100%; }
    @media (min-width: 992px) {
      .superskill__hero .superskill__hero__text {
        top: 0;
        left: 0;
        position: absolute;
        height: 100%;
        max-width: 650px; } }
    .superskill__hero .superskill__hero__text h1 {
      margin-bottom: 1rem; }
      .superskill__hero .superskill__hero__text h1 strong {
        color: #f8485e; }
    .superskill__hero .superskill__hero__text p,
    .superskill__hero .superskill__hero__text .ld-tabs-content li, .ld-tabs-content .superskill__hero .superskill__hero__text li,
    .superskill__hero .superskill__hero__text .text-editor li, .text-editor .superskill__hero .superskill__hero__text li {
      line-height: 28px;
      color: white; }
  .superskill__hero .carousel {
    overflow: hidden;
    width: 100%;
    z-index: 0; }
    .superskill__hero .carousel-window {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: CarouselSM 40s linear infinite;
              animation: CarouselSM 40s linear infinite;
      position: relative;
      margin: 0.5rem 0; }
      @media only screen and (min-width: 576px) {
        .superskill__hero .carousel-window {
          -webkit-animation: CarouselL 50s linear infinite;
                  animation: CarouselL 50s linear infinite; } }
    .superskill__hero .carousel-row {
      display: block;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50vw;
              flex: 0 0 50vw;
      margin: 0 1.25vw; }
      @media only screen and (min-width: 576px) {
        .superskill__hero .carousel-row {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25vw;
                  flex: 0 0 25vw;
          margin: 0 0.7vw; } }
    .superskill__hero .carousel-item {
      border-radius: 0.5rem;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; }
      .superskill__hero .carousel-item:first-child {
        margin-bottom: 2.5vw; }
        @media only screen and (min-width: 576px) {
          .superskill__hero .carousel-item:first-child {
            margin-bottom: 1.25vw; } }
      .superskill__hero .carousel-item:nth-child(2) {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .superskill__hero .carousel-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover; }

@-webkit-keyframes CarouselSM {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(52vw * -6));
            transform: translateX(calc(52vw * -6)); } }

@keyframes CarouselSM {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(52vw * -6));
            transform: translateX(calc(52vw * -6)); } }

@-webkit-keyframes CarouselL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(26.4vw * -6));
            transform: translateX(calc(26.4vw * -6)); } }

@keyframes CarouselL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(26.4vw * -6));
            transform: translateX(calc(26.4vw * -6)); } }

.superskill__carousel .card {
  width: 62%; }
  @media only screen and (min-width: 576px) {
    .superskill__carousel .card {
      height: 25rem;
      width: 8rem; }
      .superskill__carousel .card.is-active {
        width: 28rem; } }
  .superskill__carousel .card .coming-icon {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 1rem;
    text-align: center; }
    .superskill__carousel .card .coming-icon i {
      width: 36px;
      height: 36px;
      background: #efefef;
      border-radius: 10px;
      color: black !important;
      font-size: 1.25rem; }
  .superskill__carousel .card .inner {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: black; }
    .superskill__carousel .card .inner:after {
      content: "";
      position: absolute;
      top: -0.5%;
      left: -0.5%;
      width: 102%;
      height: 102%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      z-index: 1; }
  .superskill__carousel .card .image {
    position: relative;
    height: 0;
    padding-bottom: 150%;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 0.8; }
    @media only screen and (min-width: 576px) {
      .superskill__carousel .card .image {
        padding-bottom: 25rem; } }
    .superskill__carousel .card .image img {
      position: absolute;
      bottom: -5%;
      left: 0;
      height: 120%;
      -o-object-fit: cover;
         object-fit: cover; }
    .superskill__carousel .card .image span {
      top: 1.6rem;
      right: 1rem;
      position: absolute;
      z-index: 1;
      opacity: 0; }
  .superskill__carousel .card .content {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2; }
    .superskill__carousel .card .content h4 {
      font-size: 32px;
      font-weight: bold; }
    @media (max-width: 575.98px) {
      .superskill__carousel .card .content .btn {
        padding: 10px 10px;
        height: auto;
        min-width: auto; }
        .superskill__carousel .card .content .btn i {
          display: none; } }
  .superskill__carousel .card .vert-title {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 200%;
    opacity: 1;
    font-size: 1.125rem;
    padding: 0 0 0 2rem;
    z-index: 2;
    pointer-events: none; }
  .superskill__carousel .card.is-active .coming-icon {
    text-align: start; }
  .superskill__carousel .card.is-active .inner {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .superskill__carousel .card.is-active .image {
    opacity: 1; }
    .superskill__carousel .card.is-active .image span {
      opacity: 1; }
  .superskill__carousel .card.is-active .content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .superskill__carousel .card.is-active .vert-title {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(0, -25%);
            transform: rotate(-90deg) translate(0, -25%); }
  @media only screen and (max-width: 575px) {
    .superskill__carousel .card.is-next .vert-title {
      left: 12.5%; }
    .superskill__carousel .card.is-next .image {
      -webkit-transform: translate(-38%, 0);
              transform: translate(-38%, 0); } }
  @media only screen and (max-width: 575px) {
    .superskill__carousel .card.is-prev .vert-title {
      left: 87.5%; }
    .superskill__carousel .card.is-prev .image {
      -webkit-transform: translate(38%, 0);
              transform: translate(38%, 0); } }
  .superskill__carousel .card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 2rem; }

.superskill__carousel .splide__arrows {
  bottom: -35px !important;
  top: auto !important;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  padding: 10px; }
  .superskill__carousel .splide__arrows .splide__arrow {
    background: #1F1F1F;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: relative;
    left: 0;
    right: 0;
    margin: 5px;
    top: 0;
    -webkit-transform: none;
            transform: none; }
    .superskill__carousel .splide__arrows .splide__arrow svg * {
      fill: #BFBFBF; }

.superskill__cta {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.05%, #991728), color-stop(70.2%, #14084B));
  background: linear-gradient(-180deg, #991728 5.05%, #14084B 70.2%);
  border-radius: 10px; }
  .superskill__cta h2 {
    margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .superskill__cta {
      background: -webkit-gradient(linear, left top, right top, color-stop(5.05%, #991728), color-stop(70.2%, #14084B));
      background: linear-gradient(90deg, #991728 5.05%, #14084B 70.2%); }
      .superskill__cta .superskill__cta__img {
        position: relative;
        width: 100%;
        aspect-ratio: 16/15; }
        .superskill__cta .superskill__cta__img img {
          width: 90%;
          display: block;
          max-width: none !important;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 10; } }
  @media (min-width: 1200px) {
    .superskill__cta .superskill__cta__img {
      width: 65%; }
      .superskill__cta .superskill__cta__img img {
        width: 120%; } }
  .superskill__cta form {
    position: relative; }
    .superskill__cta form input.registration-hero__email {
      border-radius: 12px;
      border: 2px solid white;
      margin: 0;
      width: 100%;
      height: 55px;
      font-size: 16px;
      font-weight: 400;
      color: #000000 !important; }
      @media (min-width: 992px) {
        .superskill__cta form input.registration-hero__email {
          padding-right: 170px; } }
    .superskill__cta form button {
      padding: 0;
      border: 0;
      height: 55px;
      font-size: 18px;
      border-radius: 12px;
      letter-spacing: 0.5px;
      color: white;
      font-weight: 700;
      margin: 0;
      text-align: center;
      background: #f8485e;
      min-width: 170px; }
      @media (max-width: 1199.98px) {
        .superskill__cta form button {
          margin-top: 10px;
          width: 100%; } }
      @media (min-width: 1200px) {
        .superskill__cta form button {
          top: 0;
          right: 0;
          position: absolute;
          border-radius: 0 12px 12px 0; } }
      .superskill__cta form button:hover {
        background: #f95a6e; }
  .superskill__cta img.superskill__cta__decor {
    position: absolute;
    right: 15px;
    top: 15%;
    width: 30%; }

.percorso-iab {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  padding: 80px 0; }
  .percorso-iab * {
    color: white; }
  .percorso-iab .suptitle {
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .percorso-iab .suptitle {
        font-size: 16px; } }
  .percorso-iab .button, .percorso-iab input[type="button"], .percorso-iab #review_form .form-submit input.submit, #review_form .form-submit .percorso-iab input.submit {
    background: #0638F3;
    border-color: #0638F3; }
    .percorso-iab .button:hover, .percorso-iab input:hover[type="button"], .percorso-iab #review_form .form-submit input.submit:hover, #review_form .form-submit .percorso-iab input.submit:hover {
      background-color: #1d2edb;
      border-color: #1d2edb; }
    @media (max-width: 767.98px) {
      .percorso-iab .button, .percorso-iab input[type="button"], .percorso-iab #review_form .form-submit input.submit, #review_form .form-submit .percorso-iab input.submit {
        width: 100%; } }

.percorso-iab-content {
  background: black; }
  .percorso-iab-content * {
    color: white; }

.banner-postbuy-boddyjob {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  padding: 80px 0; }
  .banner-postbuy-boddyjob * {
    color: white; }
  .banner-postbuy-boddyjob .logos {
    max-height: 75px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .banner-postbuy-boddyjob .logos {
        max-height: 45px; } }
  .banner-postbuy-boddyjob .suptitle {
    font-size: 20px; }
    @media (max-width: 767.98px) {
      .banner-postbuy-boddyjob .suptitle {
        font-size: 16px; } }
  @media (max-width: 767.98px) {
    .banner-postbuy-boddyjob {
      min-height: auto;
      padding: 60px 0; }
      .banner-postbuy-boddyjob .button, .banner-postbuy-boddyjob input[type="button"], .banner-postbuy-boddyjob #review_form .form-submit input.submit, #review_form .form-submit .banner-postbuy-boddyjob input.submit {
        width: 100%; } }

/*# sourceMappingURL=style.min.css.map */
