@charset "UTF-8";
.bg-viola {
  background-color: #3e1863 !important;
}

.bg-red {
  background-color: #F2665E !important;
}

.bg-coral {
  background-color: #f9f0ef;
}

.color-coral {
  color: #f9f0ef;
}

.color-red {
  color: #F2665E;
}

.color-light-gray {
  color: #c9c9c9;
}

.color-gray {
  color: #8f8f8f;
}

:root {
  --blue: #558bcf;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F2665E;
  --orange: #fd7e14;
  --yellow: #ffce73;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #558bcf;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffce73;
  --danger: #F2665E;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #558bcf;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2f65a8;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3571bc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffbc40 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ee392f !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

.rounded-right {
  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-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  box-shadow: none !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;
}

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 6rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 2rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 2rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 6rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 6rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 6rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 2rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 2rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 6rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 6rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 6rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -2rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -2rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -2rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -2rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -3rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -3rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -3rem !important;
  }
  .m-sm-n5 {
    margin: -6rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -6rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -6rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 2rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 2rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 2rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 6rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 6rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 6rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 6rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 2rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 2rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 2rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 6rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 6rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 6rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 6rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -2rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -2rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -2rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -2rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -3rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -3rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -3rem !important;
  }
  .m-md-n5 {
    margin: -6rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -6rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -6rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 2rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 2rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 6rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 6rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 6rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 2rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 2rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 6rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 6rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -2rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -2rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -2rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -2rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -3rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -3rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -3rem !important;
  }
  .m-lg-n5 {
    margin: -6rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -6rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -6rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 2rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 2rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 6rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 6rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 6rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 2rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 2rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 6rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 6rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 6rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -2rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -2rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -3rem !important;
  }
  .m-xl-n5 {
    margin: -6rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -6rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -6rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

.text-primary {
  color: #558bcf !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2f65a8 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ffb327 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #ec2317 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2c486c;
  background-color: #dde8f5;
  border-color: #cfdff2;
}
.alert-primary hr {
  border-top-color: #bbd2ed;
}
.alert-primary .alert-link {
  color: #1d3048;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856b3c;
  background-color: #fff5e3;
  border-color: #fff1d8;
}
.alert-warning hr {
  border-top-color: #ffe8bf;
}
.alert-warning .alert-link {
  color: #624f2c;
}

.alert-danger {
  color: #7e3531;
  background-color: #fce0df;
  border-color: #fbd4d2;
}
.alert-danger hr {
  border-top-color: #f9bebb;
}
.alert-danger .alert-link {
  color: #592623;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 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;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #558bcf;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3571bc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 139, 207, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffce73;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffbc40;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 206, 115, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #F2665E;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ee392f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 102, 94, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  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;
}
.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 {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #558bcf;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #558bcf;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

/* ------------------------------------------ Reset generale ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  color: rgba(0, 0, 0, 0.7);
}
a:focus, a:hover {
  color: inherit;
}

b, strong {
  font-weight: 600;
}

button {
  background-color: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

button:hover,
button:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

button:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

button:active {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

body, html, * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #3e1863;
  letter-spacing: -0.2px;
  line-height: initial;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 130px;
}

body.wizard {
  margin-bottom: 83px;
}

p {
  line-height: 24px;
}

button:disabled,
button[disabled] {
  background-color: #c9c9c9;
}
button:disabled:hover,
button[disabled]:hover {
  background-color: #c9c9c9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.alert {
  margin-bottom: 0;
}

.underline {
  text-decoration: underline;
}

a.white:hover {
  color: white;
}

.section-cane {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .section-cane h2 {
    font-size: 21px;
  }
  .section-cane .checkmark {
    font-size: 13px;
  }
}

a.link-underline {
  text-decoration: underline;
  color: #3e1863;
}

.text-sm {
  font-size: 13px;
}

.btn, .btn-negative {
  border-radius: 30px;
  padding: 7px 36px;
  background-color: #f2665e;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .btn, .btn-negative {
    font-size: 20px;
    padding: 7px 22px;
  }
}
.btn:hover, .btn-negative:hover {
  color: white;
  text-decoration: none;
  box-shadow: 2px 2px 0px 0px rgb(54, 18, 104);
}
.btn.disable, .btn-negative.disable {
  pointer-events: none;
  background-color: #f9f0ef;
}

.btn-negative:hover {
  box-shadow: 2px 2px 0px 0px rgb(255, 255, 255);
}

.btn-backward {
  font-size: 14px;
  padding: 0;
  margin-right: 70px;
  color: #F2665E;
}
.btn-backward:hover {
  border-bottom: 1px solid #F2665E;
  text-decoration: none;
}

#subscription_wizard #iscrizione_wizard_form .step-13 .btn-backward {
  margin-right: 0px;
}

.btn-annulla {
  font-size: 18px;
  /* padding: 0; */
  /* margin-right: 20px; */
  background-color: transparent;
  border: 1px solid #3e1863;
  color: #3e1863;
  cursor: pointer;
}
.btn-annulla:hover {
  color: #3e1863;
}
@media screen and (max-width: 1024px) {
  .btn-annulla {
    font-size: 14px;
  }
}

.btn-small {
  padding: 6px 20px;
  background-color: #3e1863;
  border-radius: 30px;
  color: white;
  font-size: 13px;
  text-align: center;
}
.btn-small:hover {
  background-color: #F2665E;
}

.btn-checkout {
  width: 100%;
  padding: 9px 30px;
  background-color: #3e1863;
  border-radius: 30px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.btn-checkout:hover {
  background-color: #F2665E;
  color: white;
}

hr {
  background: #3e1863;
  height: 1px;
  border: 0px;
}

.alert-danger ul {
  list-style-type: none;
}
.alert-danger ul li {
  font-size: 12px;
  font-weight: 400;
  color: #F2665E;
}

.errorlist {
  list-style-type: none;
}
.errorlist li {
  font-size: 12px;
  font-weight: 400;
  color: #F2665E;
  margin-bottom: 10px;
}

.error {
  font-size: 12px;
  font-weight: 400;
  color: #F2665E;
  margin-top: -10px;
  margin-bottom: 10px;
}

.generic-errors, .alert-danger {
  border: 2px solid #f2665e;
  width: auto;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 14px;
  line-height: 22px;
  color: #3e1863;
  padding: 16px 69px;
  display: inline-block;
}
.generic-errors a, .alert-danger a {
  color: #3e1863;
  font-weight: 700;
}

.generic-errors .error {
  margin-top: 0px;
  margin-bottom: 0px;
}

.barra_sconto {
  background-color: #F2665E;
}
.barra_sconto p {
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
}

label, input {
  display: block;
  margin: 0 auto;
}

label {
  font-size: 14px;
}

input, select {
  width: 100%;
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  /* box-shadow: 1px 1px 3px rgb(0 0 0 / 25%); */
  border-radius: 7px;
  border: 1px solid #D9D9D6;
  margin-top: 11px;
  margin-bottom: 11px;
}

.form-group {
  margin-bottom: 20px;
}

.hero-title {
  background-color: #3e1863;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.subhero-title {
  font-size: 14px;
  font-weight: 100;
  margin-top: 15px;
}

.card .card-title {
  font-weight: bold;
}

.page-content {
  padding: 40px 0;
}

.box-info {
  box-shadow: 0px 0px 3px #888888;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .box-info {
    height: auto;
  }
}

.box-info-icon {
  width: 100px;
  margin: 0px auto;
  padding: 30px 15px;
  background-color: #EEE9EC;
  border-radius: 50%;
  height: 100px;
}
.box-info-icon img {
  width: 100%;
}

.box-info-title {
  font-size: 22px;
  font-weight: 600;
}

.box-info-description {
  color: #232726;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
}
.box-info-description .titolo {
  font-size: 12px;
}
.box-info-description .descrizione {
  font-weight: 600;
}
.box-info-description .descrizione:not(:last-child) {
  margin-bottom: 10px;
}

.box-info-button {
  padding-top: 40px;
  margin-top: auto;
}
.box-info-button a {
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 100;
}

.mini-card {
  border: 2px solid #3e1863;
  padding: 7px;
  border-radius: 35px;
}
.mini-card a {
  color: #3e1863;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
}
.mini-card span {
  margin-left: 13px;
}
.mini-card i {
  padding: 12px 13px;
  background-color: #eee9ec;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 100;
}

/* ------------------------------------------------ Style radio button ------------------------------------------------ */
.vertical-radio {
  display: flex;
  align-items: center;
}
.vertical-radio input[type=radio] {
  width: auto;
  margin-right: 5px;
}

/* Hide the browser's default radio button */
/* Create a custom radio button */
.checkmark {
  padding: 13px 15px;
  background-color: #fff;
  color: #3e1863;
  border: 1px solid grey;
  border-radius: 19px;
  display: block;
  min-width: 140px;
  font-size: 14px;
}
.checkmark:hover {
  border: 1px solid #3e1863;
}

.premietti .checkmark.checkmark-premietti {
  padding: 0px;
  overflow: hidden;
  border: 2px solid transparent;
}

.premietti .checkmark.checkmark-premietti-selected {
  border: 2px solid #3e1863;
}

/* On mouse-over, add a grey background color */
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #3e1863 !important;
  color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  background: transparent;
}

.two-colums-image .col-image {
  height: 610px;
}
@media screen and (max-width: 767px) {
  .two-colums-image .col-image {
    height: 335px;
  }
}
@media screen and (max-width: 991px) {
  .two-colums-image .col-image {
    padding: 13px 15px 0px;
  }
}
.two-colums-image .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .two-colums-image .col-image img {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .two-colums-image .col-image img {
    border-radius: 12px;
  }
}
.two-colums-image .col-text {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .two-colums-image .col-text {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .two-colums-image .col-text {
    padding: 50px 35px 56px 35px;
  }
}
@media screen and (max-width: 767px) {
  .two-colums-image .col-text {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .val-nut-nome {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .val-nut-value {
    font-size: 15px;
  }
}

.jquery-loading-modal {
  z-index: 2147483640 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d6 !important;
  padding: 6px !important;
  min-height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}

s, strike {
  text-decoration: none;
  position: relative;
}

s::before, strike::before {
  top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background: red; /*this is the color of the line*/
  opacity: 0.7;
  content: "";
  width: 110%;
  position: absolute;
  height: 1.6px;
  border-radius: 0.1em;
  left: -5%;
  white-space: nowrap;
  display: block;
}

s.straight::before, strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}

h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }
}

h2, .h2 {
  font-size: 37px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 33px;
    line-height: 35px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.testo {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .testo {
    font-size: 12px;
    line-height: 18px;
  }
}

.testo-xs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.white {
  color: white;
}

a.white:focus {
  color: white;
}

.col-text {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .col-text {
    font-size: 19px;
  }
}

body.header-compact header {
  background-color: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
body.header-compact header .logo {
  display: block;
}
@media screen and (max-width: 1024px) {
  body.header-compact header .logo {
    width: 90px;
  }
}
body.header-compact .main-content {
  padding-top: 90px;
}

header {
  width: 100%;
  height: 90px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all ease 0.4s;
}
header .logo {
  width: 100px;
  display: none;
}
header .navbar {
  width: 100%;
  padding: 15px 30px;
  display: flex;
  position: relative;
}
header .navbar .navbar-left {
  width: 100%;
  flex: 0 0 33.3%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .navbar .navbar-left {
    display: none;
  }
}
header .navbar .navbar-center {
  width: 100%;
  flex: 0 0 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  header .navbar .navbar-center {
    flex: 0 0 100%;
  }
}
header .navbar .navbar-right {
  width: 100%;
  flex: 0 0 33.3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header .navbar .navbar-right {
    display: none;
  }
}
header .navbar .nav-link {
  font-size: 16px;
  color: #3e1863;
  font-weight: 600;
  padding: 0 10px;
}
header .navbar .nav-link:hover {
  text-decoration: none;
  color: #F2665E;
}

.navbar-toggler {
  position: fixed;
  top: 41px;
  left: 10px;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler .close {
    display: none;
  }
}

.calcola-dieta {
  position: fixed;
  top: 41px;
  right: 10px;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .calcola-dieta {
    display: block;
  }
}

.navbar-mobile {
  width: 100%;
  height: 100%;
  background-color: #f9f0ef;
  position: fixed;
  top: 0px;
  transform: translateY(-100%);
  display: none;
  z-index: 0;
}
.navbar-mobile .logo {
  width: 100px;
}
.navbar-mobile .nav-link {
  width: 100%;
  font-size: 18px;
  color: #3e1863;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(62, 24, 99, 0.1882352941);
}
.navbar-mobile .nav-link:last-of-type {
  border: none;
}
.navbar-mobile .nav-link:hover {
  text-decoration: none;
}
.navbar-mobile.extended {
  transform: translateY(0);
  display: block;
  z-index: 999;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px; /* Set the fixed height of the footer here */
  background-color: #3e1863;
  text-align: center;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 14px;
  }
}
footer .social {
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 767px) {
  footer .social {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .social a {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
footer .social a:hover {
  box-shadow: 2px 2px 0px 0px rgb(242, 102, 94);
}
footer .social a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
footer p {
  font-size: 13px;
  line-height: 18px;
  color: white;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 10px;
    line-height: 15px;
  }
}
footer .footer-menu li {
  list-style: none;
}
footer .footer-menu a {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

body.wizard {
  background-color: #f9f0ef;
}

#header_wizard {
  width: 100%;
  height: 70px;
  background-color: white;
}
#header_wizard .logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_wizard .logo img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #header_wizard .logo img {
    width: 90px;
  }
}
#header_wizard .lang-switcher {
  position: absolute;
  right: 20px;
  top: 19px;
}
@media screen and (max-width: 767px) {
  #header_wizard .lang-switcher {
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #header_wizard {
    height: 50px;
  }
}

.footer_wizard {
  width: 100%;
  position: relative;
  background-color: white;
  text-align: center;
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  .footer_wizard {
    display: none;
  }
}
.footer_wizard p {
  font-size: 13px;
  line-height: 18px;
  color: #3e1863;
}
.footer_wizard .chat-icon {
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.footer_wizard.step-1 .img-cane, .footer_wizard.step-2 .img-cane, .footer_wizard.step-3 .img-cane, .footer_wizard.step-4 .img-cane, .footer_wizard.step-5 .img-cane {
  position: absolute;
  top: -35px;
  left: 58%;
  width: 120px;
}
.footer_wizard.step-6 .img-cane, .footer_wizard.step-7 .img-cane, .footer_wizard.step-8 .img-cane, .footer_wizard.step-9 .img-cane {
  position: absolute;
  top: -60px;
  left: 30%;
  width: 85px;
}
.footer_wizard.step-10 .img-cane, .footer_wizard.step-11 .img-cane, .footer_wizard.step-12 .img-cane, .footer_wizard.step-13 .img-cane, .footer_wizard.step-14 .img-cane {
  position: absolute;
  top: -30px;
  left: 58%;
  width: 110px;
}

#subscription_wizard {
  width: 100%;
  background-color: #f9f0ef;
  position: relative;
  padding-bottom: 0px;
}
#subscription_wizard [type=radio]:checked,
#subscription_wizard [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#subscription_wizard h2 {
  font-size: 30px !important;
  line-height: 42px !important;
}
#subscription_wizard p {
  font-size: 16px !important;
  line-height: 20px !important;
}
@media screen and (max-width: 1024px) {
  #subscription_wizard h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #subscription_wizard .btn, #subscription_wizard .btn-negative {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #subscription_wizard s, #subscription_wizard strike {
    font-size: 10px;
  }
}
#subscription_wizard #container_progress_bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #ede9f3;
}
#subscription_wizard #container_progress_bar #progress_bar {
  width: 10%;
  height: 100%;
  background-color: #3e1863;
  position: absolute;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#subscription_wizard #container_progress_bar .progress-numbers {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  top: 25px;
}
@media screen and (max-width: 767px) {
  #subscription_wizard #container_progress_bar .progress-numbers {
    font-size: 12px;
  }
}
#subscription_wizard #iscrizione_wizard_form {
  text-align: center;
}
#subscription_wizard #iscrizione_wizard_form .step {
  padding: 80px 20px 40px;
}
#subscription_wizard #iscrizione_wizard_form .step input[type=text], #subscription_wizard #iscrizione_wizard_form .step input[type=email] {
  width: 300px;
}
#subscription_wizard #iscrizione_wizard_form .step input[type=number] {
  width: 200px;
}
#subscription_wizard #iscrizione_wizard_form .step label.error {
  font-size: 12px;
  font-weight: 400;
  color: #F2665E;
  margin-top: 10px;
}
#subscription_wizard #iscrizione_wizard_form .step input.error {
  border: 1px solid #F2665E;
}
#subscription_wizard #iscrizione_wizard_form .step-1 {
  /* ------------------------- Style checkbox ---------------------- */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
#subscription_wizard #iscrizione_wizard_form .step-1 input[type=number] {
  width: 200px;
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:not(:checked),
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:not(:checked) + label,
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:not(:checked) + label:before,
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:not(:checked) + label:after,
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: -4px;
  left: 3px;
  font-size: 16px;
  color: #3e1863;
  transition: all 0.2s;
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#subscription_wizard #iscrizione_wizard_form .step-1 [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#subscription_wizard #iscrizione_wizard_form .step-1 label {
  margin: 30px 0 5px;
}
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container {
  margin: 30px auto 0;
}
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container [type=checkbox]:not(:checked),
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container [type=checkbox]:checked {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container [type=checkbox]:not(:checked):focus,
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container [type=checkbox]:checked:focus {
  color: #3e1863;
}
#subscription_wizard #iscrizione_wizard_form .step-1 .privacy-container label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
#subscription_wizard #iscrizione_wizard_form .step-2 label {
  margin: 30px 0 5px;
}
#subscription_wizard #iscrizione_wizard_form .step-2 .rimuovi-cane {
  display: inline-block;
  margin: 5px 0px 15px 0px;
  font-size: 10px;
  color: red;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-2 .d-block .aggiungi-cane:not(:last-child) {
  display: none;
}
#subscription_wizard #iscrizione_wizard_form .step-2 .aggiungi-cane {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-2 .aggiungi-cane img {
  margin-right: 10px;
}
#subscription_wizard #iscrizione_wizard_form .step-3 .radio-container, #subscription_wizard #iscrizione_wizard_form .step-4 .radio-container, #subscription_wizard #iscrizione_wizard_form .step-5 .radio-container, #subscription_wizard #iscrizione_wizard_form .step-10 .radio-container, #subscription_wizard #iscrizione_wizard_form .step-11 .radio-container {
  display: flex;
  justify-content: center;
}
#subscription_wizard #iscrizione_wizard_form .step-3 .radio-container label, #subscription_wizard #iscrizione_wizard_form .step-4 .radio-container label, #subscription_wizard #iscrizione_wizard_form .step-5 .radio-container label, #subscription_wizard #iscrizione_wizard_form .step-10 .radio-container label, #subscription_wizard #iscrizione_wizard_form .step-11 .radio-container label {
  padding: 5px;
  margin: 20px 0 0 0;
}
#subscription_wizard #iscrizione_wizard_form .step-3 h3, #subscription_wizard #iscrizione_wizard_form .step-4 h3, #subscription_wizard #iscrizione_wizard_form .step-5 h3, #subscription_wizard #iscrizione_wizard_form .step-10 h3, #subscription_wizard #iscrizione_wizard_form .step-11 h3 {
  margin-top: 50px;
}
#subscription_wizard #iscrizione_wizard_form .step-3 .age, #subscription_wizard #iscrizione_wizard_form .step-4 .age, #subscription_wizard #iscrizione_wizard_form .step-5 .age, #subscription_wizard #iscrizione_wizard_form .step-10 .age, #subscription_wizard #iscrizione_wizard_form .step-11 .age {
  display: inline-flex;
  align-items: center;
}
#subscription_wizard #iscrizione_wizard_form .step-3 .age input, #subscription_wizard #iscrizione_wizard_form .step-4 .age input, #subscription_wizard #iscrizione_wizard_form .step-5 .age input, #subscription_wizard #iscrizione_wizard_form .step-10 .age input, #subscription_wizard #iscrizione_wizard_form .step-11 .age input {
  width: 50px;
  text-align: center;
  margin: 20px 10px;
}
#subscription_wizard #iscrizione_wizard_form .step-7 .peso input {
  display: inline-block;
  margin-top: 20px;
}
#subscription_wizard #iscrizione_wizard_form .step-8, #subscription_wizard #iscrizione_wizard_form .step-9 {
  justify-content: center;
}
#subscription_wizard #iscrizione_wizard_form .step-8 label, #subscription_wizard #iscrizione_wizard_form .step-9 label {
  padding: 5px;
  margin: 0;
}
#subscription_wizard #iscrizione_wizard_form .step-8 .corporatura .radio-container, #subscription_wizard #iscrizione_wizard_form .step-8 .temperamento .radio-container, #subscription_wizard #iscrizione_wizard_form .step-9 .corporatura .radio-container, #subscription_wizard #iscrizione_wizard_form .step-9 .temperamento .radio-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .corporatura .radio-container, #subscription_wizard #iscrizione_wizard_form .step-8 .temperamento .radio-container, #subscription_wizard #iscrizione_wizard_form .step-9 .corporatura .radio-container, #subscription_wizard #iscrizione_wizard_form .step-9 .temperamento .radio-container {
    flex-direction: column;
    margin-top: 10px;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-8 input:checked ~ .checkmark svg, #subscription_wizard #iscrizione_wizard_form .step-9 input:checked ~ .checkmark svg {
  fill: white;
}
#subscription_wizard #iscrizione_wizard_form .step-8 input:checked ~ .checkmark h3, #subscription_wizard #iscrizione_wizard_form .step-8 input:checked ~ .checkmark p, #subscription_wizard #iscrizione_wizard_form .step-9 input:checked ~ .checkmark h3, #subscription_wizard #iscrizione_wizard_form .step-9 input:checked ~ .checkmark p {
  color: white;
}
#subscription_wizard #iscrizione_wizard_form .step-8 .checkmark, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark {
  height: 340px;
  max-width: 230px;
  background-color: white;
  border: 1px solid #3e1863;
  border-radius: 10px;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 60vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark {
    max-width: 100vw;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-8 .checkmark svg, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark svg {
  width: 100%;
  fill: #3e1863;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark svg, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark svg {
    flex: 0 0 40%;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-8 .checkmark:hover, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark:hover {
  background-color: #3e1863;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-8 .checkmark:hover svg, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark:hover svg {
  fill: white;
}
#subscription_wizard #iscrizione_wizard_form .step-8 .checkmark:hover h3, #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark:hover p, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark:hover h3, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark:hover p {
  color: white;
}
@media screen and (max-width: 1024px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark .card-text, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark .card-text {
    text-align: left;
    flex: 0 0 60%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #subscription_wizard #iscrizione_wizard_form .step-8 .checkmark .card-text, #subscription_wizard #iscrizione_wizard_form .step-9 .checkmark .card-text {
    padding-right: 0;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-10 .allergie {
  max-width: 700px;
  margin: 0 auto;
}
#subscription_wizard #iscrizione_wizard_form .step-10 .allergie .radio-container {
  flex-wrap: wrap;
  margin-top: 20px;
}
#subscription_wizard #iscrizione_wizard_form .step-10 .allergie .radio-container label {
  margin: 0;
}
#subscription_wizard #iscrizione_wizard_form .step-10 .generic-errors {
  display: none;
}
#subscription_wizard #iscrizione_wizard_form .step-10 .generic-errors.visible {
  display: block;
}
#subscription_wizard #iscrizione_wizard_form .step-11 {
  padding: 80px 0px 40px;
}
#subscription_wizard #iscrizione_wizard_form .step-11 .piano_dieta {
  width: 100%;
  margin: 40px auto 20px auto;
}
#subscription_wizard #iscrizione_wizard_form .step-12 {
  padding: 80px 0px 40px;
}
#subscription_wizard #iscrizione_wizard_form .step-12 input[type=number] {
  width: 55px;
  text-align: center;
}
#subscription_wizard #iscrizione_wizard_form .step-13 #id_voglio_fattura {
  display: inline;
  width: 34px;
  box-shadow: initial;
  margin-bottom: 0;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout {
  text-align: left;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout label {
  font-size: 15px;
  font-weight: 300;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout input {
  width: 100%;
  margin: 2px 0 15px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout input::placeholder {
  font-size: 15px;
  color: #3e1863;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .row_input {
  margin-right: -6px;
  margin-left: -6px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .row_input .col {
  padding-right: 6px;
  padding-left: 6px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout textarea {
  width: 100%;
  height: 160px;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 300;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border: none;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container label {
  font-size: 12px;
  display: inline-block;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:not(:checked),
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:not(:checked) + label,
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:not(:checked) + label:before,
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 2px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:not(:checked) + label:after,
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: -4px;
  left: 3px;
  font-size: 16px;
  color: #3e1863;
  transition: all 0.2s;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .privacy-container [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto h4 {
  position: relative;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto h4 span {
  background-color: #f2665e;
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 10px;
  position: absolute;
  left: 180px;
  bottom: 0;
  border-radius: 50%;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container {
    flex-direction: column;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container label {
  padding: 5px;
  margin: 0;
  position: relative;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox {
  height: 220px;
  max-width: 170px;
  background-color: #fff;
  border: 1px solid #3e1863;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox img {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    max-width: 100vw;
    padding: 20px;
  }
  #subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox img {
    width: 50px;
    margin: 0;
    margin-right: 15px;
  }
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox:hover {
  background-color: #3e1863;
  cursor: pointer;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container .radiobox:hover p {
  color: white;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container input:checked ~ .radiobox {
  background-color: #3e1863;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .scelta_premietto .radio-container input:checked ~ .radiobox p {
  color: white;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout select {
  width: 200px;
  height: 50px;
  margin: 12px 0;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border: none;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo h3, #subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo h4 {
  font-size: 15px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo p {
  font-size: 14px;
  line-height: 18px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo .totale-ordine {
  background-color: #ece9f2;
  padding: 20px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo .data-consegna, #subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo .totale-cane {
  margin-top: 18px;
  font-size: 14px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 14px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo .snack-omaggio {
  margin-top: 3px;
  font-size: 12px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo .info-totale {
  margin-top: 18px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo_premietto h3 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 15px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .riepilogo_premietto p {
  font-size: 12px;
  line-height: 19px;
}
#subscription_wizard #iscrizione_wizard_form .step-13 .dettagli_checkout .codice-sconto {
  background-color: #558bcf;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 20px;
  transform: translateY(-70px);
  z-index: 0;
  position: relative;
  text-align: center;
}

.bottone-seleziona-ricetta {
  padding: 6px 20px;
  color: #3e1863;
  border-radius: 30px;
  border: 1px solid #3e1863;
  font-size: 13px;
  text-align: center;
}
.bottone-seleziona-ricetta.selezionata {
  background-color: #3e1863;
  color: #fff;
}
.bottone-seleziona-ricetta.selezionata::after {
  content: "SELEZIONATA";
}
.bottone-seleziona-ricetta.selezionata:hover {
  background-color: #f2665e;
  border: 1px solid #f2665e;
}
.bottone-seleziona-ricetta.selezionata:hover::after {
  content: "X RIMUOVI";
}
.bottone-seleziona-ricetta.selected {
  background-color: #3e1863;
  color: #fff;
}
.bottone-seleziona-ricetta.selected::after {
  content: "SELECTED";
}
.bottone-seleziona-ricetta.selected:hover {
  background-color: #f2665e;
  border: 1px solid #f2665e;
}
.bottone-seleziona-ricetta.selected:hover::after {
  content: "X REMOVE";
}

.bottone-seleziona-premietto {
  padding: 6px 20px;
  color: #3e1863;
  border-radius: 30px;
  border: 1px solid #3e1863;
  font-size: 13px;
  text-align: center;
}
.bottone-seleziona-premietto.selezionata {
  background-color: #3e1863;
  color: #fff;
}
.bottone-seleziona-premietto.selezionata::after {
  content: "SELEZIONATA";
}
.bottone-seleziona-premietto.selected {
  background-color: #3e1863;
  color: #fff;
}
.bottone-seleziona-premietto.selected::after {
  content: "SELECTED";
}

@media screen and (max-width: 767px) {
  .step-1 .navigation-wizard-mobile {
    justify-content: center;
  }
}

.navigation-wizard-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  left: 0;
  padding: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .navigation-wizard-mobile {
    justify-content: space-between;
  }
}

.razza .select2 .select2-container--default, .razza .select2 .select2-selection--single, .razza .select2-container .select2-container--default, .razza .select2-container .select2-selection--single, .razza .select2-container--default .select2-container--default, .razza .select2-container--default .select2-selection--single, .razza .select2-container--focus .select2-container--default, .razza .select2-container--focus .select2-selection--single {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
.razza .select2 .select2-container--default .select2-selection__rendered, .razza .select2 .select2-selection--single .select2-selection__rendered, .razza .select2-container .select2-container--default .select2-selection__rendered, .razza .select2-container .select2-selection--single .select2-selection__rendered, .razza .select2-container--default .select2-container--default .select2-selection__rendered, .razza .select2-container--default .select2-selection--single .select2-selection__rendered, .razza .select2-container--focus .select2-container--default .select2-selection__rendered, .razza .select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #3e1863 !important;
}
.razza .select2 .select2-container--default .select2-selection__rendered .select2-selection__clear, .razza .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear, .razza .select2-container .select2-container--default .select2-selection__rendered .select2-selection__clear, .razza .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear, .razza .select2-container--default .select2-container--default .select2-selection__rendered .select2-selection__clear, .razza .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear, .razza .select2-container--focus .select2-container--default .select2-selection__rendered .select2-selection__clear, .razza .select2-container--focus .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  font-weight: 600;
  font-size: 18px;
  height: 20px;
  width: 20px;
  top: 2px;
}
.razza .select2 .select2-container--default .select2-selection__arrow, .razza .select2 .select2-selection--single .select2-selection__arrow, .razza .select2-container .select2-container--default .select2-selection__arrow, .razza .select2-container .select2-selection--single .select2-selection__arrow, .razza .select2-container--default .select2-container--default .select2-selection__arrow, .razza .select2-container--default .select2-selection--single .select2-selection__arrow, .razza .select2-container--focus .select2-container--default .select2-selection__arrow, .razza .select2-container--focus .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 12px;
  right: 5px;
}

.select2-custom .select2, .select2-custom .select2-container, .select2-custom .select2-container--default, .select2-custom .select2-container--focus {
  width: 100% !important;
  min-width: 100% !important;
}
.select2-custom .select2 .select2-container--default, .select2-custom .select2 .select2-selection--single, .select2-custom .select2-container .select2-container--default, .select2-custom .select2-container .select2-selection--single, .select2-custom .select2-container--default .select2-container--default, .select2-custom .select2-container--default .select2-selection--single, .select2-custom .select2-container--focus .select2-container--default, .select2-custom .select2-container--focus .select2-selection--single {
  height: 43px;
  border: none;
  padding: 10px 4px;
  font-size: 15px;
  font-weight: 300;
}
.select2-custom .select2 .select2-container--default .select2-selection__rendered, .select2-custom .select2 .select2-selection--single .select2-selection__rendered, .select2-custom .select2-container .select2-container--default .select2-selection__rendered, .select2-custom .select2-container .select2-selection--single .select2-selection__rendered, .select2-custom .select2-container--default .select2-container--default .select2-selection__rendered, .select2-custom .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-custom .select2-container--focus .select2-container--default .select2-selection__rendered, .select2-custom .select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #3e1863 !important;
}
.select2-custom .select2 .select2-container--default .select2-selection__rendered .select2-selection__clear, .select2-custom .select2 .select2-selection--single .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container .select2-container--default .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container--default .select2-container--default .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container--focus .select2-container--default .select2-selection__rendered .select2-selection__clear, .select2-custom .select2-container--focus .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  font-weight: 600;
  font-size: 18px;
  height: 20px;
  width: 20px;
  top: 2px;
}
.select2-custom .select2 .select2-container--default .select2-selection__arrow, .select2-custom .select2 .select2-selection--single .select2-selection__arrow, .select2-custom .select2-container .select2-container--default .select2-selection__arrow, .select2-custom .select2-container .select2-selection--single .select2-selection__arrow, .select2-custom .select2-container--default .select2-container--default .select2-selection__arrow, .select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-custom .select2-container--focus .select2-container--default .select2-selection__arrow, .select2-custom .select2-container--focus .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 12px;
  right: 5px;
}

#areautente .select2, #areautente .select2-container, #areautente .select2-container--default, #areautente .select2-container--focus {
  margin-top: 11px;
  border: 1px solid #d9d9d6;
}
#areautente .select2-container--default, #areautente .select2-selection--single {
  height: 43px;
  box-shadow: none;
  border: 0px;
}
#areautente .select2-selection--single {
  border: 1px solid #d9d9d6;
}
#areautente .select2-container--open {
  margin-top: 0 !important;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #f8f0ef;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-align: center;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  line-height: 18px;
  padding: 12px 20px;
  font-weight: 500;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #3e1863;
  color: #fff;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  margin-bottom: 33px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 9px !important;
  border: 1px solid #3e1863;
  padding: 10px 12px;
  border-radius: 50%;
  color: #3e1863;
}

.payment-info * {
  font-size: 16px;
  font-weight: 600;
}

.payment-info .payment-field {
  padding: 10px 20px 11px;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
}

.payment-info .payment-field + .payment-field {
  margin-top: 6px;
}

.payment-info .payment-field.focus,
.payment-info .payment-field:focus {
  color: #424770;
}

.payment-info .payment-field.invalid {
  background-color: #fa755a;
}

.payment-info .payment-field.invalid.focus {
  background-color: #f6f9fc;
}

.payment-info .payment-field.focus::-webkit-input-placeholder,
.payment-info .payment-field:focus::-webkit-input-placeholder {
  color: #cfd7df;
}

.payment-info .payment-field.focus::-moz-placeholder,
.payment-info .payment-field:focus::-moz-placeholder {
  color: #cfd7df;
}

.payment-info .payment-field.focus:-ms-input-placeholder,
.payment-info .payment-field:focus:-ms-input-placeholder {
  color: #cfd7df;
}

.payment-info input, .payment-info button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.payment-info input {
  color: #3e1863;
}

.payment-info input::-webkit-input-placeholder {
  color: #9bacc8;
}

.payment-info input::-moz-placeholder {
  color: #9bacc8;
}

.payment-info input:-ms-input-placeholder {
  color: #9bacc8;
}

.payment-info button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 0 15px;
  background-color: #fcd669;
  border-radius: 20px;
  color: #525f7f;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.payment-info button:active {
  background-color: #f5be58;
}

.payment-info .error svg .base {
  fill: #fa755a;
}

.payment-info .error svg .glyph {
  fill: #fff;
}

.payment-info .error .message {
  color: #fff;
}

.payment-info .success .icon .border {
  stroke: #fcd669;
}

.payment-info .success .icon .checkmark {
  stroke: #fff;
}

.payment-info .success .title {
  color: #fff;
}

.payment-info .success .message {
  color: #9cabc8;
}

.payment-info .success .reset path {
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  #subscription_wizard #iscrizione_wizard_form .step-11 .ricette-checkbox-container h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .ricette-checkbox-container .checkmark {
    min-width: 260px;
  }
}

.premietti .small-container {
  max-width: 600px;
  margin: 0px auto;
}
.premietti .ricette-checkbox-container {
  justify-content: initial;
  display: block;
  overflow: hidden;
}
.premietti .ricette-checkbox-container .checkmark img {
  border-radius: 0 19px 19px 0;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .premietti .ricette-checkbox-container .checkmark img {
    height: 170px;
  }
}
.premietti .ricette-checkbox-container label {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.premietti .ricette-checkbox-container .checkmark {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: initial;
}
.premietti .ricette-checkbox-container .checkmark.checkmark-no-grazie {
  width: 70px;
  background: transparent;
  border: 1px solid #3e1863;
  margin: 0px auto;
}
.premietti .ricette-checkbox-container .checkmark.checkmark-no-grazie input:checked ~ .checkmark {
  box-shadow: none !important;
}
.premietti .ricette-checkbox-container input:checked ~ .checkmark-no-grazie {
  background-color: #3e1863;
  color: #fff;
}
.premietti .ricette-checkbox-container .img-container {
  width: 173px;
}
@media screen and (max-width: 991px) {
  .premietti .ricette-checkbox-container .img-container {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .premietti .ricette-checkbox-container .checkmark-no-grazie .info-container {
    text-align: center;
    margin-left: 0px;
  }
}
.premietti .ricette-checkbox-container .info-container {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .premietti .ricette-checkbox-container .info-container {
    text-align: left;
    margin-left: 20px;
  }
}
.premietti .ricette-checkbox-container .info-container input[type=number] {
  width: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .premietti .ricette-checkbox-container .info-container input[type=number] {
    margin: 10px 0px;
    padding: 2px 15px;
  }
}
.premietti .ricette-checkbox-container .info-container h3 {
  font-size: 18px;
}
.premietti .bottone-seleziona-ricetta {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .premietti .bottone-seleziona-ricetta {
    padding: 3px 20px;
    font-size: 12px;
    width: 120px;
  }
}
.premietti .bottone-seleziona-ricetta.selezionata::after {
  content: "SELEZIONATO";
}
.premietti .bottone-seleziona-ricetta.selected::after {
  content: "SELECTED";
}
.premietti input:checked ~ .checkmark {
  box-shadow: none !important;
}
.premietti .btn-no-grazie {
  padding: 4px 0px;
}
@media screen and (min-width: 767px) {
  .premietti .btn-no-grazie {
    padding: 0px;
  }
}

.ricette-checkbox-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .ricette-checkbox-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: initial;
  }
}
.ricette-checkbox-container label {
  margin: 10px;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .ricette-checkbox-container label {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .ricette-checkbox-container label {
    width: 70%;
  }
}
.ricette-checkbox-container [type=checkbox]:not(:checked),
.ricette-checkbox-container [type=checkbox]:checked, .ricette-checkbox-container [type=radio]:not(:checked),
.ricette-checkbox-container [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.ricette-checkbox-container .checkmark {
  padding: 0px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid transparent;
  text-align: center;
}
.ricette-checkbox-container .checkmark .check-circle {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #3e1863;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1;
}
.ricette-checkbox-container .checkmark .check-circle::after {
  content: "✔";
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 25px;
  color: #3e1863;
  transition: all 0.2s;
  display: none;
}
.ricette-checkbox-container .checkmark img {
  width: 100%;
}

.ricette-checkbox-container input:checked ~ .checkmark {
  background-color: white;
  color: #3e1863;
  border: 2px solid #3e1863;
  box-shadow: 0 0 18px -7px #3e1863;
  opacity: 1;
}

.ricette-checkbox-container input:checked ~ .checkmark .check-circle::after {
  display: block;
}

.piano-dieta-radio {
  justify-content: space-between !important;
}
.piano-dieta-radio label {
  width: 40% !important;
}

.modal-content {
  border-radius: 20px !important;
  padding: 40px;
}

.modal-header {
  display: none !important;
}

.modal-body {
  text-align: center;
  padding: 0px;
}

.testo-modal {
  color: #1C2821;
  font-size: 14px;
}

.modal-footer {
  border-top: 0;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .zsiqwidget {
    display: none;
  }
}
.zsiq_theme1 div.zsiq_cnt {
  display: none;
}

#zsiqbtn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 84px;
}

.wizard #zsiqbtn {
  bottom: 75px;
}
.wizard .whatsapp-widget--container {
  bottom: 88px;
}

#siqbtndiv {
  width: auto;
  background: transparent;
}

#siqbtndiv:after {
  display: none;
}

#siqbtndiv:before {
  border: none;
}

#siqbtndiv span, #siqbtndiv em {
  display: none;
}

.zsiq_float12 .siqico-chat:before {
  color: #361168;
}

@media screen and (min-width: 1024px) {
  .whatsapp-widget--container {
    display: none;
  }
}
.whatsapp-widget--container {
  opacity: 1;
  visibility: visible;
  z-index: 2147483639;
  position: fixed;
  bottom: 18px;
  width: 58px;
  height: 58px;
  max-width: 100%;
  max-height: calc(100% - 0px);
  min-height: 0px;
  min-width: 0px;
  background-color: transparent;
  border: 0px;
  overflow: hidden;
  right: 18px;
  transition: none 0s ease 0s !important;
}

.whatsapp-widget {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  will-change: transform, opacity;
  backface-visibility: hidden;
  right: 0px;
}

.whatsapp-widget .whatsapp-widget_wrapper .whatsapp-widget_wrapper--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-widget .whatsapp-widget_wrapper .whatsapp-widget_wrapper--icon img {
  width: 58px;
  height: 58px;
}

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
}
.hero .row {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero .row {
    padding-top: 110px;
    align-items: flex-start;
  }
}
.hero .row .titolo-home {
  text-align: center;
  opacity: 0;
}
.hero .row .titolo-home .logo {
  width: 300px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .hero .row .titolo-home .logo {
    width: 160px;
    padding-bottom: 10px;
  }
}
.hero .row .titolo-home .btn {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hero .row .titolo-home .btn {
    margin-top: 20px;
  }
}
.hero .row .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hero .row .hero-img {
    top: 47px;
  }
}
.hero .chat-icon {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  z-index: 99;
}

.ricetta-main {
  background-color: #FFF2E9;
}
.ricetta-main .piatto {
  padding: 12px;
  width: 75%;
}
.ricetta-main .ricetta-main-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transform: translateX(-59px) translateY(5%);
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .ricetta-main .ricetta-main-icons {
    transform: translateX(-40px) translateY(4%);
  }
}
@media screen and (max-width: 991px) {
  .ricetta-main .ricetta-main-icons {
    height: auto;
  }
}
.ricetta-main .js-ricetta-icon {
  opacity: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
}
.ricetta-main .js-ricetta-icon .ricetta-icon {
  width: 80px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .ricetta-main .js-ricetta-icon .ricetta-icon {
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .ricetta-main .js-ricetta-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ricetta-main .js-ricetta-icon {
    max-width: 280px;
  }
}

.servizi {
  background-color: #3e1863;
}
.servizi h2, .servizi h4, .servizi p {
  color: white;
  text-align: center;
}
.servizi .icon {
  width: 100px;
  height: 100px;
  background-color: #F2665E;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.dieta .col-12 {
  padding: 0 !important;
}
.dieta .dieta-text {
  width: 60%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .dieta .dieta-text {
    width: 85%;
  }
}
.dieta .dieta-image {
  background-color: #c9c9c9;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.dieta .dieta-image img {
  width: 100%;
  height: 100%;
  padding: 4rem;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dieta .dieta-image img {
    padding: 1rem;
  }
}
.dieta .dieta-text-down-icons {
  display: flex;
  align-items: center;
}
.dieta .dieta-text-down-icons .icon-small {
  width: 60px;
  height: 60px;
  background-color: #F2665E;
  border-radius: 50%;
}
.dieta .dieta-text-down-icons p {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .dieta .dieta-text-down-icons p {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ricette-home .row {
    flex-direction: column-reverse;
  }
}
.ricette-home .col {
  padding: 0 !important;
}
.ricette-home .ricette-image {
  background-color: #ffce73;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.ricette-home .ricette-image img {
  width: 100%;
  height: 100%;
  padding: 4rem;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ricette-home .ricette-image img {
    padding: 1rem;
  }
}
.ricette-home .ricette-text {
  width: 60%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ricette-home .ricette-text {
    width: 85%;
  }
}

#le_nostre_pappe .swiper-slide {
  justify-content: center;
  align-items: center;
}
#le_nostre_pappe .col-image {
  height: auto;
}

.veterinario {
  background-color: #ede9f3;
}
.veterinario .swiper-container {
  width: 100%;
  height: 40%;
}
@media screen and (max-width: 767px) {
  .veterinario .swiper-container {
    height: 60%;
  }
}
.veterinario .swiper-slide {
  position: relative;
  background: url("../images/bubble.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .veterinario .swiper-slide {
    background-position: top;
    top: 20px;
    align-items: flex-start;
    padding: 70px 30px 0;
  }
}
.veterinario .swiper-slide .testo-xs {
  position: absolute;
  bottom: 0;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .veterinario .swiper-slide .testo-xs {
    bottom: 70px;
    left: 120px;
  }
}
.veterinario .swiper-pagination .swiper-pagination-bullet-active {
  background: #3e1863;
}

.loghi {
  background-color: #f8f8f8;
}
.loghi .col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loghi .col-4 img {
  width: 50%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .loghi .col-4 img {
    width: 100%;
  }
}

.vero-cibo {
  width: 100%;
  background: url("../images/vero-cibo-per-cani-domicilio-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
}
.vero-cibo .container {
  padding: 190px 0px;
}
@media screen and (max-width: 768px) {
  .vero-cibo {
    background-color: #f4f7fe;
    background-image: none;
  }
  .vero-cibo .container {
    padding: 40px 0px;
  }
}

.newsletter {
  background-color: #ede9f3;
}
.newsletter label, .newsletter input {
  display: block;
  margin: 0 auto;
}
.newsletter label {
  font-size: 15px;
  font-weight: 600;
}
.newsletter input {
  width: auto;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border: none;
}
.newsletter input:focus {
  border: 1px solid #3e1863;
  box-shadow: 0px 0px 8px rgba(54, 18, 104, 0.3);
}
.newsletter input[type=text], .newsletter input[type=email] {
  width: 300px;
}
.newsletter .privacy-container {
  margin: 15px auto 0;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.newsletter .privacy-container [type=checkbox]:not(:checked),
.newsletter .privacy-container [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.newsletter .privacy-container [type=checkbox]:not(:checked) + label,
.newsletter .privacy-container [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.newsletter .privacy-container [type=checkbox]:not(:checked) + label:before,
.newsletter .privacy-container [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 2px;
  top: -3px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.newsletter .privacy-container [type=checkbox]:not(:checked) + label:after,
.newsletter .privacy-container [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: -4px;
  left: 5px;
  font-size: 16px;
  color: #3e1863;
  transition: all 0.2s;
}
.newsletter .privacy-container [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.newsletter .privacy-container [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.newsletter label.error {
  font-size: 12px;
  font-weight: 400;
  color: #F2665E;
  margin-top: 10px;
}
.newsletter input.error {
  border: 1px solid #F2665E;
}

#le_nostre_pappe .punto {
  padding: 5px 19px 5px 15px;
  background-color: #fff8a7;
  height: 35px;
  border-radius: 50%;
  width: 35px;
  font-weight: 600;
}

#come_funziona .punto {
  padding: 5px 19px 5px 15px;
  background-color: #ece9f2;
  height: 35px;
  border-radius: 50%;
  width: 35px;
  font-weight: 600;
}
#come_funziona .testo-punto {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  #su_misura .col-image {
    padding-bottom: 39px;
    padding-top: 0px;
  }
}

#le_nostre_pappe {
  background-color: #ffe187;
}
#le_nostre_pappe .col-image {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #le_nostre_pappe .col-image {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

#nutrizionista .col-text {
  height: 500px;
}
@media screen and (max-width: 1140px) {
  #nutrizionista .col-text {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  #nutrizionista .col-text {
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #nutrizionista .col-text {
    height: auto;
    padding-bottom: 0;
  }
}
#nutrizionista .col-image {
  height: 500px;
}
@media screen and (max-width: 1140px) {
  #nutrizionista .col-image {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  #nutrizionista .col-image {
    height: 400px;
  }
}

#dicono_di_noi {
  background-color: rgba(242, 102, 94, 0.1215686275);
}

#nutrizionista .col-image {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  #nutrizionista .col-image {
    padding: 40px 40px 56px 40px;
  }
}
@media screen and (max-width: 767px) {
  #nutrizionista .col-image {
    padding: 27px 15px 12px;
  }
}

.swiper_pappe .img-slider {
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_pappe .img-slider img {
  width: 68%;
}
@media screen and (max-width: 1024px) {
  .swiper_pappe .img-slider {
    height: 80%;
  }
}
.swiper_pappe .col-text-sopra {
  padding: 20px 0px 0px 0px;
}
.swiper_pappe .col-text-sotto {
  padding: 20px 0px 0px 0px;
}
.swiper_pappe .swiper-slide {
  margin-bottom: 0px !important;
}

.swiper_recensioni {
  height: 255px;
}
@media screen and (max-width: 991px) {
  .swiper_recensioni {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .bg_snack {
    background-color: #e2eff7;
    padding: 45px;
  }
}
@media screen and (min-width: 992px) {
  .bg_snack {
    height: 750px;
    position: relative;
    background: url("../images/sfondo_premietti_desktop_new.webp");
    background-position: 50% 83%;
    background-size: cover;
  }
  .bg_snack .testo-snack {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 66%;
    text-align: center;
  }
}

#ricette .two-colums-image .col-image img {
  object-fit: contain;
}
#ricette .visual_container {
  padding: 150px 130px 100px;
  position: relative;
  height: 100%;
}
#ricette .visual_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#ricette .visual_container .visual_container-inner--txt {
  width: 50%;
  height: auto;
  padding: 20px 20px 0 0;
  bottom: 2px;
  font-size: 15px;
  line-height: 20px;
  background-color: #feefe7;
  color: #361268;
  position: absolute;
  transform: translateY(-50%);
}
#ricette .two-colums-image .nav-link {
  color: #3e1863;
  border: 1px solid #3e1863;
  margin-right: 15px;
  border-radius: 40px;
}
#ricette .two-colums-image .nav-link.active {
  background-color: #f2665e;
  color: white;
  border: 1px solid #f2665e;
}
@media screen and (max-width: 1024px) {
  #ricette .hero {
    height: auto;
  }
  #ricette .visual_container {
    padding: 130px 30px 0px;
    height: auto;
  }
  #ricette .visual_container img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }
  #ricette .visual_container .visual_container-inner--txt {
    padding: 20px 0;
    position: relative;
    width: 100%;
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  #ricette .visual_container img {
    height: 250px;
  }
}

#login .login-block {
  background-color: #FCF0EF;
}
@media screen and (max-width: 1024px) {
  #login .login-block {
    height: 100vh !important;
  }
}
#login .login-block .inner-login-block {
  padding: 0px 70px;
}
@media screen and (max-width: 1024px) {
  #login .login-block .inner-login-block {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  #login .login-block .inner-login-block {
    padding: 0px;
  }
}

#areautente {
  background-color: #f9f0ef;
}
#areautente .page-content {
  padding: 26px 0;
}
#areautente .cambia-subscription {
  text-decoration: underline;
  display: inline;
  position: relative;
  cursor: pointer;
}
#areautente .altre-subscription {
  position: absolute;
  right: 0;
  background-color: #fff;
  color: #000;
  font-size: 19px;
  width: 200px;
  top: 39px;
  box-shadow: 0 0 5px #888;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  z-index: 2;
}
#areautente .altre-subscription a {
  display: block;
}
#areautente .outer-hero-title {
  display: flex;
  width: 100%;
  background-color: #3e1863;
  align-items: center;
  padding: 0px 20px;
  min-height: 180px;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #areautente .outer-hero-title {
    min-height: 170px;
  }
}
#areautente .hero-title {
  position: relative;
  height: 180px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
#areautente .main-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  #areautente .main-title {
    font-size: 25px;
    line-height: 33px;
  }
}
#areautente .back-to-dashboard, #areautente .cambia-cane {
  transform: translateY(-50%);
  position: absolute;
  font-size: 14px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #areautente .back-to-dashboard, #areautente .cambia-cane {
    top: 45%;
  }
}
@media screen and (max-width: 1024px) {
  #areautente .back-to-dashboard, #areautente .cambia-cane {
    bottom: 0%;
  }
}
@media screen and (min-width: 1024px) {
  #areautente .profilo-back {
    top: 50%;
  }
}
#areautente .back-to-dashboard {
  left: 55px;
}
@media screen and (max-width: 1024px) {
  #areautente .back-to-dashboard {
    left: 32px;
    font-size: 12px;
  }
}
#areautente .cambia-cane {
  right: 55px;
}
#areautente .aggiungi-nuovo-cane {
  margin-bottom: 26px;
}
#areautente .form-dieta .errorlist li {
  text-align: center;
}
#areautente .box-info-title {
  margin: 15px 0px;
}
@media screen and (min-width: 1024px) {
  #areautente .box-info-spedizioni {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
}
#areautente .altra_data {
  border: 1px solid #c9c9c9;
  padding: 14px 7px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
#areautente .altra_data.selected {
  background-color: #3e1863;
  color: #fff;
}
#areautente .altra_data.selected:hover {
  background-color: #3e1863;
}
#areautente .altra_data:hover {
  background-color: #c9c9c9;
}
