@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.color-primary {
  color: #ff8028;
}

/*0064FF*/
.color-white {
  color: #fff;
}

@font-face {
  font-family: "Early-Man";
  src: url("fonts/early-man/Early-Man.ttf.woff") format("woff"), url("fonts/early-man/Early-Man.ttf.svg#Early-Man") format("svg"), url("fonts/early-man/Early-Man.ttf.eot"), url("fonts/early-man/Early-Man.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?t7lf3i");
  src: url("fonts/icomoon/icomoon.eot?t7lf3i#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?t7lf3i") format("truetype"), url("fonts/icomoon/icomoon.woff?t7lf3i") format("woff"), url("fonts/icomoon/icomoon.svg?t7lf3i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-lupa:before {
  content: "\e986";
}

.icon-globe:before {
  content: "\e9c9";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-fb:before {
  content: "\ea90";
}

.icon-tw:before {
  content: "\ea96";
}

.icon-ig:before {
  content: "\ea92";
}

.icon-yt:before {
  content: "\ea9d";
}

.icon-ytb:before {
  content: "\ea9d";
}

.icon-tk:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  padding: 0.4rem;
  content: "\e07b";
}

.icon-text:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f036";
}

.icon-order-text:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f15e";
}
.icon-order-text.asc:before {
  content: "\f15d";
}

.icon-order-calendar:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f073";
}

.icon-calendar:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f073";
}

.icon-notifications:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0f3";
}

.icon-name:before {
  content: "\e971";
}

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

.icon-job:before {
  content: "\e923";
}

.icon-mail:before {
  content: "\ea84";
}

.icon-mail:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0e0";
  font-weight: 900;
}

.icon-list:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f03a";
}

.icon-grid:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f009";
}

.icon-password:before {
  content: "\e98f";
  margin-left: 2px;
}

.bi-font-light:before {
  content: " ";
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  float: left;
  margin-right: 0.5rem;
  background-image: url(../images/icons/bi_text_light.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bi-font-dark:before {
  content: " ";
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  float: left;
  margin-right: 0.5rem;
  background-image: url(../images/icons/bi_text_dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bi-font-darkGrey:before {
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url(../images/icons/bi_text_dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.fileDownload::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-right: 0.5rem;
}

.fileOpen::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f07c";
  margin-right: 0.5rem;
}

.fileDownload::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-right: 0.5rem;
}

.fileShare::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f064";
  margin-right: 0.5rem;
}

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

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

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

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

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

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

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

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

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

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

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

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

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

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

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

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

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

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

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

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

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

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

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

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

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

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

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

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

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

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

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

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

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

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

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

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

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

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

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

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

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

.link-info {
  color: #0dcaf0;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
.hidden {
    display: none !important;
}
*/
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: transparent;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: transparent;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: transparent;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
* Swiper 4.1.6
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: February 11, 2018
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%0064FF2%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%0064FF7%2C22L5%2C44l-2.1-2.1L22.8%0064FF.9%2C2.1L5%2C0L27%0064FF7%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%0064FF2%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%0064FF7%2C22L5%2C44l-2.1-2.1L22.8%0064FF.9%2C2.1L5%2C0L27%0064FF7%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%0064FF2%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%0064FF7%2C22L5%2C44l-2.1-2.1L22.8%0064FF.9%2C2.1L5%2C0L27%0064FF7%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination, #swiper-pagination {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #ff8028;
  opacity: 1;
}

body.home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.imagesGalleryContainer, .videoEmbedContainer {
  height: 40rem;
}
@media (max-width: 680px) {
  .imagesGalleryContainer, .videoEmbedContainer {
    height: 30rem;
  }
}
.imagesGalleryContainer .swiper-container, .videoEmbedContainer .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.imagesGalleryContainer .swiper-slide, .videoEmbedContainer .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.imagesGalleryContainer .gallery-top, .videoEmbedContainer .gallery-top {
  height: 80%;
  width: 100%;
}
.imagesGalleryContainer .gallery-thumbs, .videoEmbedContainer .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.imagesGalleryContainer .gallery-thumbs .swiper-slide, .videoEmbedContainer .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.imagesGalleryContainer .gallery-thumbs .swiper-slide-active, .videoEmbedContainer .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.imagesGalleryContainer .swiper-button-next, .imagesGalleryContainer .swiper-button-prev, .videoEmbedContainer .swiper-button-next, .videoEmbedContainer .swiper-button-prev {
  position: absolute;
  right: -2.8rem;
  width: 2.8rem;
  height: 4rem;
  background-color: #0064FF;
  color: #fff;
  text-align: center;
  background-image: none;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
}
.imagesGalleryContainer .swiper-button-next:before, .imagesGalleryContainer .swiper-button-prev:before, .videoEmbedContainer .swiper-button-next:before, .videoEmbedContainer .swiper-button-prev:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f061";
}
.imagesGalleryContainer .swiper-button-next, .videoEmbedContainer .swiper-button-next {
  right: 0;
}
.imagesGalleryContainer .swiper-button-prev, .videoEmbedContainer .swiper-button-prev {
  left: 0;
}
.imagesGalleryContainer .swiper-button-prev:before, .videoEmbedContainer .swiper-button-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.videoEmbedContainer {
  height: 50rem;
}
@media (max-width: 680px) {
  .videoEmbedContainer {
    height: 30rem;
  }
}
.videoEmbedContainer .swiper-container {
  height: 50rem;
}
@media (max-width: 680px) {
  .videoEmbedContainer .swiper-container {
    height: 30rem;
  }
}
.videoEmbedContainer .swiper-container .swiper-slide iframe {
  min-height: initial;
  height: 100%;
}

/*! jQuery UI - v1.12.1 - 2018-03-06
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  /*font-size: 100%;*/
  background: none;
  border: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  overflow: auto;
  background: none;
  border: none;
}

/* datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background-color: #fff;
}

.ui-widget-content {
  /*
  border: 1px solid #dddddd;
  background: #ffffff;
  */
  /*color: #333333;*/
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-datepicker-calendar {
  /* Interaction Cues
  ----------------------------------*/
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-button,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:hover,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-datepicker-calendar .ui-state-default a,
.ui-datepicker-calendar .ui-state-default a:link,
.ui-datepicker-calendar .ui-state-default a:visited,
.ui-datepicker-calendar a.ui-button,
.ui-datepicker-calendar a:link.ui-button,
.ui-datepicker-calendar a:visited.ui-button,
.ui-datepicker-calendar .ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus,
.ui-datepicker-calendar .ui-button:hover,
.ui-datepicker-calendar .ui-button:focus {
  /*
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
  */
}
.ui-datepicker-calendar .ui-state-hover a,
.ui-datepicker-calendar .ui-state-hover a:hover,
.ui-datepicker-calendar .ui-state-hover a:link,
.ui-datepicker-calendar .ui-state-hover a:visited,
.ui-datepicker-calendar .ui-state-focus a,
.ui-datepicker-calendar .ui-state-focus a:hover,
.ui-datepicker-calendar .ui-state-focus a:link,
.ui-datepicker-calendar .ui-state-focus a:visited,
.ui-datepicker-calendar a.ui-button:hover,
.ui-datepicker-calendar a.ui-button:focus {
  /*
  color: #2b2b2b;
  text-decoration: none;
  */
}
.ui-datepicker-calendar .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-widget-header .ui-state-active,
.ui-datepicker-calendar a.ui-button:active,
.ui-datepicker-calendar .ui-button:active,
.ui-datepicker-calendar .ui-button.ui-state-active:hover {
  border: 1px solid #ff8028;
  background: #ff8028;
  font-weight: normal;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-icon-background,
.ui-datepicker-calendar .ui-state-active .ui-icon-background {
  /*
  border: #003eff;
  background-color: #ffffff;
  */
}
.ui-datepicker-calendar .ui-state-active a,
.ui-datepicker-calendar .ui-state-active a:link,
.ui-datepicker-calendar .ui-state-active a:visited {
  /*
  color: #ffffff;
  text-decoration: none;
  */
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #D9DAE2;
  background: #D9DAE2;
  color: #5115a0;
}
.ui-datepicker-calendar .ui-state-checked {
  /*
  border: 1px solid #dad55e;
  background: #fffa90;
  */
}
.ui-datepicker-calendar .ui-state-highlight a,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight a,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-datepicker-calendar .ui-state-error,
.ui-datepicker-calendar .ui-widget-content .ui-state-error,
.ui-datepicker-calendar .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-state-error a,
.ui-datepicker-calendar .ui-widget-content .ui-state-error a,
.ui-datepicker-calendar .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-state-error-text,
.ui-datepicker-calendar .ui-widget-content .ui-state-error-text,
.ui-datepicker-calendar .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-priority-primary,
.ui-datepicker-calendar .ui-widget-content .ui-priority-primary,
.ui-datepicker-calendar .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-datepicker-calendar .ui-priority-secondary,
.ui-datepicker-calendar .ui-widget-content .ui-priority-secondary,
.ui-datepicker-calendar .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-widget-content .ui-state-disabled,
.ui-datepicker-calendar .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-datepicker-calendar .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-datepicker {
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
}
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon {
  background-image: url("../images/icons/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../images/icons/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-button:hover .ui-icon,
.ui-datepicker .ui-button:focus .ui-icon {
  background-image: url("../images/icons/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
  background-image: url("../images/icons/ui-icons_ffffff_256x240.png");
}
.ui-datepicker .ui-state-highlight .ui-icon,
.ui-datepicker .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/icons/ui-icons_777620_256x240.png");
}
.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url("../images/icons/ui-icons_cc0000_256x240.png");
}
.ui-datepicker .ui-button .ui-icon {
  background-image: url("../images/icons/ui-icons_777777_256x240.png");
}
.ui-datepicker .ui-icon-blank {
  background-position: 16px 16px;
}
.ui-datepicker .ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-datepicker .ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-datepicker .ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-datepicker .ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-datepicker .ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-datepicker .ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-datepicker .ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-datepicker .ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-datepicker .ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-datepicker .ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-datepicker .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-datepicker .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-datepicker .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-datepicker .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-datepicker .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-datepicker .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-datepicker .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-datepicker .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-datepicker .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-datepicker .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-datepicker .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-datepicker .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-datepicker .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-datepicker .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-datepicker .ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-datepicker .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-datepicker .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-datepicker .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-datepicker .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-datepicker .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-datepicker .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-datepicker .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-datepicker .ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-datepicker .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-datepicker .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-datepicker .ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-datepicker .ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-datepicker .ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-datepicker .ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-datepicker .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-datepicker .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-datepicker .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-datepicker .ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-datepicker .ui-icon-document {
  background-position: -32px -96px;
}
.ui-datepicker .ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-datepicker .ui-icon-note {
  background-position: -64px -96px;
}
.ui-datepicker .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-datepicker .ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-datepicker .ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-datepicker .ui-icon-comment {
  background-position: -128px -96px;
}
.ui-datepicker .ui-icon-person {
  background-position: -144px -96px;
}
.ui-datepicker .ui-icon-print {
  background-position: -160px -96px;
}
.ui-datepicker .ui-icon-trash {
  background-position: -176px -96px;
}
.ui-datepicker .ui-icon-locked {
  background-position: -192px -96px;
}
.ui-datepicker .ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-datepicker .ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-datepicker .ui-icon-tag {
  background-position: -240px -96px;
}
.ui-datepicker .ui-icon-home {
  background-position: 0 -112px;
}
.ui-datepicker .ui-icon-flag {
  background-position: -16px -112px;
}
.ui-datepicker .ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-datepicker .ui-icon-cart {
  background-position: -48px -112px;
}
.ui-datepicker .ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-datepicker .ui-icon-clock {
  background-position: -80px -112px;
}
.ui-datepicker .ui-icon-disk {
  background-position: -96px -112px;
}
.ui-datepicker .ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-datepicker .ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-datepicker .ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-datepicker .ui-icon-search {
  background-position: -160px -112px;
}
.ui-datepicker .ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-datepicker .ui-icon-gear {
  background-position: -192px -112px;
}
.ui-datepicker .ui-icon-heart {
  background-position: -208px -112px;
}
.ui-datepicker .ui-icon-star {
  background-position: -224px -112px;
}
.ui-datepicker .ui-icon-link {
  background-position: -240px -112px;
}
.ui-datepicker .ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-datepicker .ui-icon-plus {
  background-position: -16px -128px;
}
.ui-datepicker .ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-datepicker .ui-icon-minus {
  background-position: -48px -128px;
}
.ui-datepicker .ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-datepicker .ui-icon-close {
  background-position: -80px -128px;
}
.ui-datepicker .ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-datepicker .ui-icon-key {
  background-position: -112px -128px;
}
.ui-datepicker .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-datepicker .ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-datepicker .ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-datepicker .ui-icon-copy {
  background-position: -176px -128px;
}
.ui-datepicker .ui-icon-contact {
  background-position: -192px -128px;
}
.ui-datepicker .ui-icon-image {
  background-position: -208px -128px;
}
.ui-datepicker .ui-icon-video {
  background-position: -224px -128px;
}
.ui-datepicker .ui-icon-script {
  background-position: -240px -128px;
}
.ui-datepicker .ui-icon-alert {
  background-position: 0 -144px;
}
.ui-datepicker .ui-icon-info {
  background-position: -16px -144px;
}
.ui-datepicker .ui-icon-notice {
  background-position: -32px -144px;
}
.ui-datepicker .ui-icon-help {
  background-position: -48px -144px;
}
.ui-datepicker .ui-icon-check {
  background-position: -64px -144px;
}
.ui-datepicker .ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-datepicker .ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-datepicker .ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-datepicker .ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-datepicker .ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-datepicker .ui-icon-play {
  background-position: 0 -160px;
}
.ui-datepicker .ui-icon-pause {
  background-position: -16px -160px;
}
.ui-datepicker .ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-datepicker .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-datepicker .ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-datepicker .ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-stop {
  background-position: -96px -160px;
}
.ui-datepicker .ui-icon-eject {
  background-position: -112px -160px;
}
.ui-datepicker .ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-datepicker .ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-datepicker .ui-icon-power {
  background-position: 0 -176px;
}
.ui-datepicker .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-datepicker .ui-icon-signal {
  background-position: -32px -176px;
}
.ui-datepicker .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-datepicker .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-datepicker .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-datepicker .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-datepicker .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-datepicker .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-datepicker .ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-datepicker .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-datepicker .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-datepicker .ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-datepicker .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-datepicker .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-datepicker .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-datepicker .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-datepicker .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-datepicker .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-datepicker .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-datepicker .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-datepicker .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-datepicker .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-datepicker .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-datepicker .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*! jQuery UI - v1.12.1 - 2018-03-06
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  /*font-size: 100%;*/
  background: none;
  border: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  overflow: auto;
  background: none;
  border: none;
}

/* datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background-color: #fff;
}

.ui-widget-content {
  /*
  border: 1px solid #dddddd;
  background: #ffffff;
  */
  /*color: #333333;*/
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-datepicker-calendar {
  /* Interaction Cues
  ----------------------------------*/
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-button,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:hover,
.ui-datepicker-calendar html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-datepicker-calendar .ui-state-default a,
.ui-datepicker-calendar .ui-state-default a:link,
.ui-datepicker-calendar .ui-state-default a:visited,
.ui-datepicker-calendar a.ui-button,
.ui-datepicker-calendar a:link.ui-button,
.ui-datepicker-calendar a:visited.ui-button,
.ui-datepicker-calendar .ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus,
.ui-datepicker-calendar .ui-button:hover,
.ui-datepicker-calendar .ui-button:focus {
  /*
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
  */
}
.ui-datepicker-calendar .ui-state-hover a,
.ui-datepicker-calendar .ui-state-hover a:hover,
.ui-datepicker-calendar .ui-state-hover a:link,
.ui-datepicker-calendar .ui-state-hover a:visited,
.ui-datepicker-calendar .ui-state-focus a,
.ui-datepicker-calendar .ui-state-focus a:hover,
.ui-datepicker-calendar .ui-state-focus a:link,
.ui-datepicker-calendar .ui-state-focus a:visited,
.ui-datepicker-calendar a.ui-button:hover,
.ui-datepicker-calendar a.ui-button:focus {
  /*
  color: #2b2b2b;
  text-decoration: none;
  */
}
.ui-datepicker-calendar .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-widget-header .ui-state-active,
.ui-datepicker-calendar a.ui-button:active,
.ui-datepicker-calendar .ui-button:active,
.ui-datepicker-calendar .ui-button.ui-state-active:hover {
  border: 1px solid #ff8028;
  background: #ff8028;
  font-weight: normal;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-icon-background,
.ui-datepicker-calendar .ui-state-active .ui-icon-background {
  /*
  border: #003eff;
  background-color: #ffffff;
  */
}
.ui-datepicker-calendar .ui-state-active a,
.ui-datepicker-calendar .ui-state-active a:link,
.ui-datepicker-calendar .ui-state-active a:visited {
  /*
  color: #ffffff;
  text-decoration: none;
  */
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #D9DAE2;
  background: #D9DAE2;
  color: #5115a0;
}
.ui-datepicker-calendar .ui-state-checked {
  /*
  border: 1px solid #dad55e;
  background: #fffa90;
  */
}
.ui-datepicker-calendar .ui-state-highlight a,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight a,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-datepicker-calendar .ui-state-error,
.ui-datepicker-calendar .ui-widget-content .ui-state-error,
.ui-datepicker-calendar .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-state-error a,
.ui-datepicker-calendar .ui-widget-content .ui-state-error a,
.ui-datepicker-calendar .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-state-error-text,
.ui-datepicker-calendar .ui-widget-content .ui-state-error-text,
.ui-datepicker-calendar .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-datepicker-calendar .ui-priority-primary,
.ui-datepicker-calendar .ui-widget-content .ui-priority-primary,
.ui-datepicker-calendar .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-datepicker-calendar .ui-priority-secondary,
.ui-datepicker-calendar .ui-widget-content .ui-priority-secondary,
.ui-datepicker-calendar .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-widget-content .ui-state-disabled,
.ui-datepicker-calendar .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-datepicker-calendar .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-datepicker {
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
}
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon {
  background-image: url("../images/icons/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../images/icons/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-button:hover .ui-icon,
.ui-datepicker .ui-button:focus .ui-icon {
  background-image: url("../images/icons/ui-icons_555555_256x240.png");
}
.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
  background-image: url("../images/icons/ui-icons_ffffff_256x240.png");
}
.ui-datepicker .ui-state-highlight .ui-icon,
.ui-datepicker .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/icons/ui-icons_777620_256x240.png");
}
.ui-datepicker .ui-state-error .ui-icon,
.ui-datepicker .ui-state-error-text .ui-icon {
  background-image: url("../images/icons/ui-icons_cc0000_256x240.png");
}
.ui-datepicker .ui-button .ui-icon {
  background-image: url("../images/icons/ui-icons_777777_256x240.png");
}
.ui-datepicker .ui-icon-blank {
  background-position: 16px 16px;
}
.ui-datepicker .ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-datepicker .ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-datepicker .ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-datepicker .ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-datepicker .ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-datepicker .ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-datepicker .ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-datepicker .ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-datepicker .ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-datepicker .ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-datepicker .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-datepicker .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-datepicker .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-datepicker .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-datepicker .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-datepicker .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-datepicker .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-datepicker .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-datepicker .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-datepicker .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-datepicker .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-datepicker .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-datepicker .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-datepicker .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-datepicker .ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-datepicker .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-datepicker .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-datepicker .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-datepicker .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-datepicker .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-datepicker .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-datepicker .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-datepicker .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-datepicker .ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-datepicker .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-datepicker .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-datepicker .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-datepicker .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-datepicker .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-datepicker .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-datepicker .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-datepicker .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-datepicker .ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-datepicker .ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-datepicker .ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-datepicker .ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-datepicker .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-datepicker .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-datepicker .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-datepicker .ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-datepicker .ui-icon-document {
  background-position: -32px -96px;
}
.ui-datepicker .ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-datepicker .ui-icon-note {
  background-position: -64px -96px;
}
.ui-datepicker .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-datepicker .ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-datepicker .ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-datepicker .ui-icon-comment {
  background-position: -128px -96px;
}
.ui-datepicker .ui-icon-person {
  background-position: -144px -96px;
}
.ui-datepicker .ui-icon-print {
  background-position: -160px -96px;
}
.ui-datepicker .ui-icon-trash {
  background-position: -176px -96px;
}
.ui-datepicker .ui-icon-locked {
  background-position: -192px -96px;
}
.ui-datepicker .ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-datepicker .ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-datepicker .ui-icon-tag {
  background-position: -240px -96px;
}
.ui-datepicker .ui-icon-home {
  background-position: 0 -112px;
}
.ui-datepicker .ui-icon-flag {
  background-position: -16px -112px;
}
.ui-datepicker .ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-datepicker .ui-icon-cart {
  background-position: -48px -112px;
}
.ui-datepicker .ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-datepicker .ui-icon-clock {
  background-position: -80px -112px;
}
.ui-datepicker .ui-icon-disk {
  background-position: -96px -112px;
}
.ui-datepicker .ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-datepicker .ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-datepicker .ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-datepicker .ui-icon-search {
  background-position: -160px -112px;
}
.ui-datepicker .ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-datepicker .ui-icon-gear {
  background-position: -192px -112px;
}
.ui-datepicker .ui-icon-heart {
  background-position: -208px -112px;
}
.ui-datepicker .ui-icon-star {
  background-position: -224px -112px;
}
.ui-datepicker .ui-icon-link {
  background-position: -240px -112px;
}
.ui-datepicker .ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-datepicker .ui-icon-plus {
  background-position: -16px -128px;
}
.ui-datepicker .ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-datepicker .ui-icon-minus {
  background-position: -48px -128px;
}
.ui-datepicker .ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-datepicker .ui-icon-close {
  background-position: -80px -128px;
}
.ui-datepicker .ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-datepicker .ui-icon-key {
  background-position: -112px -128px;
}
.ui-datepicker .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-datepicker .ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-datepicker .ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-datepicker .ui-icon-copy {
  background-position: -176px -128px;
}
.ui-datepicker .ui-icon-contact {
  background-position: -192px -128px;
}
.ui-datepicker .ui-icon-image {
  background-position: -208px -128px;
}
.ui-datepicker .ui-icon-video {
  background-position: -224px -128px;
}
.ui-datepicker .ui-icon-script {
  background-position: -240px -128px;
}
.ui-datepicker .ui-icon-alert {
  background-position: 0 -144px;
}
.ui-datepicker .ui-icon-info {
  background-position: -16px -144px;
}
.ui-datepicker .ui-icon-notice {
  background-position: -32px -144px;
}
.ui-datepicker .ui-icon-help {
  background-position: -48px -144px;
}
.ui-datepicker .ui-icon-check {
  background-position: -64px -144px;
}
.ui-datepicker .ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-datepicker .ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-datepicker .ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-datepicker .ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-datepicker .ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-datepicker .ui-icon-play {
  background-position: 0 -160px;
}
.ui-datepicker .ui-icon-pause {
  background-position: -16px -160px;
}
.ui-datepicker .ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-datepicker .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-datepicker .ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-datepicker .ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-datepicker .ui-icon-stop {
  background-position: -96px -160px;
}
.ui-datepicker .ui-icon-eject {
  background-position: -112px -160px;
}
.ui-datepicker .ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-datepicker .ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-datepicker .ui-icon-power {
  background-position: 0 -176px;
}
.ui-datepicker .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-datepicker .ui-icon-signal {
  background-position: -32px -176px;
}
.ui-datepicker .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-datepicker .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-datepicker .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-datepicker .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-datepicker .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-datepicker .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-datepicker .ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-datepicker .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-datepicker .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-datepicker .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-datepicker .ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-datepicker .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-datepicker .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-datepicker .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-datepicker .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-datepicker .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-datepicker .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-datepicker .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-datepicker .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-datepicker .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-datepicker .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-datepicker .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-datepicker .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
* LABELAUTY jQuery Plugin Styles
*
* @file: jquery-labelauty.css
* @author: Francisco Neves (@fntneves)
* @site: www.francisconeves.com
* @license: MIT License
*/
.hidden_element {
  position: absolute !important;
  top: -1000 !important;
}

/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}

input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 11px;
  padding: 0px;
  background-color: transparent;
  border: 2px solid red;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: inline-block;
  margin: 0 0.5rem;
  margin-left: 1rem;
}

/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}

/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
  margin: 0;
}

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #D9DAE2;
}

input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}

/* When Checked */
input.labelauty:checked + label {
  background-color: transparent;
  color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #D9DAE2;
}

input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}

input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}

/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  position: relative;
  font-size: 6px;
}
input.labelauty + label > span.labelauty-unchecked-image:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ff8028;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input.labelauty + label > span.labelauty-checked-image {
  position: relative;
  font-size: 12px;
}
input.labelauty + label > span.labelauty-checked-image:after {
  font-weight: 600;
  content: "";
  color: #ff8028;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"%3E%3Cpath d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-4 4a.75.75 0 0 1-1.08 0l-2-2a.75.75 0 0 1 1.08-1.08L7.5 8.44l3.47-3.47z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  /* Ajusta el tamaño del icono */
  width: 16px;
  /* Ajusta el ancho del contenedor */
  height: 16px;
  /* Ajusta la altura del contenedor */
  background-position: center;
}

::selection {
  color: #FFFFFF;
  background-color: #ff8028;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*font-family: Bliss2Regular, sans-serif;*/
  /*font-family: 'Lato Regular', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  background-color: #fff;
  color: #212121;
  width: 100%;
  overflow-x: hidden;
  line-height: 2.8rem;
}
body:visited {
  color: #212121;
}
@media (max-width: 680px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.global-wrapper {
  overflow: hidden;
}

.proto-tool {
  display: none;
}

input.labelauty + label {
  line-height: 1rem;
}

.content-wrapper, .module-page-wrapper {
  max-width: 114rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 114rem;
  }
}
@media (max-width: 1200px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 990px;
  }
}
@media (max-width: 1024px) {
  .content-wrapper, .module-page-wrapper {
    max-width: 720px;
    padding: 0 3rem;
  }
}
@media (max-width: 770px) {
  .content-wrapper, .module-page-wrapper {
    max-width: auto;
    width: 100%;
    padding: 0 2.4rem;
    /*padding: 0 2rem;*/
  }
}
@media (max-width: 400px) {
  .content-wrapper, .module-page-wrapper {
    max-width: auto;
    width: 100%;
    padding: 0 1.5rem;
    /*padding: 0 2rem;*/
  }
}

.color-secondary {
  color: #5115a0;
}

.btn, .submitWarning, .button.submit {
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-flex;
  width: auto;
  align-items: center;
  height: 48px;
  font-size: 1.8rem;
  line-height: 1.5;
  cursor: pointer;
}
.btn.disabled, .submitWarning.disabled, .button.submit.disabled {
  color: #fff;
  background-color: #6c757d;
  border: 0;
  pointer-events: none;
  opacity: 0.5;
}
.btn.large, .submitWarning.large, .button.submit.large {
  font-size: 27px;
  font-weight: 500;
  padding: 3rem 6rem;
}

.btn-primary, .submitWarning, .button.submit {
  background-color: #ff8028;
  border-color: #ff8028;
  border: 0;
}
.btn-primary:hover, .submitWarning:hover, .button.submit:hover {
  background-color: #c55d13;
  border-color: #c55d13;
}

.btn-secondary {
  background-color: #5115a0;
  border-color: #5115a0;
}
.btn-secondary.light {
  background-color: #7444b3;
  border-color: #7444b3;
}

.btn-terciary {
  background-color: #ff5452;
  border-color: #ff5452;
}
.btn-terciary:hover {
  background-color: #ca3331;
  border-color: #ca3331;
}

.btn-download .chevron {
  margin-right: 10px;
}

.btn-create .chevron, .btn-tell-start .chevron, .btn-suscribe .chevron {
  margin-left: 2rem;
}

.validator {
  min-width: 522px;
  margin: 10px auto auto;
}

.subNavContent {
  margin-top: 4rem;
}
@media (max-width: 1150px) {
  .subNavContent {
    padding-top: 2rem;
    margin-top: 0;
  }
}

.round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.roundSmall {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.roundXSmall {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 1150px) {
  .roundXSmall-desktop {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}

.headerMdule h2 {
  float: left;
}

.downloadAsset {
  background-color: #ff8028;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border: 2px solid transparent;
  color: #fff;
}
.downloadAsset:hover {
  background-color: transparent;
  color: #ff8028;
  border: 2px solid #ff8028;
}
.downloadAsset.lightWithBorder {
  background-color: transparent;
  border: 2px solid #ff8028;
  color: #ff8028;
}
.downloadAsset.lightWithBorder:hover {
  background-color: #ff8028;
  color: #fff;
}
.downloadAsset::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f019";
  margin-left: 0.5rem;
}
.downloadAsset.absolute {
  position: absolute;
  z-index: 999;
}
.downloadAsset.absolute.bottom {
  bottom: 0;
}
.downloadAsset.absolute.right {
  right: 0;
}
.downloadAsset.float.right {
  float: right;
}
.downloadAsset.float.left {
  float: left;
}
.downloadAsset.topSlider {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  color: #fff;
  display: none;
}

button, a {
  position: relative;
}
button:focus, button:active, a:focus, a:active {
  outline: none;
}
button[title]:hover::after, a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -2.5rem;
  left: 0;
  background-color: black;
  text-wrap: nowrap;
  padding: 3px 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
}

.texto-multilinea::after {
  content: attr(title);
  white-space: pre-wrap;
  content: attr(title);
  content: attr(title) "\\A";
  white-space: pre;
}

.showWarningTitle {
  position: relative;
  cursor: pointer;
}
.showWarningTitle .after-content {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  color: #fff;
  word-wrap: break-word;
  opacity: 0;
  background-color: #181919;
  padding: 5px 8px 8px;
  border-radius: 5px;
  left: 50%;
  pointer-events: none;
  width: max-content;
  max-width: 22rem;
}
.showWarningTitle .after-content:after:not(.arrow) {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
  z-index: -1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #181919;
}
.showWarningTitle:hover .after-content {
  opacity: 1;
}
.showWarningTitle > div {
  pointer-events: none;
}

.tooltipInInput {
  position: relative;
}
.tooltipInInput .showWarningTitle {
  position: absolute;
  top: 4px;
  left: 4px;
}
.tooltipInInput input[type=text] {
  padding-left: 2.5rem !important;
}

.button, button {
  border-radius: 30px;
  display: inline-block;
  /* font-family: 'interstate';*/
  transition: background-color 0.4s, text-indent, width, padding;
  padding: 1rem 4rem;
  opacity: 1;
  line-height: initial;
}
.button[service-on-loading=true], button[service-on-loading=true] {
  background-size: 200%;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
  opacity: 0.5;
  color: transparent !important;
}
.button.darkLink, button.darkLink {
  border: 2px solid #ff8028;
  background-color: #ff8028;
  color: #fff;
}
.button.darkLink:hover, button.darkLink:hover {
  color: #ff8028;
  background-color: #fff;
}
@media (max-width: 1150px) {
  .button, button {
    padding: 0.5rem 2rem;
  }
  .button.center-mobile-button, button.center-mobile-button {
    display: inline-block;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.button[service-on-loading=true], button[service-on-loading=true] {
  /*
  background-image: url(../images/icons/loading_dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -600px;
  padding: 1rem;
  overflow: hidden;
  cursor: default;
  */
  background-image: url(../images/icons/loading_dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: transparent; */
  color: transparent;
  /* text-indent: -600px; */
  /* padding: 1rem; */
  overflow: hidden;
  cursor: default;
}
.button:not([service-on-loading=true]).light, button:not([service-on-loading=true]).light {
  border: 2px solid #fff;
}
.button:not([service-on-loading=true]).light:hover, button:not([service-on-loading=true]).light:hover {
  color: #fff;
  background-color: #ff5452;
}
.button:not([service-on-loading=true]).dark, button:not([service-on-loading=true]).dark {
  border: 2px solid #ff8028;
  background-color: #ff8028;
  color: #fff;
}
.button:not([service-on-loading=true]).dark:hover, button:not([service-on-loading=true]).dark:hover {
  color: #ff8028;
  background-color: #fff;
}
.button:not([service-on-loading=true]).light-blue, button:not([service-on-loading=true]).light-blue {
  border: 2px solid #5115a0;
  background-color: transparent;
  color: #5115a0;
}
.button:not([service-on-loading=true]).light-blue:hover, button:not([service-on-loading=true]).light-blue:hover {
  color: #fff;
  background-color: #5115a0;
  border: 2px solid #5115a0;
}
.button:not([service-on-loading=true]).light-blue-alt, button:not([service-on-loading=true]).light-blue-alt {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.button:not([service-on-loading=true]).light-blue-alt:hover, button:not([service-on-loading=true]).light-blue-alt:hover {
  color: #fff;
  background-color: #5115a0;
}

a {
  text-decoration: none;
}

a:not(.btn), a:not(.btn):visited, a:not(.btn):-webkit-any-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /*color: $brand-primary;*/
  text-decoration: none;
  cursor: pointer;
}
a:not(.btn):visited, a:not(.btn):visited:visited, a:not(.btn):-webkit-any-link:visited {
  color: #007bff;
}
a:not(.btn):hover, a:not(.btn):visited:hover, a:not(.btn):-webkit-any-link:hover {
  text-decoration: underline;
  color: #ff5452;
}
a:not(.btn).text-dectoration-none, a:not(.btn):visited.text-dectoration-none, a:not(.btn):-webkit-any-link.text-dectoration-none {
  text-decoration: none;
}
a:not(.btn).color-primary, a:not(.btn):visited.color-primary, a:not(.btn):-webkit-any-link.color-primary {
  color: #ff8028;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
h2.red {
  color: #ff8028;
}
h2.title {
  color: #0064FF;
  font-size: 3.5rem;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.2rem;
}

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important;
}

.moreInfoContainer {
  cursor: pointer;
}
.moreInfoContainer .htmlEmbed {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  right: -2.8rem;
  width: 2.8rem;
  height: 2rem;
  left: auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-image: none;
}
@media screen and (max-width: 800px) {
  .swiper-button-next, .swiper-button-prev {
    right: -1rem;
  }
}
@media screen and (max-width: 750px) {
  .swiper-button-next, .swiper-button-prev {
    right: 0rem;
  }
}

.swiper-button-prev {
  right: initial;
  left: -2.8rem;
}
@media screen and (max-width: 800px) {
  .swiper-button-prev {
    left: -1rem;
  }
}
@media screen and (max-width: 750px) {
  .swiper-button-prev {
    left: 0rem;
  }
}

.hidden {
  display: none;
}

.red {
  color: #ff8028;
}

p, span {
  margin: 0 0 1rem 0;
}
@media (max-width: 767px) {
  p, span {
    font-size: 14px;
    line-height: 1.5;
  }
}
p.leftRed, span.leftRed {
  border-left: 1px solid #ff8028;
  padding: 0 1rem !important;
  margin: 1rem 0;
}
p.font15, span.font15 {
  font-size: 1.5rem;
}
p.small, span.small {
  font-size: 1.1rem;
}
p.med, span.med {
  font-size: 1.3rem;
}
p.medmed, span.medmed {
  font-size: 1.5rem;
}
p.med-large, span.med-large {
  font-size: 1.6rem;
}
p.large, span.large {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  color: #5115a0;
  margin-top: 20px;
  margin-bottom: 30px;
}
p.xlarge, span.xlarge {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #5115a0;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  p.xlarge, span.xlarge {
    font-size: 2rem;
  }
}

input, select, textarea {
  border: 0;
  line-height: inherit;
  font-family: Montserrat, sans-serif;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
}

ul.list, ul.mb-3, .instructions-list li ul, .reasons ul, ul.bars {
  list-style: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ul.list li, ul.mb-3 li, .instructions-list li ul li, .reasons ul li, ul.bars li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}

ul.list.box, ul.list.box li {
  list-style: square;
}

ul.bars, ul.bars li {
  list-style: none;
}

ul.bars li {
  margin-bottom: 2rem;
  position: relative;
}
ul.bars li:after {
  content: " ";
  width: 11px;
  height: 100%;
  background-color: #250351;
  position: absolute;
  left: -2rem;
  top: 0;
  border-radius: 11px;
}

.table {
  display: table;
  width: 100%;
}

/*
.row
{
    display: table-row;
    display: flex;
    flex-wrap: wrap;
}
*/
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-reset {
  flex: 1 0 0%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.section {
  padding: 6rem;
}
.section.after-header {
  padding: 8rem 6rem 2rem 6rem;
}
.section .section, .section section {
  padding-bottom: var(--padding-sections-bottom);
  padding-top: var(--padding-sections-top);
  position: relative;
}
.section .section::after, .section section::after {
  display: table;
  content: " ";
  clear: both;
}

.wrap-40rem {
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-50rem {
  width: 100%;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-70rem {
  width: 100%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-80rem {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-100rem {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-110rem {
  width: 100%;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}

.wrap-130rem {
  width: 100%;
  max-width: 130rem;
  margin-right: auto;
  margin-left: auto;
}

.alignCenterCenter {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.media-object {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .media-object {
    display: block;
  }
}
.media-object .media-object-section {
  width: 50%;
  vertical-align: middle;
}
.media-object .media-object-section:first-child {
  padding-right: 1rem;
  flex: 0 1 auto;
}
@media screen and (max-width: 576px) {
  .media-object .media-object-section {
    width: 100%;
    padding-right: 0;
  }
}
.media-object .thumbnail {
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 98px;
}
@media screen and (max-width: 1150px) {
  .media-object .thumbnail {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .media-object .thumbnail {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.media-object .thumbnail img {
  width: 100%;
  border: 0;
}
.media-object .thumbnail .icon-play {
  position: absolute;
  width: 6rem;
  height: 6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.35s ease-in-out;
}
.media-object .thumbnail .img-thumbnail {
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  max-width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.media-object:hover .icon-play {
  width: 4.5rem;
  height: 4.5rem;
}
.media-object:hover .img-thumbnail {
  transform: scale(1.1);
}
.media-object h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.media-object p {
  color: #757575;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}

.round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.roundXtreme {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.roundSmall {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.roundXSmall {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media (min-width: 1150px) {
  .roundXSmall-desktop {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 1150px) {
  .text-left-desktop {
    text-align: left !important;
  }

  .text-center-desktop {
    text-align: center !important;
  }

  .text-right-desktop {
    text-align: right !important;
  }
}
@media (max-width: 1150px) {
  .text-left-mobile {
    text-align: left !important;
  }

  .text-center-mobile {
    text-align: center !important;
  }

  .text-right-mobile {
    text-align: right !important;
  }
}
.g-recaptcha {
  display: inline-block;
}

.cb {
  display: block;
  clear: both;
}

.to-uppercase {
  text-transform: uppercase !important;
}

.copy-legal {
  font-size: 1.1rem;
  color: #212121;
}

.subNavScrollGroup::after {
  display: table;
  content: " ";
  clear: both;
}

@media (min-width: 1150px) {
  .show-desktop {
    display: block;
  }
}
@media (max-width: 1024px) {
  .hide-mobile-lrge, .hide-mobile {
    display: none !important;
  }

  .center-mobile {
    text-align: center;
  }
}
@media (max-width: 940px) {
  .hide-mobile-med {
    display: none !important;
  }

  .wrap-40rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-50rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-70rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-110rem {
    width: 100%;
    max-width: 100%;
  }

  .wrap-130rem {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .hide-mobile-small {
    display: none;
  }
}
@media (max-width: 560px) {
  html, body {
    height: 100vh;
  }

  .hide-mobile-sml {
    display: none;
  }

  .section {
    padding: 6rem 3rem;
  }

  .lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 680px) {
  .hide-desktop-small {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .recaptchaContainer > div {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.swipeImage {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.img-md {
  max-width: 50%;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body.home .swipeImage {
  background-size: cover;
}

body[is-user-logged=false] .hideIfNotLogged {
  display: none;
}

.icon-needlogin {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #ff8028;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
  text-align: center;
  transform: translateY(5px);
}
.icon-needlogin:before {
  content: "\e971";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headerVideoContainer {
  width: 100%;
  height: 60vh;
  max-height: 50rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 680px) {
  .headerVideoContainer {
    height: 18rem;
  }
}
.headerVideoContainer video {
  vertical-align: middle;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.patterOverVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/patternVideo.png);
}

body[data-cia=historias] .downloadAsset.topSlider {
  display: block;
}

.align-middle {
  align-items: center;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.align-center {
  justify-content: center;
  text-align: center;
}

.align-right {
  justify-content: right;
  text-align: right;
}

.autoShowStepsGroup > * {
  opacity: 0;
  transition: opacity 0.5s;
}

.section.component {
  background-color: #F1F1F1;
  padding: 0;
}
.section.component .copyLegal {
  margin-top: 2rem;
}
.section.component .component-accordion h3 {
  /* text-transform: none;*/
}
.section.component h2.descanso-visual {
  font-size: 7.4rem;
  color: #ff8028;
  /* font-family: Bliss2Medium, sans-serif;*/
  font-weight: bold;
  /*max-width: 48rem;*/
  text-align: center;
  margin: 0 auto;
  padding-bottom: 12rem;
  font-family: "Lato Black", sans-serif;
  line-height: 7.4rem;
}
@media (max-width: 1150px) {
  .section.component h2.descanso-visual {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 0;
    background-color: #fff;
  }
  .section.component h2.descanso-visual .logo-si {
    width: 5rem;
    height: 5.5rem;
  }
}
@media (max-width: 560px) {
  .section.component h2.descanso-visual {
    font-size: 3.4rem;
    line-height: 3.4rem;
    padding-bottom: 9rem;
  }
  .section.component h2.descanso-visual .logo-si {
    width: 4rem;
    height: 4.5rem;
    background-position: top center;
  }
}
.section.component .component-mobile {
  margin-top: 8rem;
  /*
  padding-bottom: 8rem;
  */
}
.section.component .component-bg-img,
.section.component .inner-bg-img {
  background-position: center;
  background-size: cover;
  width: 100%;
}
.section.component .component-bg-img {
  height: 32.3rem;
}
.section.component .inner-bg-img {
  height: 26rem;
}
.section.component .desktop-container .content-wrapper {
  padding: 4.7rem 13.1rem 2rem;
}
.section.component .desktop-container .content-wrapper.white-bg {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  /* padding-bottom: 8rem;*/
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.section.component .desktop-container .content-wrapper.sim-helper {
  padding: 1rem 0;
}
.section.component .desktop-container .content-wrapper:not(:last-child) {
  margin-bottom: 1.4rem;
}
.section.component .mobile-container {
  margin-top: 8.7rem;
}
.section.component .mobile-container > .content-wrapper.white-bg {
  background-color: #FFFFFF;
  /*box-shadow: 0 3px 6px rgba(0,0,0,.15);*/
  padding-bottom: 8rem;
}
@media (max-width: 940px) {
  .section.component .mobile-container > .content-wrapper.white-bg {
    padding-bottom: 4rem;
  }
}
.section.component .mobile-container > .content-wrapper.sim-helper {
  padding: 1rem 0;
}
.section.component .mobile-container > .content-wrapper:not(:last-child) {
  margin-bottom: 1.4rem;
}
.section.component .common-container .content-wrapper {
  padding: 4.7rem 13.1rem 2rem;
}
@media (max-width: 680px) {
  .section.component .common-container .content-wrapper {
    padding: 3rem 2rem 2rem;
  }
}
.section.component .common-container .content-wrapper.white-bg {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  /* padding-bottom: 8rem;*/
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.section.component .common-container .content-wrapper.sim-helper {
  padding: 1rem 0;
}
.section.component .common-container .content-wrapper:not(:last-child) {
  margin-bottom: 1.4rem;
}
.section.component .mobile-opciones {
  display: none;
  position: relative;
  background-color: #FFFFFF;
  padding: 1.4rem;
  text-align: center;
  color: #a1a1a1;
  font-weight: bold;
  font-size: 1.8rem;
}
.section.component .mobile-opciones .numero {
  color: #ff8028;
}
.section.component .mobile-opciones .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4.2rem;
  padding: 1rem;
}
.section.component .mobile-opciones .arrow.left {
  left: 2rem;
}
.section.component .mobile-opciones .arrow.right {
  right: 2rem;
}

.component-tabs-ul {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.component-tabs-ul li {
  float: left;
  width: 25%;
  border-bottom: solid 1px #212121;
  height: 5.7rem;
  /*overflow: hidden;*/
  position: relative;
  background-color: #FFFFFF;
}
.component-tabs-ul li:first-child {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.component-tabs-ul li:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
.component-tabs-ul li a, .component-tabs-ul li a:link, .component-tabs-ul li a:visited {
  display: block;
  padding: 2rem 1.4rem;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none;
  color: #A1A1A1;
}
.component-tabs-ul li a > span, .component-tabs-ul li a:link > span, .component-tabs-ul li a:visited > span {
  color: #ff8028;
  /* font-family: Bliss2Medium;*/
}
.component-tabs-ul li h1, .component-tabs-ul li h2 {
  color: initial;
  font-size: initial;
  margin: initial;
  font-weight: initial;
}
.component-tabs-ul li.ui-state-active {
  border-bottom: solid 1px #ff8028;
}
.component-tabs-ul li.ui-state-active a, .component-tabs-ul li.ui-state-active a:link, .component-tabs-ul li.ui-state-active a:visited {
  color: #ff8028;
}
.component-tabs-ul li.ui-state-active:after {
  display: block;
  position: absolute;
  /* left: 50%; */
  /* transform: translateX(-50%) scaleX(0); */
  bottom: -2px;
  content: " ";
  height: 3px;
  width: 100%;
  background-color: #ff8028;
  z-index: 26;
  transform-origin: center;
  transition: transform 0.2s;
}
.component-tabs-ul.x3 li:first-child, .component-tabs-ul.x3 li:last-child {
  /*
      content: " ";
      float: left;
      */
  width: 12.5%;
  /* border-bottom: solid 3px rgba(161,161,161,0.4);*/
}
.component-tabs-ul.x5 li {
  width: 20%;
}

.component-desktop-tab {
  color: #212121;
  font-size: 1.6rem;
}
.component-desktop-tab a {
  font-weight: bold;
}

.box-module {
  padding: 1.7rem;
}
.box-module.grey {
  background-color: #f3f3f3;
  box-shadow: inset 0 3px 6px 6px rgba(207, 207, 207, 0.15);
}
.box-module > p {
  color: #3e3e3e;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 2.3rem;
}
.box-module > p:not(:last-child) {
  margin-bottom: 2rem;
}
.box-module > .box-inside {
  padding: 2.2rem 3.2rem;
  color: #3e3e3e;
  font-size: 1.6rem;
}
.box-module > .box-inside.white {
  background-color: #fff;
  box-shadow: 0 3px 6px 6px rgba(207, 207, 207, 0.15);
}
.box-module > .box-inside .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.3rem;
  color: #ff8028;
}
.box-module > .box-inside > p {
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.5rem;
}
.box-module > .box-inside:not(:last-child) {
  margin-bottom: 3rem;
}

.component-accordion {
  overflow: visible;
  color: #212121;
  box-shadow: 0 16px 24px rgba(48, 49, 51, 0.1);
  background-color: #efefef;
}
.component-accordion .ui-accordion-header {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  display: block;
  height: auto;
  line-height: 1.2;
  outline: none;
  padding: 24px 50px 24px 24px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  margin-bottom: 2px;
  /*border-bottom: solid 1px #a6a6a6;*/
}
@media (max-width: 767px) {
  .component-accordion .ui-accordion-header {
    font-size: 1.6rem;
  }
}
.component-accordion .ui-accordion-header:not(:first-child) {
  border-top: 0;
}
.component-accordion .ui-accordion-header:hover {
  background-color: #f6f6f6;
}
.component-accordion .ui-accordion-header:after, .component-accordion .ui-accordion-header:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /*width: 1.2rem;*/
  font-size: 2rem;
  margin-right: 2rem;
  content: " ";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.component-accordion .ui-accordion-header:after {
  display: block;
  color: #ff8028;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  /* Ajusta el tamaño del icono */
  width: 2rem;
  /* Ajusta el ancho del contenedor */
  height: 2rem;
  /* Ajusta la altura del contenedor */
}
.component-accordion .ui-accordion-header:before {
  right: initial;
  left: 1rem;
  display: none;
}
.component-accordion .ui-accordion-header:hover:after {
  /* color:forestgreen;*/
}
.component-accordion .ui-accordion-header.ui-state-active {
  border-radius: 8px 8px 0 0;
  background-color: #ffe6d4;
  margin-bottom: 0;
  /*border-bottom: solid 1px #a6a6a6;*/
}
.component-accordion .ui-accordion-header.ui-state-active:before, .component-accordion .ui-accordion-header.ui-state-active:after {
  transform: rotate(180deg) translateY(50%);
}
.component-accordion .ui-accordion-header.ui-state-active:after {
  color: #ff8028;
}
.component-accordion .ui-accordion-header:not(:last-of-type) {
  /* border-bottom: solid 1px #a6a6a6;*/
}
.component-accordion .ui-accordion-header > b {
  color: #ff8028;
  font-weight: bold;
}
.component-accordion .ui-accordion-header > img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.2rem;
}
.component-accordion .ui-accordion-header > img:first-of-type {
  display: block;
}
.component-accordion .ui-accordion-header > img:last-of-type {
  display: none;
}
.component-accordion > div.ui-accordion-content {
  background-color: #fff;
  border-top: 0;
  padding: 0;
  float: none;
  clear: both;
  overflow: visible;
  padding: 24px;
  margin-bottom: 2px;
  /* solamente tiene que tener padding top el primero de los items, ya que si se repiten se sumara el padding top con el bottom*/
}
.component-accordion > div.ui-accordion-content > p {
  padding: 1rem;
  margin: 0;
}
.component-accordion > div.ui-accordion-content > .accordionContent {
  padding: 1rem;
}
.component-accordion > div.ui-accordion-content > .accordionContent > p {
  margin-bottom: 1rem;
}
.component-accordion > div.ui-accordion-content > .accordionContent > h4 {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.component-accordion > div.ui-accordion-content .accordion-wrapper {
  padding: 2.8rem 1.7rem 1.7rem;
}
.component-accordion > div.ui-accordion-content .accordion-wrapper.grey {
  background-color: #f3f3f3;
  box-shadow: inset 0 3px 6px 6px rgba(207, 207, 207, 0.15);
  background-repeat: no-repeat;
  background-size: contain;
}
.component-accordion > div.ui-accordion-content .accordion-wrapper.with-image {
  padding-top: 34.4rem;
}
.component-accordion > div.ui-accordion-content .accordion-wrapper > p {
  color: #3e3e3e;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 2.3rem;
}
.component-accordion > div.ui-accordion-content .accordion-wrapper > p:not(:last-child) {
  /* margin-bottom: 2rem;*/
}
.component-accordion > div.ui-accordion-content .accordion-wrapper:not(:first-child) {
  padding-top: 0rem;
}
.component-accordion .bg-grey {
  background-color: #ebebeb;
}
.component-accordion .left-line-red {
  border-left: 2px solid #f00;
  margin-top: 1rem;
}
.component-accordion .left-line-red > p {
  padding: 0rem 0 1rem 1rem !important;
}
.component-accordion .component-accordion {
  /* padding-left: 3rem;*/
}
.component-accordion .component-accordion .ui-accordion-header {
  font-weight: normal;
  padding-left: 3rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  color: #212121;
}
.component-accordion .component-accordion .ui-accordion-header:not(:first-child) {
  border-top: 0;
}
.component-accordion .component-accordion .ui-accordion-header:after, .component-accordion .component-accordion .ui-accordion-header:before {
  /* color:#000;*/
}
.component-accordion .component-accordion .ui-accordion-header:after {
  /*:::::::::::::::::::::::::::::: para la flecha de la derecha en 2do nivel de navegacion :::::::::::::::::::::::::::::::::::::::::::::*/
  display: none;
  /* background-color: black;*/
}
.component-accordion .component-accordion .ui-accordion-header:before {
  /*background-color: deeppink;*/
  display: block;
}
.component-accordion .component-accordion .ui-accordion-header.ui-state-hover:after, .component-accordion .component-accordion .ui-accordion-header.ui-state-hover:before {
  /* color:#ff0;*/
}
.component-accordion .component-accordion .component-accordion {
  /* padding-left: 3rem;*/
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header {
  font-size: 1.5rem;
  border: 0;
  padding: 1rem 0 1rem 1rem;
}
@media (max-width: 1050px) {
  .component-accordion .component-accordion .component-accordion .ui-accordion-header {
    font-size: 1.6rem;
    border-bottom: solid 1px #a6a6a6;
    padding: 1rem 0 1rem 4rem;
  }
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header:after, .component-accordion .component-accordion .component-accordion .ui-accordion-header:before {
  /*color:$gray-primary;*/
  font-size: 2rem;
  width: 16px;
  margin-top: 3px;
  margin-right: 1.2rem;
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header:after {
  display: block;
  /* background-color: purple;*/
}
@media (max-width: 1050px) {
  .component-accordion .component-accordion .component-accordion .ui-accordion-header:after {
    display: none;
    /*background-color: gold;*/
  }
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header:before {
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  display: none;
  /*background-color:red;*/
}
@media (max-width: 1050px) {
  .component-accordion .component-accordion .component-accordion .ui-accordion-header:before {
    display: block;
    /*background-color: pink;*/
    width: 19px;
    height: 15px;
    margin-top: -5px;
  }
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-hover:after, .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-hover:before {
  /* color:$brand-primary;*/
}
.component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:after, .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:before {
  margin-top: -7px;
  /*  color:$brand-primary;*/
}
@media (max-width: 1050px) {
  .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:after, .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:before {
    margin-top: 2px;
  }
}
.component-accordion .component-accordion .component-accordion > div.ui-accordion-content {
  color: #212121;
}
.component-accordion .component-accordion .component-accordion > div.ui-accordion-content > p {
  padding: 1rem 0 1rem 0;
}
.component-accordion .component-accordion .component-accordion > div.ui-accordion-content > .accordionContent {
  padding: 1rem 0 1rem 0;
}
.component-accordion .component-accordion .component-accordion .component-accordion {
  /* padding-left: 3rem;*/
}
.component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header {
  font-size: 1.5rem;
  border: 0;
  padding: 1rem 0 1rem 1rem;
  padding-right: 3rem;
}
.component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header:after, .component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header:before {
  /*color:$gray-primary;*/
  font-size: 2rem;
  width: 16px;
  margin-top: 3px;
  margin-right: 1.2rem;
}
.component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header:after {
  display: block;
  /*background-color: rgb(1, 53, 1);*/
}
.component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header:before {
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  display: none;
  /*background-color:rgb(189, 243, 193);*/
}
.component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:after, .component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:before {
  /*  color:$brand-primary;*/
}
@media (max-width: 1050px) {
  .component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:after, .component-accordion .component-accordion .component-accordion .component-accordion .ui-accordion-header.ui-state-active:before {
    margin-top: -7px;
  }
}

@media (max-width: 940px) {
  .section h3.ui-accordion-header {
    padding: 1.3rem 2.5rem 1.3rem 1.2rem;
  }
  .section h3.ui-accordion-header > img {
    right: 1.2rem;
  }
  .section .component-accordion > .ui-accordion-content {
    /*padding: 1rem 1.2rem 0;*/
  }
  .section .component-accordion > .ui-accordion-content .accordion-wrapper.with-image {
    padding-top: 50%;
  }
}
/*
<div class="component-grid-table x3 space20">
                <div class="row">
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                </div>
</div>
*/
.component-grid-table {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.component-grid-table.force-width-auto {
  width: auto;
  margin: 0;
}
.component-grid-table.force-width-auto .cell {
  width: auto !important;
}
@media (min-width: 480px) {
  .component-grid-table .force-width-tarjetas-intro.cell {
    width: 310px !important;
  }
}
.component-grid-table.width66 {
  width: 66%;
}
.component-grid-table .row {
  display: table-row;
}
.component-grid-table .row .cell {
  display: table-cell;
  width: auto;
  padding: 0 0.6rem 2.5rem 0.6rem;
  vertical-align: top;
}
@media (max-width: 400px) {
  .component-grid-table .row .cell {
    padding: 0 0 2.5rem 0;
  }
}
.component-grid-table .row .cell:first-child {
  padding-left: 0;
  border: 0;
}
.component-grid-table .row .cell:last-child {
  padding-right: 0;
  border: 0;
}
.component-grid-table .row .cell.verticalMiddle {
  vertical-align: middle;
}
.component-grid-table .row .cell .verticalBottom {
  vertical-align: bottom;
}
.component-grid-table .row .cell.smallPadding {
  padding: 0 0.4rem 2.5rem 0.4rem;
}
.component-grid-table .row .cell.cell-max-width {
  width: 100%;
}
.component-grid-table .row .cell.bg.white {
  background-color: #fff;
}
.component-grid-table .row.thead {
  display: table-caption;
  text-align: center;
  color: #000;
}
.component-grid-table .row.thead > .cell {
  border-bottom: 1px solid black;
  width: 100% !important;
  display: inline-table;
  margin: 0;
  padding: 1rem;
  font-weight: bold;
  font-size: 22px;
}
.component-grid-table.borderCells {
  /* la primer celda y la ultima no deben tener bordes en inicio y fin*/
}
.component-grid-table.borderCells > .row > .cell {
  border-left: 1px solid #212121;
  /*border-right: 1px solid $gray-primary;*/
  padding-left: 3rem;
  padding-right: 3rem;
}
.component-grid-table.borderCells > .row > .cell:first-child {
  border: 0;
}
.component-grid-table.borderCells > .row > .cell:last-child {
  border-right: 0;
}
.component-grid-table.borderAllCells {
  /* la primer celda y la ultima no deben tener bordes en inicio y fin*/
}
.component-grid-table.borderAllCells > .row > .cell {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  padding: 2rem;
}
.component-grid-table.borderAllCells > .row:last-of-type > .cell:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.component-grid-table.x2 > .row > .cell {
  width: 50%;
}
.component-grid-table.x2 > .row > .cell.forceWidth66 {
  width: 66%;
}
.component-grid-table.x2-forceSecond66 > .row > .cell:last-child {
  width: 66%;
}
.component-grid-table.x2-forceSecond75 > .row > .cell:last-child {
  width: 75%;
}
.component-grid-table.x3 > .row > .cell {
  width: 33%;
}
.component-grid-table.x3 > .row > .cell:last-child {
  width: 34%;
}
.component-grid-table.x4 > .row > .cell {
  width: 25%;
}
.component-grid-table.x5 > .row > .cell {
  width: 20%;
}
.component-grid-table.x6 > .row > .cell {
  width: 16.6%;
}
.component-grid-table.x6 > .row > .cell.fixFilter10 {
  width: 10%;
}
.component-grid-table.x6 > .row > .cell.fixFilter12 {
  width: 12%;
}
.component-grid-table.x6 > .row > .cell.fixFilter13 {
  width: 13%;
}

@media (max-width: 1200px) {
  .component-grid-table > .row > .cell.wrapTablet, .component-grid-table > .cell.wrapMobile {
    display: block;
    padding-right: 0;
    padding-left: 1.2rem;
    border: 0;
  }
  .component-grid-table.x2 > .row > .cell.wrapTablet, .component-grid-table.x3 > .row > .cell.wrapTablet, .component-grid-table.x4 > .row > .cell.wrapTablet, .component-grid-table.x5 > .row > .cell.wrapTablet, .component-grid-table.x6 > .row > .cell.wrapTablet {
    width: 100%;
    padding-left: 1.2rem;
    border: 0;
  }
  .component-grid-table.x3 > .cell.wrapTablet:nth-child(3) {
    width: 100%;
    padding-left: 1.2rem;
    border: 0;
  }
}
@media (max-width: 1150px) {
  .component-grid-table.width66 {
    width: 100%;
  }
  .component-grid-table > .row > .cell.wrapMobile, .component-grid-table > .cell.wrapMobile {
    display: block;
    padding-right: 0;
    padding-left: 0rem;
    border: 0;
  }
  .component-grid-table.x2 > .row > .cell.wrapMobile, .component-grid-table.x3 > .row > .cell.wrapMobile, .component-grid-table.x4 > .row > .cell.wrapMobile, .component-grid-table.x5 > .row > .cell.wrapMobile, .component-grid-table.x6 > .row > .cell.wrapMobile {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
  .component-grid-table.x3 > .cell.wrapMobile:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
  .component-grid-table.x2-forceSecond66 > .row > .cell:last-child {
    width: 100%;
    padding-left: 0;
  }
  .component-grid-table.x2-forceSecond75 > .row > .cell:last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .component-grid-table .cell {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .component-grid-table.space20 .cell {
    padding-bottom: 1rem;
  }
}
/*
<div class="component-faq-table x3 space20">
                <div class="row">
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                </div>
</div>
*/
.component-faq-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Lato Light", sans-serif;
  color: #212121;
}
.component-faq-table tr.thead {
  color: #000;
  background-color: #d9d9d9;
}
.component-faq-table tr > td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
  padding: 2rem 1rem;
}
.component-faq-table tr > td:first-child {
  border-left: 1px solid #e0e0e0;
}
.component-faq-table tr:not(.thead) > td:nth-child(even) {
  background-color: #ebebeb;
}
.component-faq-table .titleContainer {
  margin: 2rem 0;
}
.component-faq-table .titleContainer h1 {
  font-size: 1.9rem;
  color: #ff8028;
  text-align: center;
  font-family: "Lato Regular", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.component-faq-table .titleContainer h2 {
  font-size: 1.7rem;
  color: #212121;
  text-align: center;
  font-family: "Lato Regular", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.component-faq-table .row {
  width: 100%;
  display: table;
  background-color: #ffffff;
}
.component-faq-table .row .cell {
  display: table-cell;
  width: auto;
  padding: 2rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}
.component-faq-table .row .cell.large {
  font-size: 2.4rem;
  font-family: "Lato Bold", sans-serif;
}
@media (max-width: 680px) {
  .component-faq-table .row .cell.large {
    font-size: 1.6rem;
  }
}
.component-faq-table .row .cell .space {
  width: 50%;
  display: inline-block;
}
.component-faq-table .row .cell:first-child {
  text-align: left;
}
.component-faq-table .row .cell.verticalMiddle {
  vertical-align: middle;
}
.component-faq-table .row .cell .verticalBottom {
  vertical-align: bottom;
}
.component-faq-table .row .cell.smallPadding {
  padding: 0 0.4rem 2.5rem 0.4rem;
}
.component-faq-table .row .cell.cell-max-width {
  width: 100%;
}
.component-faq-table .row .cell.bg.white {
  background-color: #fff;
}
.component-faq-table .row.thead {
  /*display: table-caption;*/
  text-align: left;
  color: #000;
  background-color: #d9d9d9;
}
.component-faq-table .row.thead > .cell {
  padding: 1rem;
  border-bottom: 0;
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-faq-table .row.tsubhead {
  /*display: table-caption;*/
  text-align: left;
  color: #000;
  background-color: #edecec;
}
.component-faq-table .row.tsubhead.dark {
  color: #fff;
  background-color: #959595;
}
.component-faq-table .row.tsubhead > .cell {
  padding: 1rem;
  border-bottom: 0;
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-faq-table .row.copy {
  /*display: table-caption;*/
  text-align: left;
  color: #000;
  background-color: #fff;
  font-size: 1.2rem;
}
.component-faq-table .row.copy > .cell {
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-faq-table .row.tfooter {
  /*background-color: #000;*/
  height: 1.2rem;
}
.component-faq-table.borderCells {
  /* la primer celda y la ultima no deben tener bordes en inicio y fin*/
}
.component-faq-table.borderCells > .row > .cell {
  border-left: 1px solid #212121;
  /*border-right: 1px solid $gray-primary;*/
  padding-left: 3rem;
  padding-right: 3rem;
}
.component-faq-table.borderCells > .row > .cell:first-child {
  border: 0;
}
.component-faq-table.borderCells > .row > .cell:last-child {
  border-right: 0;
}
.component-faq-table.x2 > .row > .cell {
  width: 50%;
}
.component-faq-table.x2 > .row > .cell.forceWidth66 {
  width: 66%;
}
.component-faq-table.x2-forceSecond66 > .row > .cell:last-child {
  width: 66%;
}
.component-faq-table.x2-forceSecond75 > .row > .cell:last-child {
  width: 75%;
}
.component-faq-table.x3 > .row > .cell {
  width: 33%;
}
.component-faq-table.x3 > .row > .cell:last-child {
  width: 34%;
}
.component-faq-table.x4 > .row > .cell {
  width: 25%;
}
.component-faq-table.x6 > .row > .cell {
  width: 17%;
}
.component-faq-table.x6 > .row > .cell:last-child {
  width: 15%;
}

@media (max-width: 680px) {
  .scrollTableContainer {
    max-height: calc(100vh - 20rem);
    width: 100%;
    overflow: auto;
  }
  .scrollTableContainer .component-faq-table {
    min-width: 90rem;
  }
}

/*
<div class="component-faq-table x3 space20">
                <div class="row">
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                    <div class="cell wrapMobile">
                    </div>
                </div>
</div>
*/
.component-list-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Lato Regular", sans-serif;
  color: #212121;
}
.component-list-table .row {
  width: 100%;
  display: table;
  background-color: #ffffff;
}
.component-list-table .row:not(.thead):nth-child(even) {
  background-color: #f6f6f6;
}
.component-list-table .row .cell {
  font-size: 1.2rem;
  display: table-cell;
  width: auto;
  padding: 0.5rem 1rem;
  /*border-bottom: 1px solid #e0e0e0;*/
  vertical-align: middle;
  text-align: left;
}
.component-list-table .row .cell:first-child {
  text-align: left;
}
.component-list-table .row .cell.verticalMiddle {
  vertical-align: middle;
}
.component-list-table .row .cell .verticalBottom {
  vertical-align: bottom;
}
.component-list-table .row .cell.smallPadding {
  padding: 0 0.4rem 2.5rem 0.4rem;
}
.component-list-table .row .cell.cell-max-width {
  width: 100%;
}
.component-list-table .row .cell.bg.white {
  background-color: #fff;
}
.component-list-table .row.thead {
  /*display: table-caption;*/
  text-align: left;
  color: #ff8028;
  /*background-color: #d9d9d9;*/
}
.component-list-table .row.thead > .cell {
  padding: 1rem;
  border-bottom: 0;
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-list-table .row.tsubhead {
  /*display: table-caption;*/
  text-align: left;
  color: #000;
  background-color: #edecec;
}
.component-list-table .row.tsubhead > .cell {
  padding: 1rem;
  border-bottom: 0;
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-list-table .row.copy {
  /*display: table-caption;*/
  text-align: left;
  color: #000;
  background-color: #fff;
  font-size: 1.2rem;
}
.component-list-table .row.copy > .cell {
  /* border-bottom: 1px solid black;*/
  /* width: 100% !important;*/
  /* display: inline-table;*/
  /* margin: 0;
   padding: 1rem;*/
}
.component-list-table .row.tfooter {
  /*background-color: #000;*/
  height: 1.2rem;
}
.component-list-table.borderCells {
  /* la primer celda y la ultima no deben tener bordes en inicio y fin*/
}
.component-list-table.borderCells > .row > .cell {
  border-left: 1px solid #212121;
  /*border-right: 1px solid $gray-primary;*/
  padding-left: 3rem;
  padding-right: 3rem;
}
.component-list-table.borderCells > .row > .cell:first-child {
  border: 0;
}
.component-list-table.borderCells > .row > .cell:last-child {
  border-right: 0;
}
.component-list-table.x2 > .row > .cell {
  width: 50%;
}
.component-list-table.x2 > .row > .cell.forceWidth66 {
  width: 66%;
}
.component-list-table.x2-forceSecond66 > .row > .cell:last-child {
  width: 66%;
}
.component-list-table.x2-forceSecond75 > .row > .cell:last-child {
  width: 75%;
}
.component-list-table.x3 > .row > .cell {
  width: 33%;
}
.component-list-table.x3 > .row > .cell:last-child {
  width: 34%;
}
.component-list-table.x4 > .row > .cell {
  width: 25%;
}
.component-list-table.x6 > .row > .cell {
  width: 17%;
}
.component-list-table.x6 > .row > .cell:last-child {
  width: 15%;
}

@media (max-width: 1200px) {
  .component-list-table > .row > .cell.wrapTablet, .component-list-table > .cell.wrapMobile {
    display: block;
    padding-right: 0;
    padding-left: 1.2rem;
    border: 0;
  }
  .component-list-table.x2 > .row > .cell.wrapTablet, .component-list-table.x3 > .row > .cell.wrapTablet, .component-list-table.x4 > .row > .cell.wrapTablet {
    width: 100%;
    padding-left: 1.2rem;
    border: 0;
  }
  .component-list-table.x3 > .cell.wrapTablet:nth-child(3) {
    width: 100%;
    padding-left: 1.2rem;
    border: 0;
  }
}
@media (max-width: 1150px) {
  .component-list-table.space20 {
    margin-bottom: 2rem;
  }
  .component-list-table.width66 {
    width: 100%;
  }
  .component-list-table > .row > .cell.wrapMobile, .component-list-table > .cell.wrapMobile {
    display: block;
    padding-right: 0;
    padding-left: 0rem;
    border: 0;
  }
  .component-list-table.x2 > .row > .cell.wrapMobile, .component-list-table.x3 > .row > .cell.wrapMobile, .component-list-table.x4 > .row > .cell.wrapMobile {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
  .component-list-table.x3 > .cell.wrapMobile:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
  .component-list-table.x2-forceSecond66 > .row > .cell:last-child {
    width: 100%;
    padding-left: 0;
  }
  .component-list-table.x2-forceSecond75 > .row > .cell:last-child {
    width: 100%;
    padding-left: 0;
  }
}
.component-item-image-left-text-right {
  position: relative;
  color: #212121;
  /*padding-left: 3.6rem;*/
  /* el paddiong se comento por lo siguiente "prestamos/juibilados/como cobrar tu prestamo, si se vuelve a agregar revisar esta excepcion"*/
  position: relative;
  font-size: 1.5rem;
  display: inline-table;
  width: 100%;
  /*display: table-row;*/
}
.component-item-image-left-text-right.width-auto {
  width: auto;
}
@media (min-width: 1150px) {
  .component-item-image-left-text-right.width-auto-desktop {
    width: auto;
  }
}
.component-item-image-left-text-right.space20 {
  margin-bottom: 2rem;
}
.component-item-image-left-text-right.red {
  color: #ff8028;
}
.component-item-image-left-text-right.grey {
  color: #212121;
}
.component-item-image-left-text-right h3 {
  /*color:red;*/
  padding-left: 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: inherit;
}
.component-item-image-left-text-right div {
  display: table-cell;
  vertical-align: middle;
}
.component-item-image-left-text-right div.alignTop {
  vertical-align: top;
}
.component-item-image-left-text-right div:first-of-type {
  width: 32px;
}
.component-item-image-left-text-right div:nth-child(2) {
  padding-left: 1rem;
}
.component-item-image-left-text-right div > img {
  max-width: 32px;
}
.component-item-image-left-text-right div a {
  /*color:$brand-primary;*/
}
.component-item-image-left-text-right.logo-pago {
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: initial;
}
.component-item-image-left-text-right.logo-pago div {
  display: table-cell;
  vertical-align: middle;
}
.component-item-image-left-text-right.logo-pago div:first-of-type {
  width: 32px;
}
.component-item-image-left-text-right.logo-pago div:nth-child(2) {
  padding-left: 1rem;
}
.component-item-image-left-text-right.logo-pago div > img {
  width: 7.3rem;
  max-width: 7.3rem;
}
.component-item-image-left-text-right.logo-pago div a {
  color: #ff8028;
}
.component-item-image-left-text-right.med {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.component-item-image-left-text-right.med div {
  display: table-cell;
  vertical-align: middle;
}
.component-item-image-left-text-right.med div.alignTop {
  vertical-align: top;
}
.component-item-image-left-text-right.med div:first-of-type {
  width: 32px;
}
.component-item-image-left-text-right.med div:nth-child(2) {
  padding-left: 1rem;
}
.component-item-image-left-text-right.med div > img {
  width: 45px;
  max-width: 45px;
}
.component-item-image-left-text-right.med div a {
  /* color:$brand-primary;*/
}
.component-item-image-left-text-right.small {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.component-item-image-left-text-right.small div {
  display: table-cell;
  vertical-align: middle;
}
.component-item-image-left-text-right.small div.alignTop {
  vertical-align: top;
}
.component-item-image-left-text-right.small div:first-of-type {
  width: 32px;
}
.component-item-image-left-text-right.small div:nth-child(2) {
  padding-left: 1rem;
}
.component-item-image-left-text-right.small div > img {
  width: 45px;
  max-width: 45px;
}
.component-item-image-left-text-right.small div a {
  /*color:$brand-primary;*/
}
.component-item-image-left-text-right.underline {
  text-decoration: underline;
}
.component-item-image-left-text-right.alignTop > div {
  vertical-align: top !important;
}
@media (max-width: 768px) {
  .component-item-image-left-text-right {
    font-size: 1.3rem;
  }
  .component-item-image-left-text-right.med {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .component-item-image-left-text-right.small {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}

.component-item-image-left-textButton-right.center2Lineas > .content-wraper > h3 {
  margin-top: 0.8rem;
}
.component-item-image-left-textButton-right > img, .component-item-image-left-textButton-right > .img {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center 5px;
}
.component-item-image-left-textButton-right > img {
  width: auto;
  height: auto;
  max-width: 70px;
}
.component-item-image-left-textButton-right > .content-wraper {
  float: right;
  width: calc(100% - 70px);
}
.component-item-image-left-textButton-right > .content-wraper > h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.component-item-image-left-textButton-right > .content-wraper > p {
  font-size: 1.2rem;
}
.component-item-image-left-textButton-right > .content-wraper > .button {
  padding: 1rem 4rem;
  width: auto;
  font-size: 1.1rem;
  margin-top: 1.1rem;
  font-weight: bold;
}

.componentInline {
  display: inline-block;
  color: #3e3e3e;
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.componentInline > div {
  float: left;
}

.navItemTabComponent {
  background-color: #fff;
  font-family: "Lato Medium", sans-serif;
  font-size: 11px;
  color: #a1a1a1;
  display: table;
}
.navItemTabComponent .navItem {
  text-align: center;
  border-bottom: 3px solid transparent;
  padding: 16px;
}
.navItemTabComponent .navItem.active {
  border-bottom: 3px solid #e32b25;
}
.navItemTabComponent.x2 .navItem {
  width: 50%;
}
.navItemTabComponent.x3 .navItem {
  width: 33%;
}
.navItemTabComponent.x4 .navItem {
  width: 25%;
}

.genericAlertComponent {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  color: #212121;
}
.genericAlertComponent .overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1;
}
.genericAlertComponent .alert {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1140px;
  height: auto;
  z-index: 10;
  padding: 2.5rem 2.2rem 2.5rem 2.5rem;
  border: 1px solid #212121;
  border-radius: 5px;
  background: #fff;
  /*
  background: -moz-linear-gradient(top, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  background: -webkit-linear-gradient(top, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  background: linear-gradient(to bottom, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e1e1', endColorstr='#f3dddd',GradientType=0 );
  */
  /*
          -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
          box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  */
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.genericAlertComponent .alert > .component-simple-button button {
  margin-top: 2rem;
}
.genericAlertComponent .alert h1 {
  color: #ff8028;
  margin: 0;
  padding: 0;
  font-size: 3rem;
}
.genericAlertComponent .alert h4 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
.genericAlertComponent .alert .txtContainer {
  max-height: calc(100vh - 9em);
  overflow: auto;
}
.genericAlertComponent .alert .txtContainer i {
  color: #ff8028;
  font-size: 5rem;
  margin: 2rem 0;
}
.genericAlertComponent .alert iframe {
  width: 100%;
  height: 72rem;
  max-height: 60vh;
}
.genericAlertComponent .alert .close.button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ff8028;
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  opacity: 1;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.genericAlertComponent .alert .close.button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.genericAlertComponent .alert .close.button img {
  width: 100%;
  height: 100%;
}
.genericAlertComponent.closeUp .alert {
  padding-top: 4.8rem;
}
.genericAlertComponent.closeUp .alert > .component-simple-button {
  display: none;
}
.genericAlertComponent.closeUp .alert .close.button {
  display: block;
}

.formSuccessContainer {
  display: none;
}
.formSuccessContainer .lead {
  font-family: "Lato Light", sans-serif;
  font-size: 3rem;
}
.formSuccessContainer .msg {
  color: #ff8028;
  font-size: 1.6rem;
  text-align: center;
}

.formComponentContainer {
  display: block;
}

.formComponent .selected {
  background-position: 0 -52px;
}
.formComponent .hideOnNotMandatoryData {
  display: none;
}
.formComponent .showWarmValidateInput {
  position: relative;
  z-index: 10;
  /* background-image: url(../img/toggleTypePassword.png); */
  background-size: cover;
  background-repeat: no-repeat;
  color: #f00;
  font-size: 2.2rem;
  margin-left: 0.5rem;
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 1px;
  float: right;
  top: -4rem;
  right: 1rem;
  /*
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  */
  /* width: 3rem; */
  /* height: 2rem; */
}
.formComponent .showWarmValidateInput:before {
  content: "\f06a";
}
.formComponent .showWarmValidateInput.SELECT, .formComponent .showWarmValidateInput.TYPE_DATE {
  right: 2rem;
}
.formComponent .showWarmValidateInput .warmText {
  position: absolute;
  display: none;
  position: absolute;
  z-index: 1070;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  box-shadow: 2px 2px 14px #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  width: 170px;
}
.formComponent .showWarmValidateInput:hover .warmText {
  /*display:block;
  opacity:0.9;
  filter: alpha(opacity=90);
  */
}
.formComponent .sending {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/icons/sending.svg);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: none;
}
.formComponent .btn, .formComponent button.submit {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  /*
  &.width-33 {
      width: 100%;

      &:not(:last-child) {
          margin: 0 auto 1rem auto;
      }
  }
  &.width-50 {
      width: 50%;

      &:not(:last-child) {
          margin: 0 auto 1rem auto;
      }
  }
  */
}
.formComponent .btn.btn-filter, .formComponent button.submit.btn-filter {
  padding: 12px 16px;
  min-width: 135px;
  text-align: left;
  font-size: 1.6rem;
  border: 0;
}
.formComponent .btn.btn-filter img.chevron, .formComponent button.submit.btn-filter img.chevron {
  height: 24px;
  margin-right: 4px;
}
.formComponent .btn.center, .formComponent button.submit.center {
  margin: 0 auto;
  display: block;
}
.formComponent .btn.simple, .formComponent button.submit.simple {
  border: solid 1px #ff8028;
  position: relative;
  border-color: transparent;
}
.formComponent .btn.simple > img, .formComponent button.submit.simple > img {
  position: absolute;
  top: 50%;
  left: calc(50% - 6rem);
  transform: translateY(-50%);
  height: 2.2rem;
}
.formComponent .form-row::after {
  display: table;
  content: " ";
  clear: both;
}
.formComponent .form-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.formComponent .form-footer {
  text-align: center;
}
.formComponent .form-footer::after {
  display: table;
  content: " ";
  clear: both;
}
.formComponent .form-footer:not(:last-child) {
  margin-bottom: 2rem;
}
.formComponent .form-footer .component-grid-table {
  text-align: left;
  /*width:auto;*/
}
.formComponent .form-footer .component-grid-table .cell {
  /*margin-bottom: 0 !important;*/
  border: 0;
}
.formComponent .form-footer .component-grid-table .row:last-child .cell {
  padding-top: 2rem;
}
.formComponent .form-col {
  float: none;
  width: 100%;
  margin-right: 0;
}
.formComponent .form-col::after {
  display: table;
  content: " ";
  clear: both;
}
.formComponent .form-col.x2 {
  float: left;
  width: calc((100% - 5.4rem) / 2);
}
.formComponent .form-col.x2:not(:last-child) {
  margin-right: 5.3rem;
}
.formComponent .form-col.x3 {
  float: left;
  width: calc((100% - 10.6rem) / 3);
}
.formComponent .form-col.x3:not(:last-child) {
  margin-right: 5.3rem;
}
.formComponent .form-col.recaptchaContainer > div {
  display: inline-block;
}
.formComponent .form-col.bot {
  display: inline-block;
  position: relative;
  float: left;
  width: calc(33% - 2rem);
  height: 8rem;
}
.formComponent .form-col.bot:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .form-col.bot:first-child {
  text-align: center;
}
.formComponent .form-col.bot:last-child {
  float: right;
  width: 33%;
}
.formComponent .form-col.bot > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.formComponent .input-grp {
  /*height: 7.1rem;*/
}
.formComponent .input-grp::after {
  display: table;
  content: " ";
  clear: both;
}
.formComponent .input-grp:nth-child(1n) {
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .formComponent .input-grp:nth-child(1n) {
    margin-bottom: 0rem;
  }
}
.formComponent .input-grp label {
  position: relative;
  display: block;
  line-height: 2.2rem;
  font-size: 1.5rem;
  color: #212121;
  margin-bottom: 0.4rem;
  /*
  & > div::before
  {
      content:"test";
      @include clfix();
  }
  */
}
.formComponent .input-grp label.mandatory:after {
  content: "*";
  color: #ff8028;
}
.formComponent .input-grp .input-decoration {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 10;
  /* background-image: url(../img/toggleTypePassword.png); */
  color: #fff;
  background-color: #ff8028;
  margin-left: 0.5rem;
  top: -3.7rem;
  left: 0.3rem;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
}
.formComponent .input-grp .input-decoration:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.formComponent .input-grp .input-decoration i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formComponent .input-grp textarea, .formComponent .input-grp input[type=text], .formComponent .input-grp input[type=password], .formComponent .input-grp input[type=email], .formComponent .input-grp input[type=number] {
  border: 2px solid #5115a0;
  border-radius: 4px;
  display: block;
  width: 100%;
  line-height: 2.5rem;
  min-height: 4.8rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #212121;
  font-weight: normal;
  /*text-transform: uppercase;*/
  padding: 0 4rem;
}
.formComponent .input-grp textarea:focus, .formComponent .input-grp textarea:active, .formComponent .input-grp input[type=text]:focus, .formComponent .input-grp input[type=text]:active, .formComponent .input-grp input[type=password]:focus, .formComponent .input-grp input[type=password]:active, .formComponent .input-grp input[type=email]:focus, .formComponent .input-grp input[type=email]:active, .formComponent .input-grp input[type=number]:focus, .formComponent .input-grp input[type=number]:active {
  outline: none;
}
.formComponent .input-grp textarea:disabled, .formComponent .input-grp input[type=text]:disabled, .formComponent .input-grp input[type=password]:disabled, .formComponent .input-grp input[type=email]:disabled, .formComponent .input-grp input[type=number]:disabled {
  border: 2px solid transparent;
}
.formComponent .input-grp textarea::-webkit-input-placeholder, .formComponent .input-grp input[type=text]::-webkit-input-placeholder, .formComponent .input-grp input[type=password]::-webkit-input-placeholder, .formComponent .input-grp input[type=email]::-webkit-input-placeholder, .formComponent .input-grp input[type=number]::-webkit-input-placeholder {
  color: #b6b6b6;
}
.formComponent .input-grp textarea:-ms-input-placeholder, .formComponent .input-grp input[type=text]:-ms-input-placeholder, .formComponent .input-grp input[type=password]:-ms-input-placeholder, .formComponent .input-grp input[type=email]:-ms-input-placeholder, .formComponent .input-grp input[type=number]:-ms-input-placeholder {
  color: #b6b6b6;
}
.formComponent .input-grp textarea::placeholder, .formComponent .input-grp input[type=text]::placeholder, .formComponent .input-grp input[type=password]::placeholder, .formComponent .input-grp input[type=email]::placeholder, .formComponent .input-grp input[type=number]::placeholder {
  color: #b6b6b6;
}
.formComponent .input-grp input[type=checkbox].large {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.formComponent .input-grp textarea {
  height: 8.8rem;
}
.formComponent .input-grp select {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  height: 48px;
  padding: 12px 5px;
  line-height: 1.1;
  border: 2px solid #eee;
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.formComponent .input-grp select:focus, .formComponent .input-grp select:active {
  outline: none;
}
.formComponent .select-horario {
  position: relative;
  float: left;
  width: calc(50% - 1rem);
  padding-left: 3rem;
}
.formComponent .select-horario:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .select-horario .text {
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #212121;
}
.formComponent .select-fechanac {
  position: relative;
  float: left;
  width: calc(33% - 1.3rem);
  /* padding-left: 3rem; */
}
.formComponent .select-fechanac:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .select-fechanac .text {
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #212121;
  display: block;
}
.formComponent .mobile-opciones {
  display: none;
  position: relative;
  background-color: #FFFFFF;
  padding: 1.4rem;
  text-align: center;
  color: #a1a1a1;
  font-weight: bold;
  font-size: 1.8rem;
}
.formComponent .mobile-opciones .numero {
  color: #ff8028;
}
.formComponent .mobile-opciones .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4.2rem;
  padding: 1rem;
}
.formComponent .mobile-opciones .arrow.left {
  left: 2rem;
}
.formComponent .mobile-opciones .arrow.right {
  right: 2rem;
}
.formComponent .custom-radio {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 3.6rem;
  height: 2.5rem;
}
.formComponent .custom-radio a, .formComponent .custom-radio a:link, .formComponent .custom-radio a:visited {
  color: #a1a1a1;
}
.formComponent .custom-radio.width-33 {
  display: inline-block;
  width: calc((100% - 3rem) / 3);
}
.formComponent .custom-radio.width-33:not(:last-child) {
  margin-right: 1rem;
}
.formComponent .custom-radio .radio-text {
  display: inline-block;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #a1a1a1;
}
.formComponent .custom-radio .radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.formComponent .custom-radio .radio-input:checked ~ .radio-checkmark::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(2.5rem - .8rem);
  height: calc(2.5rem - .8rem);
  border-radius: 4rem;
  background: linear-gradient(#ff8028, #d9dae2);
}
.formComponent .custom-radio .radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 6rem;
  border: solid 1px #A1A1A1;
  background-color: #FFFFFF;
}
.formComponent .fl-10 {
  float: left;
  width: calc(10% - 1rem);
}
.formComponent .fl-10:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-10 > *:not(:last-child) {
  /* margin-bottom: 2rem;*/
}
.formComponent .fl-20 {
  float: left;
  width: calc(20% - 1rem);
}
.formComponent .fl-20:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-20 > *:not(:last-child) {
  /* margin-bottom: 2rem;*/
}
.formComponent .fl-30 {
  float: left;
  width: calc(30% - 1rem);
}
.formComponent .fl-30:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-30 > *:not(:last-child) {
  /*margin-bottom: 2rem;*/
}
.formComponent .fl-40 {
  float: left;
  width: calc(40% - 1rem);
}
.formComponent .fl-40:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-40 > *:not(:last-child) {
  /* margin-bottom: 2rem;*/
}
.formComponent .fl-50 {
  float: left;
  width: calc(50% - 1rem);
}
.formComponent .fl-50:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-50 > *:not(:last-child) {
  /*  margin-bottom: 2rem;*/
}
.formComponent .fl-60 {
  float: left;
  width: calc(60% - 1rem);
}
.formComponent .fl-60:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-60 > *:not(:last-child) {
  /*  margin-bottom: 2rem;*/
}
.formComponent .fl-70 {
  float: left;
  width: calc(70% - 1rem);
}
.formComponent .fl-70:not(:last-child) {
  margin-right: 2rem;
}
.formComponent .fl-70 > *:not(:last-child) {
  /*  margin-bottom: 2rem;*/
}
.formComponent .label-plazo-meses,
.formComponent .label-cuota-pesos {
  position: absolute;
  width: 100%;
  bottom: -2.6rem;
  left: 0;
  transform: translateX(-7px);
  font-weight: bold;
}
.formComponent .label-plazo-meses > span,
.formComponent .label-cuota-pesos > span {
  display: inline-block;
  height: 2rem;
  width: 0;
  font-size: 1.3rem;
}
.formComponent .label-plazo-meses > span:not(:last-child),
.formComponent .label-cuota-pesos > span:not(:last-child) {
  margin-right: 24.8%;
}
.formComponent .label-cuota-pesos {
  transform: translateX(-20px);
}
.formComponent .slider-tooltip {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8028;
}
.formComponent .ui-slider {
  position: relative;
  text-align: left;
  width: 100%;
  height: 1.6rem !important;
  border-radius: 20rem;
  background: linear-gradient(#ff8028, #d9dae2);
}
.formComponent .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 0.5rem;
  top: 0;
  height: 100%;
  right: 0;
  background-color: #E5E5E5;
}
.formComponent .ui-slider-horizontal {
  height: 0.8em;
}
.formComponent .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -4px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: 1px solid #A1A1A1;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  transform: translateX(-50%);
}
.formComponent .ui-slider .ui-slider-handle:focus, .formComponent .ui-slider .ui-slider-handle:active {
  outline: none;
}
.formComponent .ui-slider .ui-slider-handle::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(2.5rem - .8rem);
  height: calc(2.5rem - .8rem);
  border-radius: 4rem;
  background: linear-gradient(#ff8028, #d9dae2);
}
.formComponent .alertSubmit {
  font-size: 1.5rem;
  color: #212121;
  margin-bottom: 1.5rem;
}

@media (max-width: 940px) {
  .formComponent .fl-50,
.formComponent .fl-40,
.formComponent .fl-60 {
    width: 100%;
  }
  .formComponent .fl-50:not(:last-child),
.formComponent .fl-40:not(:last-child),
.formComponent .fl-60:not(:last-child) {
    margin-right: 0;
  }
  .formComponent .fl-50 > .fl-margin-helper,
.formComponent .fl-40 > .fl-margin-helper,
.formComponent .fl-60 > .fl-margin-helper {
    margin-bottom: 2rem;
  }
  .formComponent .fl-50.margin-top-mobile,
.formComponent .fl-40.margin-top-mobile,
.formComponent .fl-60.margin-top-mobile {
    margin-top: 2rem;
  }
  .formComponent .form-col,
.formComponent .form-col.bot {
    width: 100% !important;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .formComponent .form-col:not(:last-child),
.formComponent .form-col.bot:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 940px) and (max-width: 680px) {
  .formComponent .form-col,
.formComponent .form-col.bot {
    margin-bottom: 0rem;
  }
}
@media (max-width: 940px) {
  .formComponent .custom-radio.width-33 {
    width: 100%;
  }
  .formComponent .custom-radio.width-33:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 940px) {
  .formComponent .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    padding: 1.4rem;
    max-width: 28rem;
  }
  .formComponent .btn.width-33 {
    width: 100%;
  }
  .formComponent .btn.width-33:not(:last-child) {
    margin: 0 auto 1rem auto;
  }
  .formComponent .btn.simple {
    /*margin-top: 1rem;*/
    border: solid 1px #ff8028 !important;
  }
}
@media (max-width: 940px) {
  .lead-red {
    font-size: 2.2rem;
  }
  .lead-red.tipo-prestamo-margin {
    margin: 0 auto;
  }
}
.floatItemsComponent .float-item {
  box-sizing: border-box;
  float: left;
  margin-bottom: 1.2rem;
  text-align: center;
  padding: 2rem;
  /*background-color: #333;*/
  /*
  & > .img-wrapper {
      position: relative;
      height: 6rem;

      & img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%)
      }
  }

  & > h3 {
      font-size: 2.2rem;
      font-family: Bliss2Light, sans-serif;
      color: $brand-primary;
      line-height: 1;
  }
  */
}
.floatItemsComponent .float-item > p {
  color: #3e3e3e;
  font-size: 1.6rem;
}
.floatItemsComponent .float-item > *:not(:last-child) {
  margin-bottom: 2rem;
}
.floatItemsComponent .float-item:not(:nth-child(6n-1)) {
  margin-right: 1.2rem;
}
.floatItemsComponent .float-grid.defaultColsx2 .float-item {
  width: calc((100% - (1.2rem * 2)) / 2);
}
.floatItemsComponent .float-grid.defaultColsx2 .clearResponsive:nth-child(4n) {
  background-color: #f00;
  /*height: 100px;
   width: 100px;*/
  display: block;
  float: none;
  float: none;
  clear: both;
}
.floatItemsComponent .float-grid.defaultColsx3 .float-item {
  width: calc((100% - (1.2rem * 2)) / 3);
}
.floatItemsComponent .float-grid.defaultColsx3 .float-item.col-span-2 {
  width: calc(66.6666666667% - (1.2rem / 2));
}
.floatItemsComponent .float-grid.defaultColsx3 .float-item.col-span-2.lastColumn {
  margin-right: 0;
}
.floatItemsComponent .float-grid.defaultColsx3 .clearResponsive:nth-child(3n) {
  background-color: #f00;
  /*height: 100px;
   width: 100px;*/
  display: block;
  float: none;
  float: none;
  clear: both;
}
.floatItemsComponent .float-grid .float-item.forceNoFloat {
  width: 100%;
  clear: both;
  float: none;
}

@media (max-width: 920px) {
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item, .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item.col-span-2 {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item:not(:nth-child(3n)), .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item.col-span-2:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item:not(:nth-child(2n)), .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .float-item.col-span-2:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .clearResponsive, .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .clearResponsive:nth-child(3n), .floatItemsComponent .float-grid.mobile_large_wrapcols_x1 .clearResponsive:nth-child(4n) {
    display: none;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .float-item, .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .float-item.col-span-2 {
    width: calc((100% - 1.2rem) / 2);
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .float-item:not(:nth-child(4n-1)), .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .float-item.col-span-2:not(:nth-child(4n-1)) {
    margin-right: 1.2rem;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .clearResponsive, .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .clearResponsive:nth-child(3n) {
    display: none;
  }
  .floatItemsComponent .float-grid.mobile_large_wrapcols_x2 .clearResponsive:nth-child(4n) {
    background-color: #f00;
    /*height: 100px;
     width: 100px;*/
    display: block;
    float: none;
    float: none;
    clear: both;
  }
}
@media (max-width: 710px) {
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .float-item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .float-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .float-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .clearResponsive, .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .clearResponsive:nth-child(3n), .floatItemsComponent .float-grid.mobile_med_wrapcols_x1 .clearResponsive:nth-child(4n) {
    display: none;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x2 .float-item {
    width: calc((100% - 1.2rem) / 2);
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x2 .float-item:not(:nth-child(4n-1)) {
    margin-right: 1.2rem;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x2 .clearResponsive, .floatItemsComponent .float-grid.mobile_med_wrapcols_x2 .clearResponsive:nth-child(3n) {
    display: none;
  }
  .floatItemsComponent .float-grid.mobile_med_wrapcols_x2 .clearResponsive:nth-child(4n) {
    background-color: #f00;
    /*height: 100px;
     width: 100px;*/
    display: block;
    float: none;
    float: none;
    clear: both;
  }
}
@media (max-width: 496px) {
  .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive, .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive:nth-child(3n), .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive:nth-child(4n) {
    display: none;
  }
}
.customListComponent {
  color: #a1a1a1;
  /*font-size: 1.6rem;*/
}
.customListComponent > h2 {
  text-align: left;
  color: #e2211c;
  font-weight: bold;
  font-size: 2rem;
  /*
  se pidio que ahora todos los textos de los titulos de los listados esten en minúscula,si se cambia esto revisar por ejemplo:
  /productos/plazo-fijo (concé más)
  */
  /*text-transform: uppercase;*/
  text-align: left;
  margin-bottom: 2rem;
}
.customListComponent > h2.med {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.customListComponent ul {
  font-size: 1.3rem;
  color: #212121;
}
.customListComponent ul ul {
  margin: 1rem 0 1rem 2rem;
}
.customListComponent ul li {
  /* color:#3e3e3e;*/
  list-style: none;
  text-indent: 0rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 2.2rem;
}
.customListComponent ul li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f111";
  display: block;
  font-size: 0.7rem;
  margin-top: 0.3rem;
  color: #ff8028;
  float: left;
  text-indent: 0rem;
  font-weight: 900;
}
.customListComponent ul li.not-icon-list:before {
  text-indent: -9999999px;
  width: 0.7rem;
}
.customListComponent ul .split-x2 {
  display: inline-block;
}
.customListComponent ul .split-x2 > div {
  float: left;
  width: calc(50% - 1rem);
}
.customListComponent ul .split-x2 > div:first-child {
  margin-right: 1rem;
}
.customListComponent ul .split-x2.widthAuto > div {
  width: auto;
}
.customListComponent.circle ul li {
  margin-left: 1.2rem;
}
.customListComponent.circle ul li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f111";
  margin-left: -1.2rem;
}
.customListComponent.check ul li:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f00c";
  margin-left: -2.2rem;
}
.customListComponent.forceSmallIcon ul li:before {
  font-size: 0.8rem !important;
  padding-top: 0.8rem;
}
.customListComponent.small ul li {
  margin-left: 0rem;
  font-size: 1.6rem;
}
.customListComponent.small ul li:before {
  font-size: 0.9rem;
  margin-left: 0rem;
  margin-right: 0.8rem;
}
.customListComponent.med ul li:before {
  font-size: 1.4rem;
  margin-top: 0;
}
.customListComponent.large h2 {
  font-size: 2rem;
}
.customListComponent.large ul {
  font-size: 1.6rem;
}
.customListComponent.large ul li:before {
  font-size: 1.7rem;
  margin-top: -0.2rem;
}
@media (min-width: 1150px) {
  .customListComponent.floatLeft-desktop ul::after {
    display: table;
    content: " ";
    clear: both;
  }
  .customListComponent.floatLeft-desktop ul li {
    float: left;
    margin-right: 2rem;
  }
  .customListComponent.floatLeft-desktop.x2 > ul > li {
    width: calc(50% - 5rem);
  }
  .customListComponent.floatLeft-desktop.x3 > ul > li {
    width: calc(33.33% - 5rem);
  }
  .customListComponent.inline-desktop ul::after {
    display: table;
    content: " ";
    clear: both;
  }
  .customListComponent.inline-desktop ul li {
    display: inline-block;
    margin-right: 2rem;
  }
  .customListComponent.inline-desktop.x2 > ul > li {
    width: calc(50% - 5rem);
  }
  .customListComponent.inline-desktop.x3 > ul > li {
    width: calc(33.33% - 5rem);
  }
}
@media (max-width: 1150px) {
  .customListComponent.forceSmallIcon ul li:before {
    margin-top: -0.5rem;
  }
  .customListComponent ul .split-x2 {
    display: block;
  }
  .customListComponent ul .split-x2 > div {
    float: none;
    width: 100%;
  }
  .customListComponent.large h2 {
    font-size: 1.4rem;
  }
  .customListComponent.large ul {
    font-size: 1.3rem;
  }
}
@media (max-width: 780px) {
  .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .float-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive, .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive:nth-child(3n), .customListComponent .floatItemsComponent .float-grid.mobile_small_wrapcols_x1 .clearResponsive:nth-child(4n) {
    display: none;
  }
  .customListComponent.floatLeft-desktop ul li {
    float: none;
    margin-right: 1rem;
  }
  .customListComponent.inline-desktop ul li {
    display: block;
    margin-right: 1rem;
  }
}

.tazasImpuestosComponent {
  text-align: left;
  text-transform: uppercase;
}
.tazasImpuestosComponent:not(:last-child) {
  margin-bottom: 2.4rem;
}
.tazasImpuestosComponent > h5 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ff8028;
}
.tazasImpuestosComponent > p {
  font-size: 4.3rem;
  color: #212121;
  font-family: "Lato Light", sans-serif;
}
.tazasImpuestosComponent > p > .sub {
  font-size: 3.3rem;
}

.sliderComponent {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  width: calc(100% - 4rem);
  margin-left: 2rem;
  position: relative;
}
.sliderComponent.pad {
  padding: 1.4rem;
}
.sliderComponent .title-sm-red {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #E2211C;
  margin-bottom: 2.4rem;
  font-weight: bold;
}
.sliderComponent .slider-tooltip {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  color: #E2211C;
  white-space: nowrap;
}
.sliderComponent .ui-slider {
  position: relative;
  text-align: left;
  width: 100%;
  height: 1.6rem !important;
  border-radius: 20rem;
  background: linear-gradient(#ff8028, #d9dae2);
}
.sliderComponent .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 0.5rem;
  top: 0;
  height: 100%;
  right: 0;
  background-color: #E5E5E5;
}
.sliderComponent .ui-slider-horizontal {
  height: 0.8em;
}
.sliderComponent .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -4px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: 1px solid #A1A1A1;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  transform: translateX(-50%);
}
.sliderComponent .ui-slider .ui-slider-handle:focus, .sliderComponent .ui-slider .ui-slider-handle:active {
  outline: none;
}
.sliderComponent .ui-slider .ui-slider-handle::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(2.5rem - .8rem);
  height: calc(2.5rem - .8rem);
  border-radius: 4rem;
  background: linear-gradient(#ff8028, #d9dae2);
}
.sliderComponent .label-limits {
  display: block;
  width: 100%;
  position: relative;
  height: 2rem;
  margin-top: 1rem;
  color: #212121;
  font-size: 1.2rem;
  font-weight: bold;
}
.sliderComponent .label-limits > span {
  /*
  display: inline-block;
  height: 2rem;
  width: 0;
  font-size: 1.3rem;
  */
  display: inline-block;
  height: 2rem;
  width: 0;
  font-size: 1.3rem;
}
.sliderComponent .label-limits > span:not(:last-child) {
  margin-right: 24.8%;
}
.sliderComponent .label-limits > div {
  display: inline-block;
  width: auto;
  position: absolute;
}
.sliderComponent .label-limits > div:first-child {
  left: 0;
  transform: translate(-50%, 0%);
}
.sliderComponent .label-limits > div:last-child {
  right: 0;
  transform: translate(50%, 0%);
}
.sliderComponent.plazoMeses .label-limits > span {
  text-indent: -99999999px;
}
.sliderComponent.plazoMeses .label-limits > span:not(:last-child) {
  margin-right: 9%;
}
.sliderComponent.plazoMeses .label-limits > span:nth-child(3n-3) {
  text-indent: 0px;
}
.sliderComponent.plazoMeses .label-limits > span:first-child {
  text-indent: 0px;
}

/*
                                    <div class="component-simple-button large">
                                        <button>SOLICITAR AHORA</button>
                                    </div>  
*/
.component-simple-button {
  /*
  width:100%;
  */
  text-align: center;
  /*
  &.small button
  {
      font-size: 1.1rem;
  }
  &.med button
  {
      font-size: 1.3rem;
      padding: 1rem 1.5rem;
  }
  &.medLarge button
  {
      font-size: 1.3rem;
      padding: 1rem 3rem;
  }
  &.large button
  {
      font-size: 1.3rem;
      padding: 1.5rem 6rem;
  }
  */
}
.component-simple-button button {
  /*
  font-family: 'Lato Bold', sans-serif;
  width: auto;
  font-size: 1.3rem;
  */
  /* display: inline-block;*/
  /*
  padding: 1rem 4rem;
  text-align: center;
  border-radius: 3rem;

  text-transform: uppercase;

  cursor: pointer;
  */
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  /*
  color:#fff;
  background-color: $brand-primary;
  border: 2px solid $brand-primary;
  */
  cursor: pointer;
}
.component-simple-button button.white {
  border: solid 1px #E2211C;
  color: #E2211C;
  background-color: #fff;
}
.component-simple-button.white button {
  border: solid 1px #E2211C;
  color: #E2211C;
  background-color: #fff;
}
.component-simple-button.align-inline {
  display: inline-block;
  width: auto;
}
@media (min-width: 1150px) {
  .component-simple-button.align-inline-desktop {
    display: inline-block;
  }
}

.component-list-simple-buttons {
  text-align: center;
  margin: 0px auto;
}
.component-list-simple-buttons .btn {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  width: 100%;
  color: #ff8028;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  border: solid 1px #ff8028;
  border-radius: 3rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.component-list-simple-buttons .btn:hover, .component-list-simple-buttons .btn:active, .component-list-simple-buttons .btn.active {
  background-color: #ff8028;
  color: #FFFFFF;
}
.component-list-simple-buttons .btn.simple {
  position: relative;
  border-color: transparent;
}
.component-list-simple-buttons .btn.simple:hover, .component-list-simple-buttons .btn.simple:active {
  background-color: transparent;
  color: #ff8028;
}
.component-list-simple-buttons .btn.simple > img {
  position: absolute;
  top: 50%;
  left: calc(50% - 6rem);
  transform: translateY(-50%);
  height: 2.2rem;
}
.component-list-simple-buttons .btn.width-33 {
  width: calc((100% - 3rem) / 3);
}
.component-list-simple-buttons .btn.width-33:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 1150px) {
  .component-list-simple-buttons .btn.width-33 {
    width: 100%;
    max-width: 28rem;
    margin-right: 0rem;
  }
  .component-list-simple-buttons .btn.width-33:not(:last-child) {
    margin: 0 auto 1rem auto;
    display: block;
  }
}

.section.prestamos .prestamos-mobile .btn.width-33:not(:last-child) {
  margin: 0 auto 1rem auto;
  display: block;
}

.section.prestamos .prestamos-mobile .btn.width-33 {
  width: 100%;
  max-width: 28rem;
}

.component-decal {
  display: table;
  min-height: 4.9rem;
  width: fit-content;
}
@media (max-width: 680px) {
  .component-decal {
    width: 100%;
  }
}
.component-decal.gray {
  background-color: #212121;
  color: #FFF;
}
.component-decal > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  position: relative;
  line-height: 1.8rem;
}
.component-decal > div .many {
  font-size: 2.5rem;
}
.component-decal > div:first-child {
  background-image: url(../img/component-decal.svg);
  background-size: contain;
  background-position: left center;
  width: 3.1rem;
  background-repeat: no-repeat;
  font-size: 2.1rem;
  padding: 0 0 0 0.3rem;
}
.component-decal > div:last-child {
  /*width: 50%;*/
  padding-left: 1rem;
}
.component-decal > div:last-child::after {
  padding: 0;
  content: " ";
  width: 1px;
  left: 0;
  top: 10%;
  height: 70%;
  background-color: #fff;
  margin: 0 auto;
  display: block;
  position: absolute;
}

#componentSwiper {
  display: block;
  height: auto;
  min-height: 0;
  width: 100%;
  margin-bottom: 2rem;
}
#componentSwiper img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 680px) {
  #componentSwiper img {
    width: 100%;
  }
}
#componentSwiper .swiper-slide {
  width: 100%;
  padding: 0 4rem;
}
#componentSwiper .swiper-button-prev, #componentSwiper .swiper-button-next {
  width: 22px;
  background-size: contain;
}
#componentSwiper .swiper-button-prev {
  background-image: url(../img/little-red-arrow-left.svg);
}
#componentSwiper .swiper-button-next {
  background-image: url(../img/little-red-arrow-right.svg);
}

.ui-datepicker {
  font-size: 1.3rem;
}
.ui-datepicker .ui-widget-header {
  background-color: #D9DAE2;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #D9DAE2;
  background: #D9DAE2;
  color: #5115a0;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-button.ui-state-active:hover {
  border: 1px solid #ff8028;
  background: #ff8028;
  font-weight: normal;
  color: #ffffff;
}

.headerBlueComponent {
  background-image: url(../images/common/header_blue.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media (max-width: 680px) {
  .headerBlueComponent {
    margin-top: 6rem;
    padding-top: 3rem;
    display: block;
  }
}
.headerBlueComponent h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 100;
  margin-left: 0;
  margin-bottom: 2rem;
  max-width: 50%;
}
@media (max-width: 680px) {
  .headerBlueComponent h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 400px) {
  .headerBlueComponent h1 {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.headerBlueComponent h2 {
  /* font-family: 'interstate';*/
  font-size: 2rem;
  max-width: 45%;
  line-height: 2rem;
  margin-left: 0;
  font-weight: 100;
}
@media (max-width: 680px) {
  .headerBlueComponent h2 {
    max-width: 55%;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 400px) {
  .headerBlueComponent h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.headerBlueComponent .space.footer {
  right: 0;
  width: 45%;
  border-bottom: 5.5rem solid #ff8028;
  border-left: 4rem solid transparent;
  position: absolute;
  bottom: 0;
}
@media (max-width: 680px) {
  .headerBlueComponent .space.footer {
    width: 40%;
  }
}

.file {
  position: relative;
  display: inline-table;
  text-align: center;
}
.file:hover {
  opacity: 0.8;
}
.file .icon-solid {
  margin-bottom: 0.6rem;
}
.file .icon-solid .iconOver {
  display: inline-block;
  width: 6rem;
  height: 7.3rem;
  position: relative;
  background-image: url("../images/icons/file_solid.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 6rem 7.3rem;
}
@media (max-width: 1150px) {
  .file .icon-solid .iconOver {
    width: 4rem;
    height: 5rem;
    background-size: 4rem 5rem;
  }
  .file .icon-solid .iconOver .fileExtencion {
    top: 3rem;
    left: 0.4rem;
    font-size: 1rem;
  }
}
.file .icon-solid .iconOver .fileExtencion {
  position: absolute;
  top: 4.2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  left: 0.9rem;
}
.file .icon-solid .coverContainer {
  position: absolute;
  width: 4.5rem;
  height: 6rem;
  z-index: -1;
  top: 6px;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1150px) {
  .file .icon-solid .coverContainer {
    width: 3.5rem;
    height: 4.2rem;
    top: 4px;
  }
}
.file .icon {
  display: inline-block;
  width: 6rem;
  height: 7.3rem;
  position: relative;
  background-image: url("../images/icons/file.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 6rem 7.3rem;
}
.file .icon .fileExtencion {
  position: absolute;
  top: 4.2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  left: 0.9rem;
}
@media (max-width: 1150px) {
  .file .icon {
    width: 4rem;
    height: 5rem;
    background-size: 4rem 5rem;
  }
  .file .icon .fileExtencion {
    top: 3rem;
    left: 0.4rem;
    font-size: 1rem;
  }
}
.file .fileName {
  max-width: 11rem;
  color: #ff5452;
  font-size: 1.4rem;
  line-height: 1.3rem;
  font-weight: normal;
  overflow-wrap: break-word;
}

.relatedFiles {
  padding-top: 1rem;
  font-size: 1.6rem;
}
.relatedFiles a.file {
  margin: 0 2rem 2rem 0;
  text-decoration: none;
  font-weight: normal;
}
.relatedFiles a.file img {
  max-width: 6rem;
  max-height: 7.3rem;
}

.biSearchContainer .relatedFiles {
  /* padding-left: 2rem;*/
  position: sticky;
}

.specsContainer .spec {
  margin-bottom: 4rem;
}
.specsContainer .spec h2 {
  color: #ff5452;
  font-size: 3.5rem;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .specsContainer .spec h2 {
    font-size: 2rem;
  }
}
.specsContainer .spec .considerations {
  border: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  padding: 0.5rem 1rem 0.5rem 3rem;
  position: relative;
}
@media (max-width: 680px) {
  .specsContainer .spec .considerations {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
.specsContainer .spec .component-grid-table .row .cell {
  border: 1px solid #e6e6e6;
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 1.6rem;
}
@media (max-width: 680px) {
  .specsContainer .spec .component-grid-table .row .cell {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
.specsContainer .spec .component-grid-table .row .cell:first-child {
  width: 20%;
  border-right: 0;
  font-weight: bold;
}
.specsContainer .spec .component-grid-table .row .cell:last-child {
  width: 80%;
  border-left: 0;
}

.extrasContainer, .extrasIdentidadContainer {
  margin-bottom: 6rem;
}
@media (max-width: 680px) {
  .extrasContainer, .extrasIdentidadContainer {
    font-size: 4rem;
  }
}
.extrasContainer .devicesContainer .device, .extrasIdentidadContainer .devicesContainer .device {
  position: relative;
  margin-bottom: 1rem;
  width: 5.8rem;
}
.extrasContainer .devicesContainer .device .text, .extrasIdentidadContainer .devicesContainer .device .text {
  text-transform: uppercase;
  text-align: center;
  color: #ff8028;
  font-size: 0.9rem;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  background-color: #fff;
  color: #5115a0;
}
.extrasContainer .tabs-nav-container, .extrasIdentidadContainer .tabs-nav-container {
  /* background-color: $gray-xLight;*/
  position: relative;
  display: block;
  font-size: 0;
  height: 3rem;
  margin-bottom: 0.2rem;
}
.extrasContainer .tabs-nav-container::after, .extrasIdentidadContainer .tabs-nav-container::after {
  content: "este es el contenido";
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 5px);
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid #ff5452;
  z-index: -1;
}
.extrasContainer .tabs-nav-container .tab, .extrasIdentidadContainer .tabs-nav-container .tab {
  font-size: 1.8rem;
  /* font-family: 'interstate';*/
  float: left;
  height: 3rem;
  background-color: #ff5452;
  border-right: 2px solid #ff8028;
  color: #f4f4f4;
  padding: 0.3rem 1.7rem 0;
  cursor: default;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.extrasContainer .tabs-nav-container .tab::after, .extrasIdentidadContainer .tabs-nav-container .tab::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 1.8rem;
  content: "\f107";
  padding-left: 2rem;
}
.extrasContainer .tabs-nav-container .tab:hover:not(.selected), .extrasIdentidadContainer .tabs-nav-container .tab:hover:not(.selected) {
  background-color: #D9DAE2;
}
.extrasContainer .tabs-nav-container .tab.selected, .extrasIdentidadContainer .tabs-nav-container .tab.selected {
  color: #ff8028;
  background-color: #f4f4f4;
}
.extrasContainer .tabs-nav-container .tab.selected::after, .extrasIdentidadContainer .tabs-nav-container .tab.selected::after {
  content: "\f106";
}
.extrasContainer .tabs-content-container, .extrasIdentidadContainer .tabs-content-container {
  height: 1px;
  width: 100%;
  background-color: #f4f4f4;
  padding: 0;
  position: relative;
  transition: height 0.3s, padding 0.3s;
  overflow: hidden;
}
.extrasContainer .tabs-content-container .content, .extrasIdentidadContainer .tabs-content-container .content {
  width: 90%;
  width: calc(100% - 7rem);
  position: absolute;
  left: 5rem;
  top: 3rem;
  opacity: 0;
  transition: opacity 0.5s;
  overflow: hidden;
  z-index: 1;
  /* background-color: red;*/
}
.extrasContainer .tabs-content-container .content.selected, .extrasIdentidadContainer .tabs-content-container .content.selected {
  display: block;
  opacity: 1;
  z-index: 100;
}
.extrasContainer .tabs-content-container .file, .extrasIdentidadContainer .tabs-content-container .file {
  margin: 0 2rem 2rem 0;
}
.extrasContainer .viewDemoContainer .component-grid-table .row .cell, .extrasIdentidadContainer .viewDemoContainer .component-grid-table .row .cell {
  width: auto;
}
.extrasContainer .viewDemoContainer .component-grid-table .row .cell.brands, .extrasIdentidadContainer .viewDemoContainer .component-grid-table .row .cell.brands {
  width: 31rem;
}
@media (max-width: 1150px) {
  .extrasContainer .viewDemoContainer .component-grid-table .row .cell.brands, .extrasIdentidadContainer .viewDemoContainer .component-grid-table .row .cell.brands {
    width: 100%;
  }
}
.extrasContainer .viewDemoContainer .brands, .extrasIdentidadContainer .viewDemoContainer .brands {
  width: 31rem;
}
@media (max-width: 1150px) {
  .extrasContainer .viewDemoContainer .brands, .extrasIdentidadContainer .viewDemoContainer .brands {
    width: 100%;
  }
}
.extrasContainer .viewDemoContainer .brands .brandListComponent, .extrasIdentidadContainer .viewDemoContainer .brands .brandListComponent {
  text-align: left;
}
.extrasContainer .viewDemoContainer .brands .brandListComponent .brand, .extrasIdentidadContainer .viewDemoContainer .brands .brandListComponent .brand {
  width: 14rem;
  height: 9rem;
  margin: 0 0rem 0rem 0;
}
.extrasContainer .viewDemoContainer .brands .brandListComponent .brand .icon, .extrasIdentidadContainer .viewDemoContainer .brands .brandListComponent .brand .icon {
  background-size: 50%;
}
.extrasContainer .viewDemoContainer .demo, .extrasIdentidadContainer .viewDemoContainer .demo {
  overflow: hidden;
  position: relative;
  height: 48rem;
}
@media (max-width: 680px) {
  .extrasContainer .viewDemoContainer .demo, .extrasIdentidadContainer .viewDemoContainer .demo {
    height: 28rem;
  }
}
@media (max-width: 500px) {
  .extrasContainer .viewDemoContainer .demo, .extrasIdentidadContainer .viewDemoContainer .demo {
    height: 22rem;
  }
}
.extrasContainer .viewDemoContainer .demo > div, .extrasIdentidadContainer .viewDemoContainer .demo > div {
  position: absolute;
  top: 0;
  right: -100%;
  transition: right 0.5s;
  width: 100%;
  height: 48rem;
  background-color: #D9DAE2;
}
@media (max-width: 680px) {
  .extrasContainer .viewDemoContainer .demo > div, .extrasIdentidadContainer .viewDemoContainer .demo > div {
    height: 28rem;
  }
}
@media (max-width: 500px) {
  .extrasContainer .viewDemoContainer .demo > div, .extrasIdentidadContainer .viewDemoContainer .demo > div {
    height: 22rem;
  }
}
.extrasContainer .viewDemoContainer .demo > div > iframe, .extrasIdentidadContainer .viewDemoContainer .demo > div > iframe {
  width: 100%;
  height: 48rem;
}
@media (max-width: 680px) {
  .extrasContainer .viewDemoContainer .demo > div > iframe, .extrasIdentidadContainer .viewDemoContainer .demo > div > iframe {
    height: 28rem;
  }
}
@media (max-width: 500px) {
  .extrasContainer .viewDemoContainer .demo > div > iframe, .extrasIdentidadContainer .viewDemoContainer .demo > div > iframe {
    height: 22rem;
  }
}
.extrasContainer .viewDemoContainer .demo > div > img, .extrasIdentidadContainer .viewDemoContainer .demo > div > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.extrasContainer .viewDemoContainer .demo > div.selected, .extrasIdentidadContainer .viewDemoContainer .demo > div.selected {
  right: 0;
}
.extrasContainer .viewDemoContainer .demo > div .devicesContainer, .extrasIdentidadContainer .viewDemoContainer .demo > div .devicesContainer {
  background-color: #ff8028;
  padding: 0.5rem 0 0 0.5rem;
  right: 1rem;
  left: initial;
}
.extrasContainer .viewDemoContainer .exampleContainer .example, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example {
  display: none;
}
.extrasContainer .viewDemoContainer .exampleContainer .example:first-child, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example:first-child {
  display: block;
}
.extrasContainer .viewDemoContainer .exampleContainer .example > iframe, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example > iframe {
  width: 100%;
  height: 48rem;
}
@media (max-width: 680px) {
  .extrasContainer .viewDemoContainer .exampleContainer .example > iframe, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example > iframe {
    height: 28rem;
  }
}
@media (max-width: 500px) {
  .extrasContainer .viewDemoContainer .exampleContainer .example > iframe, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example > iframe {
    height: 22rem;
  }
}
.extrasContainer .viewDemoContainer .exampleContainer .example > img, .extrasIdentidadContainer .viewDemoContainer .exampleContainer .example > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.extrasContainer.mobile .component-accordion .ui-accordion-header.ui-state-active {
  background-color: #ff8028;
  color: #f4f4f4;
}
.extrasContainer.mobile .component-accordion .ui-accordion-header.ui-state-active:after {
  color: #f4f4f4;
}
.extrasContainer.mobile .component-accordion .content {
  padding: 3rem;
  background-color: #f4f4f4;
}
.extrasContainer.mobile .component-accordion .content .file {
  margin: 0 2rem 2rem 0;
  font-weight: normal;
}

.extrasContainer.mobile .viewDemoContainer {
  padding: 2rem;
  background-color: #f4f4f4;
}
@media (max-width: 680px) {
  .extrasContainer.mobile .viewDemoContainer {
    padding: 1rem 0;
  }
}
.extrasContainer.mobile .viewDemoContainer .brand::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  z-index: -2;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent {
  width: 100%;
  /*height: 5rem;*/
  position: relative;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-container {
  width: 90%;
  width: calc(100% - 6rem);
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-slide {
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-next, .extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-prev {
  background: none;
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 2rem;
  width: 2rem;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-next:after, .extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff8028;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-next {
  right: 5px;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-next:after {
  content: "\f061";
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-prev {
  left: 5px;
}
.extrasContainer.mobile .viewDemoContainer .brandListComponent .swiper-button-prev:after {
  content: "\f060";
}

.nextComponent {
  background-color: #ff5452;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #ff5452;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 1.8rem;
  cursor: pointer;
}
.nextComponent[service-on-loading=true] {
  background-image: url(../images/icons/loading_dark.svg);
  background-size: 200%;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
}
.nextComponent:not([service-on-loading=true]):hover {
  background-color: #fff;
  color: #ff5452;
}
.nextComponent:not([service-on-loading=true]):after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .header {
  /*
  z-index: 99999;
  position: relative;
  width: 100%;
  background-color: rgba(255,255,255,.5);
  height: $header-bar-height;
  line-height: $header-bar-height;
  border-bottom: solid $header-bar-border-height $brand-primary;
  */
  /*font-family: 'interstate';*/
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
body .header.primary {
  padding: 2rem 0;
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  body .header.primary {
    display: none;
  }
}
body .header.secondary {
  background-color: #5115a0;
  z-index: 4;
  position: fixed;
  height: auto;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #fff;
}
body .header.secondary img.brand {
  width: auto;
  height: 50px;
  cursor: pointer;
  outline: none;
}
body .header.secondary .component-grid-table > .row > .cell {
  padding-bottom: 0;
}
body .header.secondary .component-grid-table > .row > .cell .menu {
  margin-top: 1rem;
}
body .header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body .header .menu.align-right {
  font-size: 1.4rem;
}
body .header .menu li {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: left;
}
body .header .menu li:hover {
  color: #ffc830 !important;
  background-color: transparent;
  text-decoration: none;
}
body .header .menu li a {
  display: flex;
  justify-content: center;
  color: #fff !important;
}
body .header .menu li a:visited, body .header .menu li a:-webkit-any-lin {
  color: #fff;
}
body .header .menu li a:hover {
  color: #ffc830 !important;
  background-color: transparent;
  text-decoration: none;
}
body .header.fixed {
  position: fixed;
}
body .header.logged .hide-logged-user {
  display: none;
}
body .header.not-logged .hide-not-logged-user {
  display: none;
}
body .header .header-bar {
  width: 100%;
  /*
  height: 8.7rem;
  line-height: 8.7rem;
  */
  /*background-color: rgba(255,255,255,0.8);*/
  /*border-bottom: solid 1px #E2211C;*/
  padding: 1.5rem 0;
}
body .header .header-bar.fixed {
  position: fixed;
}
body .header .header-bar .logo-wrapper {
  margin: 0 auto;
  max-width: 15rem;
}
@media (max-width: 1000px) {
  body .header .header-bar .logo-wrapper {
    margin: 0;
  }
}
body .header .header-bar .logo-wrapper img {
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  body .header .header-bar .logo-wrapper img {
    width: 11.9rem;
  }
}
@media (max-width: 1000px) {
  body .header .header-bar .logo-wrapper img {
    width: 14rem;
  }
}
body .header .header-bar .logo-wrapper img.light {
  display: block;
}
body .header .header-right-wrapper {
  position: absolute;
  right: 0;
  top: 5rem;
}
body .header .header-right-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
body .header .header-right-wrapper ul li {
  display: flex;
  justify-content: flex-end;
  color: #5115a0;
  cursor: pointer;
}
body .header .header-right-wrapper ul li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #5115a0;
  font-weight: 700;
  color: #5115a0;
}
body .header .header-right-wrapper ul li a:visited, body .header .header-right-wrapper ul li a:-webkit-any-link:visited {
  color: #5115a0;
}
body .header .header-right-wrapper ul li a:visited:hover, body .header .header-right-wrapper ul li a:-webkit-any-link:visited:hover {
  color: #ff5452 !important;
  background-color: transparent;
  text-decoration: none;
}
body .header .center-button-wrapper {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
body .header .mobile-menu-button {
  padding-top: 5px;
  cursor: pointer;
  float: right;
  /* height: 100%; */
  margin: 0 1.5rem;
  width: 3.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  body .header .mobile-menu-button {
    padding-top: 2px;
  }
}
body .header .mobile-menu-button > div {
  background-color: #fff;
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
  display: block;
}
body .header .mobile-menu-button img {
  display: block;
  height: 100%;
}
body .header .icon-user {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #ff5452;
  width: 2.2rem;
  height: 2.2rem;
  float: left;
  font-size: 1rem;
  text-align: center;
}
body .header .icon-user:before {
  content: "\e971";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .header .icon-notifications {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  float: left;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
}
body .header .icon-notifications:before {
  content: "\f0f3";
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .header .icon-notifications.active {
  background-color: #ff8028;
  color: #fff;
  font-size: 1rem;
}
body .header .icon-notifications.active:before {
  font-weight: 600;
}
body .header .icon-notifications.active:after {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: red;
  position: absolute;
  top: -0.3rem;
  right: 0rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body .header li.subnav {
  position: relative;
  font-weight: bold;
}
body .header li.subnav .nav-items-container {
  display: none;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  width: max-content;
  padding: 1rem 0;
}
body .header li.subnav .nav-items-container a, body .header li.subnav .nav-items-container a:visited, body .header li.subnav .nav-items-container a:-webkit-any-link:visited {
  background-color: #ff5452;
  color: #fff !important;
  margin-left: 0;
  text-align: left;
  display: block;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(81, 21, 160, 0.3);
  text-decoration: none;
  font-size: 1.4rem;
}
body .header li.subnav .nav-items-container a:hover, body .header li.subnav .nav-items-container a:visited:hover, body .header li.subnav .nav-items-container a:-webkit-any-link:visited:hover {
  background-color: #ff8028;
  color: #fff !important;
}
body .header li:hover {
  color: #ff5452 !important;
}
body .header li:hover .nav-items-container {
  display: block;
}
body .header .menu-notifications {
  display: none;
  position: absolute;
  right: 8rem;
  top: 5rem;
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid #ff8028;
  background-color: #fff;
  max-width: 30rem;
}
body .header .menu-notifications.active {
  display: block;
}
body .header .menu-notifications::before {
  border-color: #ff8028 transparent;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  position: absolute;
  top: -0.6rem;
  display: block;
  right: 0.9rem;
  content: " ";
}
body .header .menu-notifications h3 {
  color: #ff8028;
  font-weight: 800;
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 1.8rem;
  padding: 1rem;
}
body .header .menu-notifications li {
  padding-left: 2rem;
  position: relative;
  border-top: 1px solid #D9DAE2;
  padding: 1.5rem 2rem 1.5rem 3rem;
}
body .header .menu-notifications li:last-child {
  border-bottom: 0;
}
body .header .menu-notifications li:after {
  content: " ";
  position: absolute;
  display: block;
  left: 0.8rem;
  top: 1.6rem;
  border-color: transparent #ff8028;
  border-style: solid;
  border-width: 8px 0px 8px 8px;
}
body .header .menu-notifications li a {
  color: #ff8028;
}
body .header .icon-mail {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #ff5452;
  width: 2.2rem;
  height: 2.2rem;
  float: left;
  font-size: 1rem;
  text-align: center;
  margin-left: 1rem;
  /*display: none;*/
}
body .header .icon-mail:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0e0";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .header .buscador-desktop {
  position: relative;
  display: inline-block;
  width: 4rem;
  transition: width 0.4s, height 0.4s;
  float: left;
  overflow: hidden;
}
@media (max-width: 680px) {
  body .header .buscador-desktop {
    display: none;
  }
}
body .header .buscador-desktop:hover {
  width: 24rem;
}
body .header .buscador-desktop:hover > input {
  border-color: #212121;
  opacity: 1;
  background-color: #fff;
}
body .header .buscador-desktop > i, body .header .buscador-desktop > span {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 1.7rem;
  transform: translateY(-50%);
  color: #fff;
  margin-top: -1px;
}
body .header .buscador-desktop > input {
  display: block;
  font-weight: bold;
  background: none;
  border: solid 1px transparent;
  /*border-radius: 3rem;*/
  padding: 0.3rem 1rem;
  margin: 0;
  color: #212121;
  margin-right: 3rem;
  font-size: 1.5rem;
  transition: border-color 0.2s;
  line-height: 1.15;
  opacity: 0;
}
body .header .buscador-desktop > input:focus, body .header .buscador-desktop > input:active {
  outline: none;
}
body .header .mobile-nav-menu {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 100%;
  height: 1px;
  z-index: 300;
  overflow: hidden;
  transition: height 0.4s;
}
@media (max-width: 560px) {
  body .header .mobile-nav-menu {
    top: 68px;
  }
}
body .header .mobile-nav-menu.active {
  right: 0;
  height: 100vh;
}
body .header .mobile-nav-menu.active .close-menu {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s;
  transition-delay: 0.4s;
}
body .header .mobile-nav-menu .menu {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #7444b3;
  color: #fff;
  overflow: hidden;
}
body .header .mobile-nav-menu .menu ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .header .mobile-nav-menu .menu ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  text-align: left;
}
body .header .mobile-nav-menu .menu ul li a {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #b9a1d9;
  color: #fff;
  text-align: left;
  display: block;
}
body .header .mobile-nav-menu .menu ul li a:hover {
  color: #ffc830;
}
body .header .mobile-nav-menu .menu ul li.nav-small a {
  opacity: 0.8;
  font-size: 14px;
}
body .header .mobile-nav-menu .menu .menu-top {
  padding: 6rem 0 3rem 3rem;
  height: calc(100vh - 8rem);
  overflow-y: auto;
}
body .header .mobile-nav-menu .menu .menu-top ul {
  list-style: none;
  text-transform: uppercase;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header, body .header .mobile-nav-menu .menu .menu-top > ul li a {
  text-decoration: none;
  color: #fff;
  padding: 1.4rem 0;
  display: block;
  /*border-bottom: solid 1px rgba(167, 167, 167, 0.3);*/
  font-size: 1.6rem;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header .bi-font-light:before, body .header .mobile-nav-menu .menu .menu-top > ul li a .bi-font-light:before {
  width: 1.8rem;
  height: 1.8rem;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header {
  border: 0;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header img {
  width: 1rem;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header img:first-of-type {
  display: inline-block;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header img:nth-of-type(2) {
  display: none;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header:hover img:first-of-type {
  display: none;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header:hover img:nth-of-type(2) {
  display: inline-block;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header:hover {
  color: #22b7eb;
  background-color: transparent;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header:after {
  color: #fff;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul {
  list-style: none;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a {
  display: block;
  position: relative;
  padding: 1rem 0;
  color: #fff;
  text-decoration: none;
  padding-left: 1.6rem;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a:before {
  content: "● ";
  display: inline;
  font-size: 1rem;
  line-height: 2rem;
  vertical-align: middle;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a img:first-of-type {
  display: block;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a img:nth-of-type(2) {
  display: none;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a:hover img:first-of-type, body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a.selected img:first-of-type {
  display: none;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a:hover img:nth-of-type(2), body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a.selected img:nth-of-type(2) {
  display: block;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion-header-active, body .header .mobile-nav-menu .menu .menu-top .ui-accordion-header.selected, body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-header:hover, body .header .mobile-nav-menu .menu .menu-top > ul li a:hover, body .header .mobile-nav-menu .menu .menu-top > ul li a:active, body .header .mobile-nav-menu .menu .menu-top > ul li a.selected, body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a:hover, body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a:active, body .header .mobile-nav-menu .menu .menu-top .ui-accordion .ui-accordion-content ul li a.selected {
  color: #fff;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion-header-active img {
  transform: rotate(180deg);
  transform-origin: center;
  margin-top: -3px;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion-header-active img:first-of-type {
  display: none !important;
}
body .header .mobile-nav-menu .menu .menu-top .ui-accordion-header-active img:nth-of-type(2) {
  display: inline-block !important;
}
body .header .mobile-nav-menu .menu .menu-bottom {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30rem;
  /*height: 6.2rem;*/
  padding: 0.5rem 0 1rem;
  transition: right 0.4s;
  text-align: center;
  color: #fff !important;
  background-color: #ff5452;
  /*
  & a {
      font-size: 1.8rem;
      display: block;
      width: 100%;
      padding: 2rem;
      text-align: center;
      background-color: $brand-light;
      color: #FFFFFF;
      text-decoration: none;
  }
  */
}
@media (max-width: 680px) {
  body .header .mobile-nav-menu .menu .menu-bottom {
    width: 85%;
  }
}
body .header .mobile-nav-menu .menu .menu-bottom .socialNetorksContainer a {
  color: #fff;
  border-color: #fff;
}
body .header .mobile-nav-menu .menu .menu-bottom .langSelectorContainer {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.3rem;
}
body .header .mobile-nav-menu .menu .menu-bottom .langSelectorContainer .icon-globe {
  color: #fff;
}
body .header .mobile-nav-menu .menu .menu-bottom .langSelectorContainer a.active, body .header .mobile-nav-menu .menu .menu-bottom .langSelectorContainer a:hover {
  text-decoration: underline;
}
body .header .mobile-nav-menu .mobile-menu-redes {
  position: relative;
}
body .header .mobile-nav-menu.active .menu .menu-bottom {
  right: 0;
}
body .header .mobile-nav-menu .close-menu {
  float: right;
  width: 75%;
  width: calc(100% - 30rem);
  height: 100vh;
  padding: 2rem;
  transition: background-color 0s;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
}
@media (max-width: 680px) {
  body .header .mobile-nav-menu .close-menu {
    width: 15%;
  }
}
body .header .mobile-nav-menu .close-menu img {
  cursor: pointer;
  display: inline-block;
  width: 3rem;
  margin: 0;
}
body .header .buscador-mobile {
  position: relative;
  margin-left: -1rem;
}
body .header .buscador-mobile > i, body .header .buscador-mobile > span {
  position: absolute;
  top: 50%;
  left: 1rem;
  font-size: 2rem;
  transform: translateY(-50%);
  color: #fff;
}
body .header .buscador-mobile > input {
  font-weight: bold;
  display: inline-block;
  width: calc(100% - 3rem);
  border: 1px solid #fff;
  background-color: #5115a0;
  text-indent: 3.6rem;
  padding: 1rem 1rem;
  color: #fff;
  font-size: 1.6rem;
  transition: width 0.4s, border-color 0.2s;
}
body .header .buscador-mobile > input:focus, body .header .buscador-mobile > input:active {
  outline: none;
  width: calc(100% - 3rem);
}
body .header .buscador-mobile > input::placeholder {
  /*font-family: Bliss2Light, sans-serif;*/
  font-size: 1.6rem;
  color: #D9DAE2;
}
body .header .header .ui-accordion .ui-accordion-header {
  padding: 0;
}
body .header .header .ui-accordion .ui-accordion-header:focus, body .header .header .ui-accordion .ui-accordion-header:active {
  outline: none;
}
body .header .header .ui-accordion .ui-accordion-content {
  padding: 0;
}
@media (min-width: 680px) {
  body[pageid=pageBrand] header .icon-user, body[pageid=pageGallery] header .icon-user, body[pageid=pageAd] header .icon-user, body[pageid=pageTutorials] header .icon-user, body[pageid=pageShortForm] header .icon-user, body[pageid=pageBusinessIntelligence] header .icon-user, body[pageid=pagePPE] header .icon-user, body[pageid=pageInfluencer] header .icon-user, body[pageid=pageComercialPackage] header .icon-user, body[pageid=pageTrivia] header .icon-user, body[pageid=pageCalendar] header .icon-user {
    background-color: #fff;
  }
  body[pageid=pageBrand] header .icon-user:before, body[pageid=pageGallery] header .icon-user:before, body[pageid=pageAd] header .icon-user:before, body[pageid=pageTutorials] header .icon-user:before, body[pageid=pageShortForm] header .icon-user:before, body[pageid=pageBusinessIntelligence] header .icon-user:before, body[pageid=pagePPE] header .icon-user:before, body[pageid=pageInfluencer] header .icon-user:before, body[pageid=pageComercialPackage] header .icon-user:before, body[pageid=pageTrivia] header .icon-user:before, body[pageid=pageCalendar] header .icon-user:before {
    color: #000;
  }
  body[pageid=pageBrand] header .icon-notifications, body[pageid=pageGallery] header .icon-notifications, body[pageid=pageAd] header .icon-notifications, body[pageid=pageTutorials] header .icon-notifications, body[pageid=pageShortForm] header .icon-notifications, body[pageid=pageBusinessIntelligence] header .icon-notifications, body[pageid=pagePPE] header .icon-notifications, body[pageid=pageInfluencer] header .icon-notifications, body[pageid=pageComercialPackage] header .icon-notifications, body[pageid=pageTrivia] header .icon-notifications, body[pageid=pageCalendar] header .icon-notifications {
    background-color: #fff;
  }
  body[pageid=pageBrand] header .icon-notifications:before, body[pageid=pageGallery] header .icon-notifications:before, body[pageid=pageAd] header .icon-notifications:before, body[pageid=pageTutorials] header .icon-notifications:before, body[pageid=pageShortForm] header .icon-notifications:before, body[pageid=pageBusinessIntelligence] header .icon-notifications:before, body[pageid=pagePPE] header .icon-notifications:before, body[pageid=pageInfluencer] header .icon-notifications:before, body[pageid=pageComercialPackage] header .icon-notifications:before, body[pageid=pageTrivia] header .icon-notifications:before, body[pageid=pageCalendar] header .icon-notifications:before {
    color: #000;
  }
  body[pageid=pageBrand] header .icon-notifications.active, body[pageid=pageGallery] header .icon-notifications.active, body[pageid=pageAd] header .icon-notifications.active, body[pageid=pageTutorials] header .icon-notifications.active, body[pageid=pageShortForm] header .icon-notifications.active, body[pageid=pageBusinessIntelligence] header .icon-notifications.active, body[pageid=pagePPE] header .icon-notifications.active, body[pageid=pageInfluencer] header .icon-notifications.active, body[pageid=pageComercialPackage] header .icon-notifications.active, body[pageid=pageTrivia] header .icon-notifications.active, body[pageid=pageCalendar] header .icon-notifications.active {
    background-color: #fff;
    /*color: #fff;*/
  }
  body[pageid=pageBrand] header .icon-notifications.active:after, body[pageid=pageGallery] header .icon-notifications.active:after, body[pageid=pageAd] header .icon-notifications.active:after, body[pageid=pageTutorials] header .icon-notifications.active:after, body[pageid=pageShortForm] header .icon-notifications.active:after, body[pageid=pageBusinessIntelligence] header .icon-notifications.active:after, body[pageid=pagePPE] header .icon-notifications.active:after, body[pageid=pageInfluencer] header .icon-notifications.active:after, body[pageid=pageComercialPackage] header .icon-notifications.active:after, body[pageid=pageTrivia] header .icon-notifications.active:after, body[pageid=pageCalendar] header .icon-notifications.active:after {
    background-color: red;
  }
  body[pageid=pageBrand] header .menu-notifications, body[pageid=pageGallery] header .menu-notifications, body[pageid=pageAd] header .menu-notifications, body[pageid=pageTutorials] header .menu-notifications, body[pageid=pageShortForm] header .menu-notifications, body[pageid=pageBusinessIntelligence] header .menu-notifications, body[pageid=pagePPE] header .menu-notifications, body[pageid=pageInfluencer] header .menu-notifications, body[pageid=pageComercialPackage] header .menu-notifications, body[pageid=pageTrivia] header .menu-notifications, body[pageid=pageCalendar] header .menu-notifications {
    border-color: black;
  }
  body[pageid=pageBrand] header .menu-notifications::before, body[pageid=pageGallery] header .menu-notifications::before, body[pageid=pageAd] header .menu-notifications::before, body[pageid=pageTutorials] header .menu-notifications::before, body[pageid=pageShortForm] header .menu-notifications::before, body[pageid=pageBusinessIntelligence] header .menu-notifications::before, body[pageid=pagePPE] header .menu-notifications::before, body[pageid=pageInfluencer] header .menu-notifications::before, body[pageid=pageComercialPackage] header .menu-notifications::before, body[pageid=pageTrivia] header .menu-notifications::before, body[pageid=pageCalendar] header .menu-notifications::before {
    border-color: black transparent;
  }
  body[pageid=pageBrand] header .icon-mail, body[pageid=pageGallery] header .icon-mail, body[pageid=pageAd] header .icon-mail, body[pageid=pageTutorials] header .icon-mail, body[pageid=pageShortForm] header .icon-mail, body[pageid=pageBusinessIntelligence] header .icon-mail, body[pageid=pagePPE] header .icon-mail, body[pageid=pageInfluencer] header .icon-mail, body[pageid=pageComercialPackage] header .icon-mail, body[pageid=pageTrivia] header .icon-mail, body[pageid=pageCalendar] header .icon-mail {
    background-color: #fff;
  }
  body[pageid=pageBrand] header .icon-mail:before, body[pageid=pageGallery] header .icon-mail:before, body[pageid=pageAd] header .icon-mail:before, body[pageid=pageTutorials] header .icon-mail:before, body[pageid=pageShortForm] header .icon-mail:before, body[pageid=pageBusinessIntelligence] header .icon-mail:before, body[pageid=pagePPE] header .icon-mail:before, body[pageid=pageInfluencer] header .icon-mail:before, body[pageid=pageComercialPackage] header .icon-mail:before, body[pageid=pageTrivia] header .icon-mail:before, body[pageid=pageCalendar] header .icon-mail:before {
    color: #000;
  }
  body[pageid=pageBrand] header .buscador-desktop > span, body[pageid=pageGallery] header .buscador-desktop > span, body[pageid=pageAd] header .buscador-desktop > span, body[pageid=pageTutorials] header .buscador-desktop > span, body[pageid=pageShortForm] header .buscador-desktop > span, body[pageid=pageBusinessIntelligence] header .buscador-desktop > span, body[pageid=pagePPE] header .buscador-desktop > span, body[pageid=pageInfluencer] header .buscador-desktop > span, body[pageid=pageComercialPackage] header .buscador-desktop > span, body[pageid=pageTrivia] header .buscador-desktop > span, body[pageid=pageCalendar] header .buscador-desktop > span {
    color: #fff;
  }
  body[pageid=pageBrand] header .mobile-menu-button > div, body[pageid=pageGallery] header .mobile-menu-button > div, body[pageid=pageAd] header .mobile-menu-button > div, body[pageid=pageTutorials] header .mobile-menu-button > div, body[pageid=pageShortForm] header .mobile-menu-button > div, body[pageid=pageBusinessIntelligence] header .mobile-menu-button > div, body[pageid=pagePPE] header .mobile-menu-button > div, body[pageid=pageInfluencer] header .mobile-menu-button > div, body[pageid=pageComercialPackage] header .mobile-menu-button > div, body[pageid=pageTrivia] header .mobile-menu-button > div, body[pageid=pageCalendar] header .mobile-menu-button > div {
    background-color: #fff;
  }
  body[pageid=pageBrand] header .logo-wrapper img.dark, body[pageid=pageGallery] header .logo-wrapper img.dark, body[pageid=pageAd] header .logo-wrapper img.dark, body[pageid=pageTutorials] header .logo-wrapper img.dark, body[pageid=pageShortForm] header .logo-wrapper img.dark, body[pageid=pageBusinessIntelligence] header .logo-wrapper img.dark, body[pageid=pagePPE] header .logo-wrapper img.dark, body[pageid=pageInfluencer] header .logo-wrapper img.dark, body[pageid=pageComercialPackage] header .logo-wrapper img.dark, body[pageid=pageTrivia] header .logo-wrapper img.dark, body[pageid=pageCalendar] header .logo-wrapper img.dark {
    display: none !important;
  }
  body[pageid=pageBrand] header .logo-wrapper img.light, body[pageid=pageGallery] header .logo-wrapper img.light, body[pageid=pageAd] header .logo-wrapper img.light, body[pageid=pageTutorials] header .logo-wrapper img.light, body[pageid=pageShortForm] header .logo-wrapper img.light, body[pageid=pageBusinessIntelligence] header .logo-wrapper img.light, body[pageid=pagePPE] header .logo-wrapper img.light, body[pageid=pageInfluencer] header .logo-wrapper img.light, body[pageid=pageComercialPackage] header .logo-wrapper img.light, body[pageid=pageTrivia] header .logo-wrapper img.light, body[pageid=pageCalendar] header .logo-wrapper img.light {
    display: block;
  }
}
body[is-user-logged=false] .icon-user {
  display: none;
}
body[is-user-logged=false] .icon-user:before {
  content: "\e971";
}
body[is-user-logged=false] .header .icon-mail {
  display: block;
}
body[is-user-logged=true] .icon-user:before {
  content: "\e990";
}
body[pageid=pageHome] .header.primary {
  display: block;
}
@media (max-width: 1024px) {
  body[pageid=pageHome] .header.primary {
    display: none;
  }
}

.nav.pages {
  /*margin-bottom: 5rem;*/
  color: #212121;
  font-size: 1.8rem;
  /*font-family: 'interstate';*/
  width: 100%;
  background-color: #ff8028;
  z-index: 999;
  height: 7.1rem;
  overflow: hidden;
  padding: 2rem 0;
}
@media (max-width: 1150px) {
  .nav.pages {
    font-size: 1.6rem;
  }
}
@media (max-width: 800px) {
  .nav.pages {
    height: 4rem;
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 680px) {
  .nav.pages {
    height: 4rem;
    padding: 1rem 0;
    font-size: 1.1rem;
  }
}
@media (max-width: 350px) {
  .nav.pages {
    height: 4rem;
    padding: 1rem 0;
    font-size: 1.1rem;
  }
}
.nav.pages:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: 1px;
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  z-index: -1;
  transform-origin: center;
  transition: transform 1s;
}
.nav.pages.fixed {
  position: fixed;
  top: 0;
  /*left: 0;*/
}
.nav.pages.fixed:after {
  transform: translateX(-50%) scaleX(1);
}
.nav.pages .content-wrapper::after {
  display: table;
  content: " ";
  clear: both;
}
.nav.pages ul {
  float: left;
  /*perspective: 1000px;*/
}
.nav.pages ul li {
  display: inline-block;
  position: relative;
  padding-bottom: 0.6rem;
  transition: transform 0.2s;
}
@media (max-width: 410px) {
  .nav.pages ul li:first-child {
    display: none;
  }
}
.nav.pages ul li:not(:last-child) {
  margin-right: 4.5rem;
}
@media (max-width: 1150px) {
  .nav.pages ul li:not(:last-child) {
    margin-right: 3rem;
  }
}
@media (max-width: 680px) {
  .nav.pages ul li:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media (max-width: 400px) {
  .nav.pages ul li:not(:last-child) {
    margin-right: 0.2rem;
  }
}
.nav.pages ul li::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: 0;
  content: " ";
  height: 3px;
  width: 115%;
  background-color: #D9DAE2;
  z-index: 15;
  transform-origin: center;
  transition: transform 0.2s;
}
.nav.pages ul li:hover, .nav.pages ul li.active {
  /* transform: rotateZ(45deg);*/
  /* transform: rotateY(-50deg);*/
}
.nav.pages ul li:hover::after, .nav.pages ul li.active::after {
  transform: translateX(-50%) scaleX(1);
}
.nav.pages .back-prevPage {
  float: right;
  color: #f4f4f4;
  position: relative;
  display: block;
  font-size: 1.8rem;
  margin-right: 1rem;
  cursor: pointer;
}
@media (max-width: 800px) {
  .nav.pages .back-prevPage {
    font-size: 1.3rem;
  }
}
@media (max-width: 680px) {
  .nav.pages .back-prevPage {
    font-size: 1.1rem;
  }
}
.nav.pages .back-prevPage.active {
  display: block;
}
.nav.pages .back-prevPage:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f053";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav.pages .back {
  float: right;
  color: #f4f4f4;
  border: 1px solid #f4f4f4;
  width: 3rem;
  height: 3rem;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: relative;
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 800px) {
  .nav.pages .back {
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 680px) {
  .nav.pages .back {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  .nav.pages .back {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
}
.nav.pages .back.active {
  display: block;
}
.nav.pages .back:before {
  content: "\f077";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.padding-header {
  padding-top: 8rem;
}

section {
  /*
  & .col{
      flex: 0 0 50%;
      max-width: 50%;

      @media (max-width: 1024px)
      {
          flex: 0 0 100%;
          max-width: 100%;
      }

  } 
  */
}
section .btn {
  font-size: 1.6rem;
}

.format-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .format-list {
    margin: auto;
    max-width: 460px;
  }
}
.format-list .card-action {
  background-color: #ffde83;
  margin-bottom: 20px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: auto;
}
.format-list .card-action .card-icon {
  height: 64px;
  margin-bottom: 10px;
}
.format-list .card-action p {
  font-size: 16px;
  font-weight: 700;
  color: #5115a0;
  margin-bottom: 10px;
}
.format-list .card-action p:after {
  content: " ";
  display: block;
  clear: both;
  float: none;
}
.format-list .card-action .btn {
  height: 40px;
  padding: 7px 12px;
}
@media (max-width: 1199px) {
  .format-list .card-action .btn {
    font-size: 14px;
    padding: 7px 12px;
  }
}
.format-list .card-action .btn .chevron {
  margin-left: 16px;
  height: 24px;
}
@media (max-width: 1199px) {
  .format-list .card-action .btn .chevron {
    margin-left: 8px;
  }
}
.format-list.left {
  text-align: center;
}
.format-list.left .card-action {
  display: block;
}
.format-list.left .card-action .card-icon {
  display: inline-block;
  height: 40px;
  margin-right: 10px;
}
.format-list.left .card-action p {
  padding-top: 1rem;
  display: inline;
}

hr {
  height: 2px;
  background-color: #e0e0e0;
  margin: 3rem 0 2rem;
  border: 0;
}

.page-title {
  text-align: center;
  margin: 4rem 0 5rem;
  position: relative;
}
.page-title img {
  height: 40px;
}
@media (max-width: 767px) {
  .page-title img {
    height: 30px;
  }
}

.graph-dialogs {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 40px auto;
  justify-content: center;
  max-width: 600px;
}
.graph-dialogs .dialog {
  margin: 12px;
  flex: 0 0 40%;
  border: 6px solid #5115a0;
  border-radius: 100px;
  text-align: center;
  padding: 30px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .graph-dialogs .dialog {
    flex: 0 0 36%;
  }
}
@media screen and (max-width: 991px) {
  .graph-dialogs .dialog {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 576px) {
  .graph-dialogs .dialog {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 767px) {
  .graph-dialogs .dialog {
    flex: 0 0 45%;
  }
}
.graph-dialogs .dialog.dialog-1 {
  border-top-left-radius: 0;
  border-color: #ff8028;
}
.graph-dialogs .dialog.dialog-2 {
  border-top-right-radius: 0;
  border-color: #5115a0;
}
.graph-dialogs .dialog.dialog-3 {
  border-bottom-left-radius: 0;
  border-color: #fec831;
}
.graph-dialogs .dialog.dialog-4 {
  border-bottom-right-radius: 0;
  border-color: #ff5452;
}
.graph-dialogs .dialog h3 {
  font-size: 16px;
  margin: 15px 0;
}
.graph-dialogs .dialog p {
  font-size: 14px;
}

.decoration {
  position: absolute;
}
.decoration.graph-0 {
  width: 56px;
  right: 35%;
  top: 20px;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-0 {
    right: 33%;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-0 {
    right: 47%;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .decoration.graph-0 {
    right: 60%;
    width: 35px;
  }
}
.decoration.graph-1 {
  width: 120px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-1 {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-1 {
    width: 60px;
  }
}
.decoration.graph-2 {
  width: 160px;
  left: 20%;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-2 {
    width: 130px;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-2 {
    width: 110px;
  }
}
.decoration.graph-2m {
  position: absolute;
  left: 0;
  top: 70px;
  display: none;
}
.decoration.graph-3 {
  left: 0;
  top: 70px;
  width: 90px;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-3 {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-3 {
    width: 40px;
    top: 200px;
  }
}
.decoration.graph-3m {
  display: none;
  width: 50px;
  top: 40%;
  position: absolute;
  left: 0;
}
.decoration.graph-4 {
  width: 100px;
  top: 70%;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-4 {
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-4 {
    width: 40px;
  }
}
.decoration.graph-5 {
  position: absolute;
  left: 0;
  width: 80px;
  top: 50px;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-5 {
    width: 60px;
    top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-5 {
    width: 50px;
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .decoration.graph-5 {
    display: none;
  }
}
.decoration.graph-6 {
  position: absolute;
  left: 0;
  width: 22px;
  top: 70%;
}
@media screen and (max-width: 576px) {
  .decoration.graph-6 {
    display: none;
  }
}
.decoration.graph-7 {
  width: 50px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 576px) {
  .decoration.graph-7 {
    top: 35px;
  }
}
.decoration.graph-8 {
  position: absolute;
  width: 80px;
  top: 53%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-8 {
    width: 65px;
    top: 58%;
    z-index: 0;
  }
}
@media screen and (max-width: 991px) {
  .decoration.graph-8 {
    width: 50px;
    top: 48%;
    z-index: 0;
  }
}
@media screen and (max-width: 576px) {
  .decoration.graph-8 {
    display: none;
  }
}
.decoration.graph-9 {
  position: absolute;
  right: 0;
  width: 70px;
  top: 46%;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-9 {
    width: 60px;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .decoration.graph-9 {
    top: 35%;
  }
}
@media screen and (max-width: 576px) {
  .decoration.graph-9 {
    display: none;
  }
}
.decoration.graph-10 {
  position: absolute;
  right: 0;
  width: 110px;
  top: -40px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-10 {
    width: 85px;
  }
}
@media screen and (max-width: 576px) {
  .decoration.graph-10 {
    display: none;
  }
}
.decoration.graph-15 {
  width: 70px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-15 {
    width: 50px;
  }
}
.decoration.graph-16 {
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .decoration.graph-16 {
    width: 200px;
  }
}
.decoration.graph-17 {
  position: absolute;
  top: 20px;
  width: 120px;
  right: 20%;
}
@media screen and (max-width: 991px) {
  .decoration.graph-17 {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .decoration.graph-17 {
    width: 90px;
  }
}
@media (max-width: 576px) {
  .decoration.graph-17 {
    width: 60px;
    right: 0;
    top: 40px;
  }
}
.decoration.graph-18 {
  position: absolute;
  top: 20px;
  width: 60px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .decoration.graph-18 {
    display: none;
  }
}
.decoration.graph-19 {
  width: 95px;
  position: absolute;
  top: -30px;
  right: 20px;
}

.section-branding {
  height: 20vh;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .section-branding {
    height: auto;
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 576px) {
  .section-branding .component-grid-table .row {
    display: block;
  }
}
.section-branding .component-grid-table .row .brand {
  width: 25%;
  vertical-align: middle;
  height: 20vh;
  text-align: left;
}
.section-branding .component-grid-table .row .brand:last-child {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .section-branding .component-grid-table .row .brand {
    flex: 0 0 50%;
    width: 45% !important;
    height: auto;
    text-align: center;
    display: block;
  }
  .section-branding .component-grid-table .row .brand:first-of-type {
    float: left;
  }
  .section-branding .component-grid-table .row .brand:nth-child(1) {
    float: right;
  }
}
.section-branding .component-grid-table .row .brand img {
  height: 35px;
}
.section-branding .component-grid-table .row .brand.brand-1 {
  width: 15%;
}
.section-branding .component-grid-table .row .brand.brand-2 img {
  height: 57px;
}
@media screen and (max-width: 576px) {
  .section-branding .component-grid-table .row .brand.brand-3 {
    width: 100% !important;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
  }
}

.fancy-radio {
  position: relative;
  display: flex;
}
.fancy-radio label {
  position: relative;
  display: flex !important;
  align-items: center;
  flex-flow: row nowrap;
  padding: 10px 0;
  margin-right: 30px;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0;
}
.fancy-radio span {
  color: #212121;
  order: 2;
  padding-left: 10px;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.modal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal-body .modal-details h4 {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 10px;
}
.modal-body p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.modal-body .modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #5115a0;
}
.modal-body .modal-subtitle {
  font-size: 18px;
  font-weight: regular;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #616161;
  font-style: italic;
}
.modal-body .fancy-radio {
  margin-bottom: 20px;
}
.modal-body .btn-download {
  width: auto;
  margin-bottom: 30px;
}

.paginator {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paginator {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-radius: 16px;
    padding: 0 16px;
    z-index: 1;
  }
}
.paginator .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .paginator .pagination {
    background-color: #f6f6f6;
    padding: 10px;
    justify-content: center;
    width: 100%;
  }
}
.paginator .pagination .page-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 2.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #666;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .paginator .pagination .page-item {
    color: #666;
    width: 26px;
    height: 26px;
    margin: 0 3px;
    font-size: 14px;
    padding: 4px;
  }
}
.paginator .pagination .page-item:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
@media (max-width: 576px) {
  .paginator .pagination .page-item:hover {
    color: #666;
    width: 26px;
    height: 26px;
    margin: 0 3px;
    font-size: 14px;
    padding: 4px;
  }
}
.paginator .pagination .page-item:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.paginator .pagination .page-item.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.paginator .pagination .page-item.active {
  background-color: #ff8028;
  border-color: #ff8028;
  z-index: 3;
  color: #fff;
}

.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;
}

.block-intro {
  position: relative;
  overflow: hidden;
  padding: 12rem 0 2rem;
  background-size: cover;
}

.note {
  border: 1px solid red;
  padding: 10px;
  text-align: center;
  margin: 0 30px 30px;
  border-radius: 10px;
}
.note p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}

.block-content {
  padding: 3rem 0;
  position: relative;
}
.block-content.bg-lightgrey {
  background-color: #f5f5f5;
}
.block-content .notation p {
  font-size: 11px;
  color: #777;
}
.block-content p {
  line-height: 1.6;
  font-size: 1.7rem;
}
.block-content a:not(.btn), .block-content a:not(.btn):visited, .block-content a:not(.btn):-webkit-any-link {
  color: #ff8028;
  text-decoration: underline;
}
.block-content .example {
  margin: 30px 0;
  padding-left: 30px;
  border-left: 2px solid #5115a0;
}
.block-content .example p, .block-content .example ul li {
  font-size: 14px;
}
.block-content .reasons {
  margin: 40px 0 40px 40px;
  border-left: 2px solid #5115a0;
}
.block-content .reasons p, .block-content .reasons ul li {
  font-size: 14px;
  margin-left: 22px;
  margin-bottom: 10px;
}
.block-content h3 {
  font-weight: 700;
  color: #212121;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.block-content .intro h3 {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .block-content .column-reverse {
    flex-direction: column-reverse;
  }
}

.instructions-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.instructions-list > li {
  position: relative;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .instructions-list > li {
    padding-left: 0;
  }
}
.instructions-list > li > img {
  position: absolute;
  left: 0;
  top: -10px;
  height: 45px;
}
@media screen and (max-width: 576px) {
  .instructions-list > li > img {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
}
.instructions-list li ul {
  list-style: initial;
  margin: 0 0 5px;
  padding-left: 15px;
}

.link-assets {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.link-assets img {
  height: 24px;
  margin-bottom: 0;
  margin-left: 15px;
}

.instruction-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
}
.instruction-img:not(:last-of-type) {
  margin-bottom: 1rem;
}

.help-list {
  display: flex;
  align-items: baseline;
}
.help-list p {
  flex: 0 0 30%;
}
.help-list ul {
  border-left: 2px solid #5115a0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style-type: disc;
  display: block;
}
.help-list ul li {
  margin-left: 0;
  display: list-item;
  list-style: disc;
  text-align: -webkit-match-parent;
}

.ul-wimg li {
  position: relative;
  padding-right: 100px;
  margin-bottom: 30px;
}
.ul-wimg li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.ul-wimg li img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}

.well-orange {
  border: 2px solid #fcc097;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.custom-mt {
  margin-top: 40px;
}

.apart {
  margin-top: 60px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .apart {
    padding-left: 0;
  }
}
.apart img {
  position: absolute;
  left: 0;
  top: -5px;
  width: 50px;
}
@media screen and (max-width: 576px) {
  .apart img {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
}
.apart h3 {
  color: #5115a0;
}

.img-numbers {
  position: relative;
}
.img-numbers .one, .img-numbers .two, .img-numbers .three, .img-numbers .four {
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .img-numbers .one, .img-numbers .two, .img-numbers .three, .img-numbers .four {
    width: 30px;
  }
}
.img-numbers .one {
  left: 0;
  top: 0;
}
.img-numbers .two {
  right: 0;
  top: 0;
}
.img-numbers .three {
  left: 0;
  top: 230px;
}
@media screen and (max-width: 767px) {
  .img-numbers .three {
    top: 45%;
  }
}
.img-numbers .four {
  right: 130px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .img-numbers .four {
    right: 23%;
  }
}

body.successCases section, body.news section, body.brandedContent section {
  margin-top: 4rem;
}
body.successCases section .newsContainer .newsDetailsContainer, body.news section .newsContainer .newsDetailsContainer, body.brandedContent section .newsContainer .newsDetailsContainer {
  width: 60%;
  position: relative;
  float: left;
  padding-right: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 1150px) {
  body.successCases section .newsContainer .newsDetailsContainer, body.news section .newsContainer .newsDetailsContainer, body.brandedContent section .newsContainer .newsDetailsContainer {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body.successCases section .newsContainer .newsDetailsContainer h1, body.news section .newsContainer .newsDetailsContainer h1, body.brandedContent section .newsContainer .newsDetailsContainer h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #ff5452;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .newsDetailsContainer h1, body.news section .newsContainer .newsDetailsContainer h1, body.brandedContent section .newsContainer .newsDetailsContainer h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
body.successCases section .newsContainer .newsDetailsContainer h2, body.news section .newsContainer .newsDetailsContainer h2, body.brandedContent section .newsContainer .newsDetailsContainer h2 {
  font-size: 2rem;
  line-height: 2rem;
  color: #ff5452;
}
body.successCases section .newsContainer .newsDetailsContainer .principal, body.news section .newsContainer .newsDetailsContainer .principal, body.brandedContent section .newsContainer .newsDetailsContainer .principal {
  width: 100%;
  margin-bottom: 3rem;
}
body.successCases section .newsContainer .newsDetailsContainer .principal iframe, body.news section .newsContainer .newsDetailsContainer .principal iframe, body.brandedContent section .newsContainer .newsDetailsContainer .principal iframe {
  width: 100%;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .newsDetailsContainer .principal iframe, body.news section .newsContainer .newsDetailsContainer .principal iframe, body.brandedContent section .newsContainer .newsDetailsContainer .principal iframe {
    max-height: 25rem;
  }
}
body.successCases section .newsContainer .newsDetailsContainer .date, body.news section .newsContainer .newsDetailsContainer .date, body.brandedContent section .newsContainer .newsDetailsContainer .date {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff5452;
}
body.successCases section .newsContainer .newsDetailsContainer .newsText, body.news section .newsContainer .newsDetailsContainer .newsText, body.brandedContent section .newsContainer .newsDetailsContainer .newsText {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
body.successCases section .newsContainer .newsDetailsContainer .newsText iframe, body.news section .newsContainer .newsDetailsContainer .newsText iframe, body.brandedContent section .newsContainer .newsDetailsContainer .newsText iframe {
  width: 100%;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .newsDetailsContainer .newsText iframe, body.news section .newsContainer .newsDetailsContainer .newsText iframe, body.brandedContent section .newsContainer .newsDetailsContainer .newsText iframe {
    max-height: 25rem;
  }
}
body.successCases section .newsContainer .newsDetailsContainer .newsText a, body.news section .newsContainer .newsDetailsContainer .newsText a, body.brandedContent section .newsContainer .newsDetailsContainer .newsText a {
  text-decoration: underline;
}
body.successCases section .newsContainer .newsDetailsContainer .newsText ul, body.news section .newsContainer .newsDetailsContainer .newsText ul, body.brandedContent section .newsContainer .newsDetailsContainer .newsText ul {
  list-style: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
body.successCases section .newsContainer .newsDetailsContainer .newsText ul li, body.news section .newsContainer .newsDetailsContainer .newsText ul li, body.brandedContent section .newsContainer .newsDetailsContainer .newsText ul li {
  list-style: disc;
}
body.successCases section .newsContainer .newsDetailsContainer .devicesContainer, body.news section .newsContainer .newsDetailsContainer .devicesContainer, body.brandedContent section .newsContainer .newsDetailsContainer .devicesContainer {
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  text-align: right;
  margin: 0;
  padding: 0.5rem 0.5rem 0;
  left: 0;
}
body.successCases section .newsContainer .newsDetailsContainer .imagesGalleryContainer, body.news section .newsContainer .newsDetailsContainer .imagesGalleryContainer, body.brandedContent section .newsContainer .newsDetailsContainer .imagesGalleryContainer {
  background-color: #e6e6e6;
}
body.successCases section .newsContainer .otherNewsContainer, body.news section .newsContainer .otherNewsContainer, body.brandedContent section .newsContainer .otherNewsContainer {
  float: right;
  position: relative;
  width: 40%;
  margin-bottom: 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 1150px) {
  body.successCases section .newsContainer .otherNewsContainer, body.news section .newsContainer .otherNewsContainer, body.brandedContent section .newsContainer .otherNewsContainer {
    float: none;
    width: 100%;
  }
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem, body.news section .newsContainer .otherNewsContainer .newsListItem, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem {
  color: #212121;
  font-size: 1.6rem;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  display: block;
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem::after, body.news section .newsContainer .otherNewsContainer .newsListItem::after, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem::after {
  display: table;
  content: " ";
  clear: both;
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem .image, body.news section .newsContainer .otherNewsContainer .newsListItem .image, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .image {
  float: left;
  height: 12rem;
  width: 40%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .otherNewsContainer .newsListItem .image, body.news section .newsContainer .otherNewsContainer .newsListItem .image, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .image {
    float: none;
    width: 100%;
  }
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem .content, body.news section .newsContainer .otherNewsContainer .newsListItem .content, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .content {
  float: right;
  width: 60%;
  padding: 1rem;
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem .content.notImage, body.news section .newsContainer .otherNewsContainer .newsListItem .content.notImage, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .content.notImage {
  float: none;
  width: 100%;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .otherNewsContainer .newsListItem .content, body.news section .newsContainer .otherNewsContainer .newsListItem .content, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .content {
    float: none;
    width: 100%;
  }
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem .content .date, body.news section .newsContainer .otherNewsContainer .newsListItem .content .date, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .content .date {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.successCases section .newsContainer .otherNewsContainer .newsListItem .content .title, body.news section .newsContainer .otherNewsContainer .newsListItem .content .title, body.brandedContent section .newsContainer .otherNewsContainer .newsListItem .content .title {
  color: #ff5452;
  /*font-family: 'interstate';*/
  line-height: 1.6rem;
  font-size: 1.6rem;
}
body.successCases section .newsContainer .otherNewsContainer .recentContainer h3, body.news section .newsContainer .otherNewsContainer .recentContainer h3, body.brandedContent section .newsContainer .otherNewsContainer .recentContainer h3 {
  font-size: 5rem;
  font-weight: bold;
  color: #ff5452;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  body.successCases section .newsContainer .otherNewsContainer .recentContainer h3, body.news section .newsContainer .otherNewsContainer .recentContainer h3, body.brandedContent section .newsContainer .otherNewsContainer .recentContainer h3 {
    font-size: 3rem;
  }
}
body.successCases section .newsContainer .otherNewsContainer .recentContainer .newsListItem .bajada, body.news section .newsContainer .otherNewsContainer .recentContainer .newsListItem .bajada, body.brandedContent section .newsContainer .otherNewsContainer .recentContainer .newsListItem .bajada {
  display: none;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer h3, body.news section .newsContainer .otherNewsContainer .moreContainer h3, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer h3 {
  /* font-family: 'interstate';*/
  font-size: 2.8rem;
  color: #ff5452;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer .newsListItem, body.news section .newsContainer .otherNewsContainer .moreContainer .newsListItem, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer .newsListItem {
  background-color: transparent;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer .newsListItem .image, body.news section .newsContainer .otherNewsContainer .moreContainer .newsListItem .image, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer .newsListItem .image {
  display: none;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content, body.news section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content {
  padding: 0;
  width: 100%;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .title, body.news section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .title, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .title {
  font-size: 1.4rem;
}
body.successCases section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .bajada, body.news section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .bajada, body.brandedContent section .newsContainer .otherNewsContainer .moreContainer .newsListItem .content .bajada {
  font-size: 1.4rem;
}
body.successCases section .newsContainer .otherNewsContainer .next, body.news section .newsContainer .otherNewsContainer .next, body.brandedContent section .newsContainer .otherNewsContainer .next {
  background-color: #ff5452;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #0064FF;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 1.8rem;
  cursor: pointer;
}
body.successCases section .newsContainer .otherNewsContainer .next[service-on-loading=true], body.news section .newsContainer .otherNewsContainer .next[service-on-loading=true], body.brandedContent section .newsContainer .otherNewsContainer .next[service-on-loading=true] {
  background-image: url(../images/icons/loading_dark.svg);
  background-size: 200%;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
}
body.successCases section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):hover, body.news section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):hover, body.brandedContent section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):hover {
  background-color: transparent;
  color: #ff5452;
}
body.successCases section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):after, body.news section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):after, body.brandedContent section .newsContainer .otherNewsContainer .next:not([service-on-loading=true]):after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.listNewsContainer {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 9rem 0;
}
@media (max-width: 680px) {
  .listNewsContainer {
    margin: 4rem 0;
  }
}
.listNewsContainer h2 {
  font-size: 2.8rem;
  color: #ff8028;
  /* font-family: 'interstate';*/
}
@media (max-width: 680px) {
  .listNewsContainer h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.listNewsContainer p {
  font-size: 1.6rem;
}
@media (max-width: 680px) {
  .listNewsContainer p {
    display: none;
  }
}
.listNewsContainer .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #e7e7e7;
}
.listNewsContainer .swiper-wrapper .swiper-slide .component-grid-table .row .cell {
  position: relative;
  padding: 4.5rem 6rem 0 9rem;
  background-position: center;
  background-size: cover;
}
@media (max-width: 680px) {
  .listNewsContainer .swiper-wrapper .swiper-slide .component-grid-table .row .cell {
    padding: 2rem 2rem 0 2rem;
  }
}
.listNewsContainer .swiper-wrapper .swiper-slide .component-grid-table .row .cell:last-child {
  padding: 0 !important;
  height: 45rem;
}
@media (max-width: 1150px) {
  .listNewsContainer .swiper-wrapper .swiper-slide .component-grid-table .row .cell:last-child {
    height: initial;
    background-image: none !important;
  }
}
@media (max-width: 680px) {
  .listNewsContainer .swiper-wrapper .swiper-slide .component-grid-table .row .cell:last-child {
    padding: 0;
  }
}
.listNewsContainer .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.listNewsContainer .swiper-wrapper .swiper-slide .button {
  position: absolute;
  bottom: 4.5rem;
  left: 9rem;
}
@media (max-width: 1150px) {
  .listNewsContainer .swiper-wrapper .swiper-slide .button {
    left: 50%;
    top: 50%;
    height: 4rem;
    transform: translate(-50%, -50%);
  }
}
.listNewsContainer .swiper-button-next, .listNewsContainer .swiper-button-prev {
  position: absolute;
  right: -2.8rem;
  width: 2.8rem;
  height: 4rem;
  background-color: #ff8028;
  color: #fff;
  text-align: center;
  background-image: none;
}
@media (max-width: 680px) {
  .listNewsContainer .swiper-button-next, .listNewsContainer .swiper-button-prev {
    right: 0rem;
  }
}
.listNewsContainer .swiper-button-next:before, .listNewsContainer .swiper-button-prev:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listNewsContainer .swiper-button-prev {
  right: initial;
  left: -2.8rem;
}
@media (max-width: 680px) {
  .listNewsContainer .swiper-button-prev {
    left: 0rem;
  }
}
.listNewsContainer .swiper-button-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.listSuccessContainer, .listBrandedContainer {
  background: transparent;
  background-image: url("../images/pages/success/bg-list-module-home.png");
  /* fallback */
  background-image: url("../images/pages/success/bg-list-module-home.png"), linear-gradient(transparent 0rem, transparent 22rem, #ff8028 50rem);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1150px) {
  .listSuccessContainer, .listBrandedContainer {
    background-image: linear-gradient(transparent 0rem, transparent 22rem, #f6f4f4 50rem);
    background-image: none;
  }
}
.listSuccessContainer h2, .listBrandedContainer h2 {
  /*margin-left: 1rem;*/
  font-weight: 600;
  font-size: 3.5rem;
  color: #ff5452;
}
@media (max-width: 680px) {
  .listSuccessContainer h2, .listBrandedContainer h2 {
    font-size: 1.8rem;
    margin-bottom: 0rem;
  }
}
.listSuccessContainer p, .listBrandedContainer p {
  /*margin-left: 1rem;*/
  font-size: 2rem;
  /*  font-family: 'interstate';*/
  margin-bottom: 3.5rem;
}
@media (max-width: 680px) {
  .listSuccessContainer p, .listBrandedContainer p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.listSuccessContainer .button, .listBrandedContainer .button {
  margin-bottom: 6rem;
  margin-left: 1rem;
}
@media (max-width: 680px) {
  .listSuccessContainer .button, .listBrandedContainer .button {
    margin-bottom: 2rem;
  }
}
.listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell, .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell {
  width: auto;
  padding: 0;
}
@media (max-width: 1150px) {
  .listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell, .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell {
    display: none;
  }
}
.listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2), .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2) {
  text-align: left;
  width: 134rem;
}
@media (max-width: 1400px) {
  .listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2), .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2) {
    width: 111rem;
  }
}
@media (max-width: 1150px) {
  .listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2), .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:nth-child(2) {
    width: auto;
    display: block;
    text-align: center;
  }
}
.listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:first-child, .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:first-child {
  background-image: url(../images/common/brand-light.gif);
  background-size: 100% 41rem;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .listSuccessContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:first-child, .listBrandedContainer .successThumbsContainer.component-grid-table.x3 > .row > .cell:first-child {
    background-size: 100% 34rem;
  }
}
.listSuccessContainer .successThumbsContainer .success, .listBrandedContainer .successThumbsContainer .success {
  display: inline-block;
  margin: 0 1rem 7rem 0;
  width: 31.8rem;
  vertical-align: text-top;
}
@media (max-width: 1400px) {
  .listSuccessContainer .successThumbsContainer .success, .listBrandedContainer .successThumbsContainer .success {
    width: 26.4rem;
  }
}
@media (max-width: 680px) {
  .listSuccessContainer .successThumbsContainer .success, .listBrandedContainer .successThumbsContainer .success {
    width: 14.3rem;
    margin: 0 1rem 2rem 1rem;
  }
}
@media (min-width: 680px) {
  .listSuccessContainer .successThumbsContainer .success:nth-child(4n+1), .listBrandedContainer .successThumbsContainer .success:nth-child(4n+1) {
    margin-left: 0;
  }
  .listSuccessContainer .successThumbsContainer .success:nth-child(4n+4), .listBrandedContainer .successThumbsContainer .success:nth-child(4n+4) {
    margin-right: 0;
  }
}
.listSuccessContainer .successThumbsContainer .success .thumb, .listBrandedContainer .successThumbsContainer .success .thumb {
  width: 31rem;
  height: 41rem;
  display: block;
  box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1400px) {
  .listSuccessContainer .successThumbsContainer .success .thumb, .listBrandedContainer .successThumbsContainer .success .thumb {
    width: 25rem;
    height: 34rem;
  }
}
@media (max-width: 680px) {
  .listSuccessContainer .successThumbsContainer .success .thumb, .listBrandedContainer .successThumbsContainer .success .thumb {
    width: 14.3rem;
    height: 18.6rem;
  }
}
.listSuccessContainer .successThumbsContainer .success .thumb .brand, .listBrandedContainer .successThumbsContainer .success .thumb .brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #ff8028;
  height: 10rem;
  width: 10rem;
  background-position: center;
  background-size: 5rem auto;
  background-repeat: no-repeat;
  transition: width 0.2s, height 0.2s, border-radius 0.2s, opacity 0.2s;
  height: 10rem;
  width: 10rem;
}
@media (max-width: 680px) {
  .listSuccessContainer .successThumbsContainer .success .thumb .brand, .listBrandedContainer .successThumbsContainer .success .thumb .brand {
    height: 5rem;
    width: 5rem;
    background-size: 3rem auto;
  }
}
.listSuccessContainer .successThumbsContainer .success .title, .listBrandedContainer .successThumbsContainer .success .title {
  margin-top: 2.5rem;
  text-align: left;
  font-size: 1.6rem;
  text-indent: -12px;
  overflow: hidden;
  transition: text-indent 0.5s;
}
@media (max-width: 680px) {
  .listSuccessContainer .successThumbsContainer .success .title, .listBrandedContainer .successThumbsContainer .success .title {
    margin-top: 1rem;
  }
}
.listSuccessContainer .successThumbsContainer .success:hover .title, .listBrandedContainer .successThumbsContainer .success:hover .title {
  text-indent: 0;
}
.listSuccessContainer .successThumbsContainer .success:hover .brand, .listBrandedContainer .successThumbsContainer .success:hover .brand {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5;
}

.listBrandedContainer {
  background-image: url("../images/pages/success/bg-list-module-home-bc.png");
  /* fallback */
  background-image: url("../images/pages/success/bg-list-module-home-bc.png"), linear-gradient(transparent 0rem, transparent 22rem, #ff8028 50rem);
}
.listBrandedContainer h2 {
  padding-top: 4rem;
}

.devicesContainer {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 90;
}
@media (max-width: 680px) {
  .devicesContainer {
    left: 0.5rem;
    bottom: 0.5rem;
  }
}
.devicesContainer .device {
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  background-color: #fff;
  background-position: center;
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
@media (max-width: 680px) {
  .devicesContainer .device {
    width: 2.2rem;
    height: 2.8rem;
    background-size: auto 1rem;
    margin: 0;
  }
}

.listImportantFilesContainer {
  /*background-color: $gray-bgTexts;*/
  text-align: center;
  /*margin-bottom: 3rem;*/
}
.listImportantFilesContainer::after {
  display: table;
  content: " ";
  clear: both;
}
.listImportantFilesContainer .space.head {
  float: right;
  width: 50%;
  border-top: 5rem solid #fff;
  border-left: 5rem solid transparent;
}
@media (max-width: 680px) {
  .listImportantFilesContainer .space.head {
    border-top: 2.6rem solid #fff;
    border-left: 2.6rem solid transparent;
  }
}
.listImportantFilesContainer h2 {
  font-size: 3.5rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: -1rem;
  color: #ff5452;
}
@media (max-width: 680px) {
  .listImportantFilesContainer h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.listImportantFilesContainer h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 680px) {
  .listImportantFilesContainer h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.listImportantFilesContainer .next {
  background-color: #ff8028;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #ff8028;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 1.8rem;
  cursor: pointer;
}
.listImportantFilesContainer .next[service-on-loading=true] {
  background-image: url(../images/icons/loading_dark.svg);
  background-size: 200%;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
}
.listImportantFilesContainer .next:not([service-on-loading=true]):hover {
  background-color: #fff;
  color: #ff8028;
}
.listImportantFilesContainer .next:not([service-on-loading=true]):after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.listImportantFilesContainer .importantFilesList {
  width: 100%;
  display: block;
  margin: 2rem 0 0 0;
  text-align: center;
}
@media (max-width: 680px) {
  .listImportantFilesContainer .importantFilesList {
    margin: 2rem 0;
  }
}
.listImportantFilesContainer .importantFilesList .importantFile {
  width: 33rem;
  display: inline-block;
  display: inline-table;
  margin: 1rem 0 2rem;
  text-align: center;
  font-size: 2rem;
  padding: 0 0.5rem;
  perspective: 500px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 26rem;
  }
}
@media (max-width: 1150px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 22rem;
  }
}
@media (max-width: 980px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 18rem;
  }
}
@media (max-width: 980px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 26rem;
  }
}
@media (max-width: 680px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 20rem;
  }
}
@media (max-width: 400px) {
  .listImportantFilesContainer .importantFilesList .importantFile {
    width: 16rem;
  }
}
.listImportantFilesContainer .importantFilesList .importantFile.visible {
  opacity: 1;
}
.listImportantFilesContainer .importantFilesList .importantFile .iconContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e7e7e7;
  overflow: hidden;
  width: 25rem;
  height: 20rem;
  margin: 0 auto;
  margin-top: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  top: 0;
  transition: box-shadow 0.2s, top 0.2s;
}
@media (max-width: 1400px) {
  .listImportantFilesContainer .importantFilesList .importantFile .iconContainer {
    width: 20rem;
    height: 17rem;
  }
}
@media (max-width: 680px) {
  .listImportantFilesContainer .importantFilesList .importantFile .iconContainer {
    width: 15rem;
    height: 13rem;
  }
}
.listImportantFilesContainer .importantFilesList .importantFile .iconContainer.dark {
  opacity: 0;
}
.listImportantFilesContainer .importantFilesList .importantFile .iconContainer .icon {
  height: 76%;
  width: 86%;
  margin: 10% 0 0 7%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.listImportantFilesContainer .importantFilesList .importantFile .iconContainer .icon .play {
  color: #fff;
  width: 8rem;
  height: 8rem;
  text-indent: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border: 10px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;*/
  transition: border-color 1.5s, transform 1.5s;
  opacity: 0.7;
}
@media (max-width: 680px) {
  .listImportantFilesContainer .importantFilesList .importantFile .iconContainer .icon .play {
    border: 7px solid #fff;
  }
}
.listImportantFilesContainer .importantFilesList .importantFile .iconContainer .icon .play:after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 5.8rem;
  content: "\f573";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 1.5s, transform 1.5s;
}
.listImportantFilesContainer .importantFilesList .importantFile .text {
  bottom: 0;
  text-align: center;
  width: 100%;
  transition: opacity 0.5s, transform 0.5s;
  margin-top: 23rem;
  font-size: 1.6rem;
  /* font-family: 'interstate';*/
  font-weight: bold;
}
@media (max-width: 1400px) {
  .listImportantFilesContainer .importantFilesList .importantFile .text {
    margin-top: 19rem;
  }
}
@media (max-width: 980px) {
  .listImportantFilesContainer .importantFilesList .importantFile .text {
    margin-top: 20rem;
  }
}
@media (max-width: 680px) {
  .listImportantFilesContainer .importantFilesList .importantFile .text {
    margin-top: 16rem;
  }
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .text {
  /*transform: rotateY(25deg);*/
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .iconContainer {
  top: -1rem;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .iconContainer .play {
  border-color: #ff8028;
  transform: rotateY(180deg) translateX(50%) translateY(-50%);
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .iconContainer .play:after {
  color: #ff8028;
  transform: rotateY(180deg) translateX(50%) translateY(-50%);
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .iconContainer.light {
  opacity: 0;
}
.listImportantFilesContainer .importantFilesList .importantFile:hover .iconContainer.dark {
  opacity: 1;
}
.listImportantFilesContainer .space.footer {
  float: none;
  width: calc(50% + 5rem);
  border-bottom: 5rem solid #fff;
  border-right: 5rem solid transparent;
}
@media (max-width: 680px) {
  .listImportantFilesContainer .space.footer {
    border-bottom: 2.6rem solid #fff;
    border-right: 2.6rem solid transparent;
  }
}
.listImportantFilesContainer .button.view-all {
  float: right;
  margin-top: 1rem;
}
@media (max-width: 1150px) {
  .listImportantFilesContainer .button.view-all {
    float: none;
    margin: 1rem auto 2rem;
    text-align: center;
    width: 16rem;
    font-size: 1.7rem;
  }
}

body.home .genericAlertComponent.concurso .alert {
  max-width: 500px;
}
body.home .padding-header {
  padding-top: 15rem !important;
}
@media (max-width: 767px) {
  body.home .padding-header {
    padding-top: 8rem !important;
  }
}
body.home section .component-grid-table .row .cell {
  padding: 0 1.2rem 2.5rem 0;
}
body.home section.section-presentation {
  padding: 1rem 0;
  height: 100vh;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home section.section-presentation {
    height: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-presentation {
    padding-top: 120px !important;
  }
}
body.home section.section-presentation h1 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #212121;
  margin: 30px 0;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  body.home section.section-presentation h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.section-presentation h1 {
    font-size: 22px;
  }
}
body.home section.section-presentation .section-balloons {
  height: 60vh;
}
@media screen and (max-width: 576px) {
  body.home section.section-presentation .section-balloons {
    height: auto;
  }
}
body.home section.section-presentation .balloons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  body.home section.section-presentation .balloons {
    flex-direction: column;
  }
}
body.home section.section-presentation .balloons li {
  width: 190px;
  height: 315px;
  margin: 15px 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.home section.section-presentation .balloons li {
    margin: 10px;
    width: 185px;
    height: 302px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.section-presentation .balloons li {
    margin: 5px;
    width: 171px;
    height: 277px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  body.home section.section-presentation .balloons li {
    margin: 5px 2px;
    width: 150px;
    height: 247px;
  }
}
body.home section.section-presentation .balloons li .ball-bg {
  display: block;
  height: 100%;
  text-decoration: none;
  background-size: cover;
  padding: 40px 10px 40px 22px;
}
body.home section.section-presentation .balloons li .ball-bg.ball-red {
  background-image: url(../images/pages/home/balloon-red.svg);
}
body.home section.section-presentation .balloons li .ball-bg.ball-orange {
  background-image: url(../images/pages/home/balloon-orange.svg);
}
body.home section.section-presentation .balloons li .ball-bg.ball-yellow {
  background-image: url(../images/pages/home/balloon-yellow.svg);
}
body.home section.section-presentation .balloons li .ball-bg .ball-number img {
  height: 4rem;
  margin-top: -0.8rem;
}
body.home section.section-presentation .balloons li .ball-bg .ball-title {
  margin: 2rem 0 1rem;
}
body.home section.section-presentation .balloons li .ball-bg .ball-title img {
  height: 28px;
}
@media screen and (max-width: 1024px) {
  body.home section.section-presentation .balloons li .ball-bg .ball-title img {
    height: 24px;
  }
}
body.home section.section-presentation .balloons li .ball-bg .ball-number span {
  width: 60px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
body.home section.section-presentation .balloons li .ball-bg .ball-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
body.home section.section-presentation .balloons li.numb1 .ball-number span {
  background-image: url(../images/pages/home/bg-number-1.svg);
}
body.home section.section-presentation .balloons li.numb2 .ball-number span {
  background-image: url(../images/pages/home/bg-number-2.svg);
}
body.home section.section-presentation .balloons li.numb3 .ball-number span {
  background-image: url(../images/pages/home/bg-number-3.svg);
}
body.home section.section-create h1.title svg {
  height: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body.home section.section-create h1.title svg {
    height: 34px;
  }
}
body.home section.section-create p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 3rem;
}
body.home section.section-create .button-group .btn-terciary {
  display: inline-block;
}
body.home section.section-create .button-group .btn:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  body.home section.section-create .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.home section.section-create .button-group .btn, body.home section.section-create .button-group .btn:not(:first-of-type) {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
  body.home section.section-create .button-group .btn-create {
    margin-bottom: 2rem;
  }
  body.home section.section-create .button-group .btn-create .chevron {
    margin-left: 10px;
  }
}
body.home section.section-create .img-create {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.home section.section-create .img-create {
    position: relative;
    margin-top: 0;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-create .img-create {
    position: relative;
    margin-top: 0;
    max-width: 300px;
    margin-bottom: 40px;
  }
}
body.home section .btn-start {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translate(-50%);
  bottom: 1rem;
  cursor: pointer;
}
body.home section .btn-start img {
  transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
  -webkit-transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
  animation: scrollAnimation 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s infinite normal none running;
  -webkit-animation: scrollAnimation 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s infinite normal none;
}
body.home section.section-explore {
  padding: 6rem 0;
  position: relative;
}
body.home section.section-explore:before {
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  background-image: url(../images/common/shadow.png);
}
body.home section.section-explore .title svg {
  height: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body.home section.section-explore .title svg {
    height: 34px;
  }
}
@media screen and (max-width: 991px) {
  body.home section.section-explore .balloons-group .balloon-pic {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.section-explore .balloons-group .balloon-pic {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-explore .balloons-group .balloon-pic {
    height: 250px;
  }
}
body.home section.section-explore p.exploreMain {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 3rem;
}
body.home section.section-explore p.exploreMain strong {
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 991px) {
  body.home section.section-explore p.exploreMain {
    font-size: 16px;
  }
}
body.home section.section-create {
  padding: 6rem 0;
  background-image: url(../images/pages/home/bg-orange.png);
  background-size: cover;
  background-position: 50%;
  background-color: #ff8028;
}
body.home section.section-tell {
  padding: 6rem 0;
  position: relative;
}
body.home section.section-tell h1 {
  color: red;
}
body.home section.section-tell .title svg {
  height: 4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
body.home section.section-tell .tell-pic {
  width: 46rem;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  body.home section.section-tell .tell-pic {
    width: 390px;
  }
}
@media screen and (max-width: 991px) {
  body.home section.section-tell .tell-pic {
    width: 290px;
  }
}
body.home section.section-tell .tell-foot {
  margin-top: 1rem;
  text-align: center;
}
body.home section.section-tell .img-tell {
  width: 160px;
  position: absolute;
  z-index: 1;
  right: -14px;
  top: 100px;
  opacity: 0.9;
  display: none;
}
body.home section.section-tell p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.home section.section-tell p {
    font-size: 16px;
  }
}
body.home section.section-tell p strong {
  font-weight: 700;
}
body.home section.section-tell .video-list {
  display: flex;
  flex-direction: row;
  margin: 3rem -15px 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.home section.section-tell .video-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list {
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home section.section-tell .video-list .col {
  flex-basis: 0;
  flex-grow: 1;
}
body.home section.section-tell .video-list .card-action {
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: all 0.15s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-action {
    display: flex;
    flex-direction: column;
  }
}
body.home section.section-tell .video-list .card-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: transparent;
  border-top: 0;
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-footer {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    order: 2;
  }
}
body.home section.section-tell .video-list .card-footer span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #5115a0;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  body.home section.section-tell .video-list .card-footer span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  body.home section.section-tell .video-list .card-footer span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.section-tell .video-list .card-footer span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.section-tell .video-list .card-footer span {
    font-size: 11px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-footer span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  body.home section.section-tell .video-list .col {
    margin: 0 -8px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .col {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
body.home section.section-tell .video-list .card-icon {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  body.home section.section-tell .video-list .card-icon {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-icon {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-icon {
    order: 1;
    padding: 0;
  }
}
body.home section.section-tell .video-list .card-icon img {
  height: 64px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.home section.section-tell .video-list .card-icon img {
    height: 52px;
  }
}
@media screen and (max-width: 576px) {
  body.home section.section-tell .video-list .card-icon img {
    height: 64px;
  }
}
@media screen and (max-width: 991px) {
  body.home section.section-create p, body.home section.section-explore p, body.home section.section-tell p {
    font-size: 16px;
  }
}

body[pageid=pageLogin] {
  margin-bottom: 10rem;
}
body[pageid=pageLogin].forms section {
  background-color: #001980;
  margin-top: 0;
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section {
    padding: 1rem 0;
  }
}
body[pageid=pageLogin].forms section .component-grid-table .brandLogin {
  width: 67%;
  background-image: url(../images/pages/login/bg-login.jpg);
  background-size: contain;
  background-position: center;
  padding: 4rem 3rem !important;
  color: #fff;
  position: relative;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .brandLogin {
    padding: 2rem 1.5rem 0 1.5rem !important;
  }
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .brandLogin .logo-img {
    width: 20rem;
  }
}
body[pageid=pageLogin].forms section .component-grid-table .brandLogin .textContainer {
  font-size: 2.1rem;
  margin: 3rem 0;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .brandLogin .textContainer {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
body[pageid=pageLogin].forms section .component-grid-table .brandLogin .sections {
  font-size: 1.6rem;
}
body[pageid=pageLogin].forms section .component-grid-table .brandLogin .brandListHorizontal.center {
  text-align: left;
  margin: 8rem 0 0rem;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .brandLogin .brandListHorizontal.center {
    margin: 2rem 0 0rem;
  }
}
body[pageid=pageLogin].forms section .component-grid-table .brandLogin .brandListHorizontal.center .brand {
  max-width: 5rem;
  max-height: 2rem;
  margin: 0 2rem 2rem 0;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin {
  width: 33%;
  background-color: #fff;
  padding: 0 !important;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .head {
  display: none;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .langSelectorContainer {
  background-color: #eeeeee;
  padding: 2.5rem;
  text-align: right;
  font-size: 1.3rem;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .langSelectorContainer a.active {
  text-decoration: underline;
  color: #001980;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .loginFormContainer {
  padding: 4rem 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .formLogin .loginFormContainer {
    padding: 2rem 1.5rem 0 1.5rem !important;
  }
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .loginFormContainer .component-simple-button button {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .loginFormContainer .copy2 {
  color: #ff8028;
  font-size: 1.3rem;
  text-align: center;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .footer {
  font-size: 1.3rem;
  text-align: center;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .footer > div {
  display: inline-block;
  cursor: pointer;
}
body[pageid=pageLogin].forms section .component-grid-table .formLogin .footer > div:first-of-type:after {
  content: "|";
  margin: 0 2rem;
}
@media (max-width: 680px) {
  body[pageid=pageLogin].forms section .component-grid-table .formLogin .footer > div:first-of-type:after {
    margin: 0 0.5rem;
  }
}
body[pageid=pageLogin].forms section .moduleLoginContentForm button.close {
  /*display: none;*/
}
body[pageid=pageLogin] .header {
  display: none;
}
body[pageid=pageLogin] .header .icon-user {
  display: none;
}

body.search section {
  margin-top: 4rem;
}
body.search section .biSearchContainer > h3 {
  font-size: 6rem;
  font-weight: bold;
  color: #ff5452;
  text-transform: uppercase;
  font-family: "peak_sansblack";
}
@media (max-width: 680px) {
  body.search section .biSearchContainer > h3 {
    font-size: 3rem;
  }
}
body.search section .biSearchContainer > h3 .bi-font-dark:before {
  width: 5.8rem;
  margin-top: 1.5rem;
  height: 4.8rem;
  margin-right: 1.8rem;
}
@media (max-width: 680px) {
  body.search section .biSearchContainer > h3 .bi-font-dark:before {
    width: 3rem;
    margin-top: 0.4rem;
    height: 3rem;
    margin-right: 0.7rem;
  }
}
body.search section .searchContainer .formatAdsContainer .format h3 {
  font-size: 2rem;
  /*font-family: 'interstate';*/
  margin-top: 2rem;
  color: #212121;
  text-transform: none;
}
body.search section .searchContainer .next {
  background-color: #ff8028;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #22b7eb;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 1.8rem;
  cursor: pointer;
}
body.search section .searchContainer .next[service-on-loading=true] {
  background-image: url(../images/icons/loading_dark.svg);
  background-size: 200%;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: default;
}
body.search section .searchContainer .next:not([service-on-loading=true]):hover {
  background-color: transparent;
  color: #ff8028;
}
body.search section .searchContainer .next:not([service-on-loading=true]):after {
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.search section .searchContainer .list {
  margin-bottom: 4rem;
}
body.search section .searchContainer .list h3 {
  font-size: 6rem;
  font-weight: bold;
  color: #ff5452;
  text-transform: uppercase;
  font-family: "peak_sansblack";
}
@media (max-width: 680px) {
  body.search section .searchContainer .list h3 {
    font-size: 3rem;
  }
}
body.search section .searchContainer .list .newsListItem {
  color: #212121;
  font-size: 1.6rem;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  display: block;
}
body.search section .searchContainer .list .newsListItem::after {
  display: table;
  content: " ";
  clear: both;
}
body.search section .searchContainer .list .newsListItem .image {
  float: left;
  height: 12rem;
  width: 20rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 680px) {
  body.search section .searchContainer .list .newsListItem .image {
    float: none;
    width: 100%;
  }
}
body.search section .searchContainer .list .newsListItem .content {
  float: left;
  padding: 1rem;
}
@media (max-width: 680px) {
  body.search section .searchContainer .list .newsListItem .content {
    float: none;
    width: 100%;
  }
}
body.search section .searchContainer .list .newsListItem .content .date {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.search section .searchContainer .list .newsListItem .content .title {
  color: #ff8028;
  /*font-family: 'interstate';*/
  line-height: 1.6rem;
  font-size: 1.6rem;
}
body.search section .searchContainer .list .shortFormListItem {
  display: inline-block;
  margin: 1rem 0 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0.5rem;
  width: 21.5rem;
  perspective: 500px;
  /*
  & .image
  {
      float: left;
      height: 12rem;
      width: 20rem;
      background-size: cover;
      background-position: center;

      @media (max-width: 680px){
          float: none;
          width: 100%;
      }
  }
  */
}
body.search section .searchContainer .list .shortFormListItem .image {
  height: 15rem;
  min-width: 21rem;
  margin-bottom: 1rem;
  background-position: center top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.4s, transform 0.4s;
}
@media (max-width: 680px) {
  body.search section .searchContainer .list .shortFormListItem .image {
    min-width: 16rem;
    height: 10rem;
  }
}
body.search section .searchContainer .list .shortFormListItem:hover .image {
  transform: rotateY(25deg);
  -webkit-filter: saturate(300%);
  /* Safari 6.0 - 9.0 */
  filter: saturate(300%);
}
body.search section .searchContainer .list .shortFormListItem .content {
  /*
  float: left;
  padding: 1rem;
  @media (max-width: 680px){
      float: none;
      width: 100%;
  }
  & .date
  {
      font-weight: bold;
      margin-bottom: 1.5rem;
  }
  */
}
body.search section .searchContainer .list .shortFormListItem .content .title {
  display: inline-grid;
  text-align: center;
}

body.legales section {
  margin-top: 4rem;
}
body.legales section .legal-content {
  margin: auto;
  max-width: 760px;
  position: relative;
}
@media (max-width: 767px) {
  body.legales section .legal-content {
    margin-top: 6rem;
  }
}
body.ayuda {
  background-color: #f5f5f5;
}
body.ayuda section {
  margin-top: 0;
}
body.ayuda section .page-title {
  text-align: left;
}
@media (max-width: 767px) {
  body.ayuda section .page-title img {
    height: 30px;
  }
}
body.ayuda section .ayuda-content {
  margin-bottom: 6rem;
}
body.ayuda section ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
body.ayuda section ul li {
  display: list-item;
  list-style-type: disc;
  text-align: -webkit-match-parent;
}
body.ayuda section a, body.ayuda section a:not(.btn):visited, body.ayuda section a:not(.btn):visited:visited, body.ayuda section a:not(.btn):-webkit-any-link:visited, body.ayuda section a:not(.btn):-webkit-any-link {
  color: #ff8028;
  text-decoration: underline;
}

body.acercade section {
  margin-top: 0;
}
body.acercade section .page-title {
  display: none;
}
body.acercade section .about-content {
  margin: auto;
  max-width: 760px;
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  body.acercade section .about-content {
    margin-top: 6rem;
  }
}
body.creador section.download-intro {
  padding: 10rem 0 0 !important;
  position: relative;
  background-color: #fff;
}
body.creador section.download-intro .page-title {
  margin-bottom: 0;
  text-align: left;
}
body.creador section.download-intro p.large {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #212121;
  margin-top: 20px;
  margin-bottom: 30px;
}
body.creador section .download-thumb {
  margin-bottom: 3rem;
}
body.creador section .download-thumb h2 {
  line-height: 1;
  color: #5115a0;
  font-weight: 700;
  font-size: 22px;
  margin: 30px 0 15px;
  text-align: left;
}
body.creador .decoration.graph-6 {
  width: 22px;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.creador .decoration.graph-6 {
    display: none;
  }
}
body.creador .decoration.graph-7 {
  width: 50px;
  position: absolute;
  right: 0;
  top: 80%;
}
body.creador .decoration.graph-8 {
  position: absolute;
  width: 80px;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1400px) {
  body.creador .decoration.graph-8 {
    width: 40px;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.creador .decoration.graph-8 {
    display: none;
  }
}
body.creador .decoration.graph-15 {
  width: 170px;
  position: absolute;
  right: -90px;
  top: 60%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  body.creador .decoration.graph-15 {
    top: 75%;
  }
}
@media screen and (max-width: 576px) {
  body.creador .decoration.graph-15 {
    display: none;
  }
}

body.docentes section.teacher-intro {
  padding: 10rem 0 0 !important;
  position: relative;
  background-color: #f5f5f5;
}
body.docentes section.teacher-intro .page-title {
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Early-Man";
  color: #5115a0;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  body.docentes section.teacher-intro .page-title img {
    height: 30px;
  }
}
body.docentes section.teacher-intro .decoration.graph-3 {
  left: -10px;
  top: 30%;
  width: 70px;
  position: absolute;
}
body.docentes section.teacher-intro p {
  font-size: 18px;
}
body.docentes section.teacher-intro .banner {
  text-align: center;
}
body.docentes section.teacher-intro .banner .banner-link img {
  display: block;
  width: 100%;
  margin: auto auto 10px;
}
body.docentes section.teacher-intro .banner .btn .chevron {
  margin-left: 20px;
}
body.docentes section.block-content {
  padding: 3rem 0;
  position: relative;
}
body.docentes section.block-content .filter-title {
  color: #5115a0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
body.docentes section.block-content p {
  line-height: 1.8rem;
  color: #212121;
}
body.docentes section.block-content .filters {
  margin-bottom: 1rem;
  position: relative;
}
body.docentes section.block-content .filters .filter-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.docentes section.block-content .filters .filter-line {
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .filters .filter-line {
    margin-bottom: 0;
  }
}
body.docentes section.block-content .filters .formComponent .input-grp, body.docentes section.block-content .filters .formComponent .input-grp:nth-child(1n) {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  body.docentes section.block-content .filters .formComponent .input-grp select, body.docentes section.block-content .filters .formComponent .input-grp:nth-child(1n) select {
    font-size: 12px;
  }
}
body.docentes section.block-content .filters .filterTagsContainer .btn-clear {
  border: none;
  background-color: #ffb37e;
  color: #fff;
  font-size: 13px;
  border-radius: 57px;
  padding: 6px 15px;
  height: auto;
  font-weight: 500;
  display: inline-block;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
  width: fit-content;
  cursor: pointer;
}
body.docentes section.block-content .filters .filterTagsContainer .btn-clear button {
  border: 0;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  margin-left: 10px;
}
body.docentes section.block-content .filters .filterTagsContainer .btn-clear button img {
  height: 16px;
}
body.docentes section.block-content h3 {
  font-weight: 700;
  color: #212121;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
body.docentes section.block-content .list-resources {
  padding: 0;
  list-style: none;
  margin: 0 -8px 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .list-resources {
    margin: 0;
    padding-top: 70px;
    min-height: inherit;
  }
}
body.docentes section.block-content .list-resources li {
  margin: 8px;
  width: calc(25% - 16px);
  min-height: 200px;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .list-resources li {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .list-resources li {
    margin: 8px 0;
    width: 100%;
  }
}
body.docentes section.block-content .list-resources li .res-card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 16px 24px 0 rgba(48, 49, 51, 0.1), 0 0 1px 0 rgba(48, 49, 51, 0.05);
  height: 255px;
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .list-resources li .res-card {
    height: auto;
  }
}
body.docentes section.block-content .list-resources li .res-card .res-body {
  min-height: 165px;
}
@media screen and (max-width: 1199px) {
  body.docentes section.block-content .list-resources li .res-card .res-body {
    min-height: 190px;
  }
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .list-resources li .res-card .res-body {
    min-height: 165px;
  }
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .list-resources li .res-card .res-body {
    min-height: auto;
  }
}
body.docentes section.block-content .list-resources li .res-card .res-body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body.docentes section.block-content .list-resources li .res-card .res-body label.res-label {
  background-color: #9773c6;
  border-radius: 4px;
  padding: 5px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
body.docentes section.block-content .list-resources li .res-card h3 {
  color: #5115a0;
  font-size: 500;
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
}
body.docentes section.block-content .list-resources li .res-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
}
body.docentes section.block-content .list-resources li .res-card .btn {
  font-size: 14px;
  padding: 14px 8px 14px 16px;
}
body.docentes section.block-content .list-resources li .res-card .btn .chevron {
  height: 24px;
  margin-left: 10px;
}
body.docentes section.block-content .hpa-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 2rem;
}
body.docentes section.block-content .hpa-title img {
  height: 70px;
}
body.docentes section.block-content .hpa-title span {
  line-height: 1;
  color: #5115a0;
  font-weight: 700;
  font-size: 26px;
  margin-left: 10px;
}
body.docentes section.block-content .hpa-card {
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(9, 28, 46, 0.2);
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-card {
    flex-direction: column;
  }
}
body.docentes section.block-content .hpa-card .hpa-card-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 0 0 75%;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-card .hpa-card-text {
    padding: 24px 24px 0;
  }
}
body.docentes section.block-content .hpa-card .hpa-card-text h4 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #212121;
}
body.docentes section.block-content .hpa-card .hpa-card-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #212121;
}
body.docentes section.block-content .hpa-card .hpa-card-cta {
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.docentes section.block-content .hpa-card .hpa-card-cta {
    padding: 25px 0;
    background-color: transparent;
  }
}
body.docentes section.block-content .hpa-card .hpa-card-cta .btn .chevron {
  margin-left: 20px;
}
body.docentes section.block-content .hpa-3col {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body.docentes section.block-content .hpa-3col {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
  }
}
body.docentes section.block-content .hpa-3col .hpa-card {
  margin-bottom: 0;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card {
    flex: 0 0 32%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-cta {
    padding: 25px;
    background-color: transparent;
    text-align: left;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-text {
    padding: 25px 25px 0;
  }
}
body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-text img {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-text h4 {
    text-align: center;
    color: #5115a0;
    margin-bottom: 25px;
  }
}
body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-text p {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-3col .hpa-card .hpa-card-text p {
    text-align: left;
  }
}
body.docentes section.block-content .hpa-card-list .hpa-card {
  flex-direction: unset;
  align-items: unset;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-card-list .hpa-card {
    flex-direction: column;
  }
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
  flex: 0 0 25%;
  background-color: #f5f5f5;
  padding: 24px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
    padding: 25px;
    background-color: transparent;
    text-align: left;
    display: block;
  }
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top {
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img {
  text-align: center;
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img .hpa-card-cta-img {
  width: 80%;
  height: 75%;
  border-radius: 8px;
  box-shadow: 0 3px 12px #000;
}
@media screen and (max-width: 991px) {
  body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img .hpa-card-cta-img {
    width: auto;
    max-height: 250px;
  }
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom {
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card {
  padding: 2px 16px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.docentes section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card {
    height: 40px;
    font-size: 14px;
    padding: 5px 8px 5px 16px;
  }
}
body.docentes section.block-content .wrap-70rem .hpa-card .hpa-card-text {
  flex: 0 0 60%;
}
body.docentes section.block-content .wrap-70rem .hpa-card .hpa-card-cta {
  flex: 0 0 40%;
}
body.docentes .decoration.graph-4 {
  top: -70px;
  width: 70px;
}
@media screen and (max-width: 991px) {
  body.docentes .decoration.graph-4 {
    width: 70px;
  }
}
body.docentes .decoration.graph-5 {
  top: 60%;
}
body.docentes .decoration.graph-6 {
  width: 22px;
  bottom: 10px;
  top: initial;
}
body.docentes .decoration.graph-7 {
  top: 40%;
}
body.docentes .decoration.graph-8 {
  top: 150px;
}
@media screen and (max-width: 1199px) {
  body.docentes .decoration.graph-8 {
    top: 150px;
  }
}
body.docentes .decoration.graph-9 {
  top: initial;
  bottom: 160px;
}
@media screen and (min-width: 1024px) {
  body.docentes.recursos .hpa-3col .hpa-card .hpa-card-text h4 {
    min-height: 65px;
  }
  body.docentes.recursos .hpa-3col .hpa-card .hpa-card-text p {
    min-height: 145px;
  }
}
@media screen and (min-width: 1024px) {
  body.docentes.convocatoriasPasadas .hpa-3col .hpa-card .hpa-card-text h4 {
    min-height: 65px;
  }
  body.docentes.convocatoriasPasadas .hpa-3col .hpa-card .hpa-card-text p {
    min-height: 295px;
  }
}
@media screen and (min-width: 1200px) {
  body.docentes.convocatoriasPasadas .hpa-3col .hpa-card .hpa-card-text h4 {
    min-height: 65px;
  }
  body.docentes.convocatoriasPasadas .hpa-3col .hpa-card .hpa-card-text p {
    min-height: 255px;
  }
}

body.propuestasdidacticas section.pd-intro {
  padding: 10rem 0 4rem !important;
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/pages/docentes/pd-bg.49ede785bd365b5f9f56.png);
  background-size: cover;
  overflow: hidden;
}
body.propuestasdidacticas section.pd-intro .page-title {
  margin-bottom: 20px;
  text-align: left;
}
body.propuestasdidacticas section.pd-intro .pd-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 520px;
}
@media screen and (max-width: 1199px) {
  body.propuestasdidacticas section.pd-intro .pd-img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  body.propuestasdidacticas section.pd-intro .pd-img {
    right: -30%;
  }
}
@media screen and (max-width: 767px) {
  body.propuestasdidacticas section.pd-intro .pd-img {
    display: none;
  }
}
body.propuestasdidacticas section.pd-intro .col {
  padding-left: 0;
}
@media (max-width: 1024px) {
  body.propuestasdidacticas section.pd-intro .col {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  body.propuestasdidacticas section.pd-intro .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.propuestasdidacticas section.block-content .list-resources {
  padding: 0;
  list-style: none;
  margin: 0 -8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
body.propuestasdidacticas section.block-content .list-resources li {
  margin: 8px;
  width: calc(25% - 16px);
  min-height: 200px;
}
@media screen and (max-width: 991px) {
  body.propuestasdidacticas section.block-content .list-resources li {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  body.propuestasdidacticas section.block-content .list-resources li {
    margin: 8px 0;
    width: calc(100% - 16px);
  }
}
body.propuestasdidacticas section.block-content .list-resources li .res-card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 16px 24px 0 rgba(48, 49, 51, 0.1), 0 0 1px 0 rgba(48, 49, 51, 0.05);
  height: 255px;
}
@media screen and (max-width: 767px) {
  body.propuestasdidacticas section.block-content .list-resources li .res-card {
    height: auto;
  }
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body {
  min-height: 165px;
}
@media screen and (max-width: 1199px) {
  body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body {
    min-height: 190px;
  }
}
@media screen and (max-width: 991px) {
  body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body {
    min-height: 165px;
  }
}
@media screen and (max-width: 767px) {
  body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body {
    min-height: auto;
  }
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body label.res-label {
  background-color: #9773c6;
  border-radius: 4px;
  padding: 5px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body h3 {
  color: #5115a0;
  font-size: 500;
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .res-body p {
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .btn {
  height: 40px;
  font-size: 14px;
  padding: 14px 8px 14px 16px;
}
body.propuestasdidacticas section.block-content .list-resources li .res-card .btn .chevron {
  height: 24px;
  margin-left: 10px;
}

body.docentes.contenidosClave section.block-intro, body.contenidosclave section.block-intro {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 2rem;
  background-color: #f5f5f5;
  background-image: url(../images/pages/docentes/bg-contepts.4d92702fdd3d058ab84c.png);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  body.docentes.contenidosClave section.block-intro, body.contenidosclave section.block-intro {
    padding: 10rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  body.docentes.contenidosClave section.block-intro, body.contenidosclave section.block-intro {
    padding: 18rem 0 5rem;
  }
}
body.docentes.contenidosClave section.block-intro .page-title, body.contenidosclave section.block-intro .page-title {
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Early-Man";
  color: #5115a0;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  body.docentes.contenidosClave section.block-intro .page-title, body.contenidosclave section.block-intro .page-title {
    margin-bottom: 3rem;
  }
}
body.docentes.contenidosClave section.block-intro .page-title img, body.contenidosclave section.block-intro .page-title img {
  height: 30px;
}
body.docentes.contenidosClave section.block-intro p, body.contenidosclave section.block-intro p {
  font-size: 18px;
  line-height: 1.4;
  color: #411180;
  font-weight: 400;
}
body.docentes.contenidosClave section.block-intro .btn-download, body.contenidosclave section.block-intro .btn-download {
  margin-top: 10px;
}
body.docentes.contenidosClave section.block-intro .btn-download img, body.contenidosclave section.block-intro .btn-download img {
  margin-right: 10px;
}
body.docentes.contenidosClave section.block-intro .btn-download span, body.contenidosclave section.block-intro .btn-download span {
  margin: 0 3px;
}
@media screen and (max-width: 576px) {
  body.docentes.contenidosClave section.block-intro .btn-download span, body.contenidosclave section.block-intro .btn-download span {
    line-height: 1.1;
  }
}
body.docentes.contenidosClave section.block-intro .concept-img, body.contenidosclave section.block-intro .concept-img {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.docentes.contenidosClave section.block-intro .concept-img, body.contenidosclave section.block-intro .concept-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  body.docentes.contenidosClave section.block-intro .concept-img, body.contenidosclave section.block-intro .concept-img {
    display: none;
  }
}
body.docentes.contenidosClave section.block-intro .concept-img .concept-pic-group, body.contenidosclave section.block-intro .concept-img .concept-pic-group {
  position: absolute;
  max-width: 370px;
  bottom: -30px;
}
@media screen and (max-width: 991px) {
  body.docentes.contenidosClave section.block-intro .concept-img .concept-pic-group, body.contenidosclave section.block-intro .concept-img .concept-pic-group {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  body.docentes.contenidosClave section.block-intro .concept-img .concept-pic-group, body.contenidosclave section.block-intro .concept-img .concept-pic-group {
    position: absolute;
    right: 0;
    width: 230px;
    top: -13rem;
  }
}
body.docentes.contenidosClave section.block-intro .col, body.contenidosclave section.block-intro .col {
  padding-left: 0;
}
@media (max-width: 1024px) {
  body.docentes.contenidosClave section.block-intro .col, body.contenidosclave section.block-intro .col {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  body.docentes.contenidosClave section.block-intro .col, body.contenidosclave section.block-intro .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  body.docentes.contenidosClave section.block-intro .col.concept-img, body.contenidosclave section.block-intro .col.concept-img {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
body.docentes.contenidosClave section.block-intro .decoration.graph-13, body.contenidosclave section.block-intro .decoration.graph-13 {
  width: 180px;
  position: absolute;
  right: -100px;
  top: 30%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.docentes.contenidosClave section.block-intro .decoration.graph-13, body.contenidosclave section.block-intro .decoration.graph-13 {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  body.docentes.contenidosClave section.block-intro .decoration.graph-13, body.contenidosclave section.block-intro .decoration.graph-13 {
    top: 60px;
  }
}
body.docentes.contenidosClave section.block-content h1.page-title, body.contenidosclave section.block-content h1.page-title {
  text-align: left;
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Early-Man";
  color: #5115a0;
  font-size: 4.5rem;
}
body.docentes.contenidosClave section.block-content h2, body.contenidosclave section.block-content h2 {
  font-weight: 700;
  color: #5115a0;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 4rem;
  text-align: left;
}
@media screen and (max-width: 576px) {
  body.docentes.contenidosClave section.block-content h2, body.contenidosclave section.block-content h2 {
    font-size: 22px;
  }
}
body.docentes.contenidosClave section.block-content .component-accordion .ui-accordion-header, body.contenidosclave section.block-content .component-accordion .ui-accordion-header {
  color: #5115a0;
}
body.docentes.contenidosClave section.block-content .component-accordion > div.ui-accordion-content a, body.contenidosclave section.block-content .component-accordion > div.ui-accordion-content a {
  color: #ff8028;
}
body.docentes.contenidosClave section.block-content .component-accordion h3, body.contenidosclave section.block-content .component-accordion h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 2px;
}
body.docentes.contenidosClave section.block-content.decoration.graph-3, body.contenidosclave section.block-content.decoration.graph-3 {
  left: 0;
  top: -42px;
  width: 90px;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  body.docentes.contenidosClave section.block-content.decoration.graph-3, body.contenidosclave section.block-content.decoration.graph-3 {
    width: 50px;
    left: -10px;
    top: -45px;
    z-index: 0;
  }
}
body.docentes.contenidosClave section.block-content.decoration.graph-8, body.contenidosclave section.block-content.decoration.graph-8 {
  top: 50%;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  body.docentes.contenidosClave section.block-content.decoration.graph-8, body.contenidosclave section.block-content.decoration.graph-8 {
    width: 60px;
    z-index: 0;
  }
}
@media screen and (max-width: 991px) {
  body.docentes.contenidosClave section.block-content.decoration.graph-8, body.contenidosclave section.block-content.decoration.graph-8 {
    width: 85px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  body.docentes.contenidosClave section.block-content.decoration.graph-8, body.contenidosclave section.block-content.decoration.graph-8 {
    width: 60px;
    left: -20px;
    top: 25%;
  }
}
body.docentes.contenidosClave section.block-content.decoration.graph-15, body.contenidosclave section.block-content.decoration.graph-15 {
  width: 70px;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  body.docentes.contenidosClave section.block-content.decoration.graph-15, body.contenidosclave section.block-content.decoration.graph-15 {
    width: 54px;
    z-index: 0;
  }
}

body.capacitaciones section .col {
  flex: 0 0 100%;
  max-width: 100%;
}
body.capacitaciones section.trainings-intro {
  padding: 12rem 0 0 !important;
  position: relative;
  background-color: #f5f5f5;
}
body.capacitaciones section.trainings-intro .hpa-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 2rem;
}
body.capacitaciones section.trainings-intro .hpa-title img {
  height: 75px;
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.trainings-intro .hpa-title img {
    height: 50px;
    margin: auto;
  }
}
body.capacitaciones section.trainings-intro p.large {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #5115a0;
  margin-top: 20px;
  margin-bottom: 0;
}
body.capacitaciones section.trainings-intro .img-create {
  display: none;
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.trainings-intro .img-create {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.trainings-intro .trainings-img {
    display: none;
  }
}
body.capacitaciones section.trainings-intro .banner, body.capacitaciones section.trainings-intro .video {
  position: relative;
  text-align: center;
}
body.capacitaciones section.trainings-intro .col {
  flex: 0 0 58%;
  max-width: 58%;
}
body.capacitaciones section.trainings-intro .col.banner {
  flex: 0 0 41%;
  max-width: 41%;
}
body.capacitaciones section.trainings-intro .col.banner img {
  max-height: 27rem;
}
@media (max-width: 992px) {
  body.capacitaciones section.trainings-intro .col {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (max-width: 768px) {
  body.capacitaciones section.trainings-intro .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.capacitaciones section.trainings-intro .decoration.graph-17 {
  width: 120px;
  right: 20%;
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 991px) {
  body.capacitaciones section.trainings-intro .decoration.graph-17 {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.trainings-intro .decoration.graph-17 {
    width: 90px;
  }
}
@media (max-width: 576px) {
  body.capacitaciones section.trainings-intro .decoration.graph-17 {
    width: 60px;
    right: 0;
    top: 40px;
  }
}
body.capacitaciones section.trainings-intro .decoration.graph-3 {
  left: -10px;
  top: 30%;
  width: 70px;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  body.capacitaciones section.trainings-intro .decoration.graph-3 {
    width: 50px;
    left: -7px;
    top: -50px;
  }
}
body.capacitaciones section.block-content p a {
  color: #ff8028;
}
body.capacitaciones section.block-content p a:not(.btn), body.capacitaciones section.block-content p a:not(.btn):visited, body.capacitaciones section.block-content p a:not(.btn):-webkit-any-link {
  color: #ff8028;
}
body.capacitaciones section.block-content p a:not(.btn):visited, body.capacitaciones section.block-content p a:not(.btn):visited:visited, body.capacitaciones section.block-content p a:not(.btn):-webkit-any-link:visited {
  color: #ff8028;
}
body.capacitaciones section.block-content .hpa-card-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card {
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(9, 28, 46, 0.2);
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card {
    flex-direction: column;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text {
    padding-bottom: 0;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text h4 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #212121;
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text h4 {
    font-size: 20px;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #212121;
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-text p {
    font-size: 16px;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
  flex: 0 0 25%;
  background-color: #f5f5f5;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 991px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
    flex: 100%;
    justify-content: flex-start;
    background: transparent;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  margin-top: 2rem;
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img {
  text-align: center;
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img .hpa-card-cta-img {
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 3px 12px #000;
}
@media screen and (max-width: 991px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-top .btn-card-img .hpa-card-cta-img {
    width: auto;
    max-height: 250px;
  }
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom {
  display: block;
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card {
  height: 36px;
  padding: 2px 16px;
  font-size: 16px;
}
body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body.capacitaciones section.block-content .hpa-card-list .hpa-card .hpa-card-cta .hpa-card-cta-div-bottom .btn-card {
    height: 40px;
    font-size: 14px;
    padding: 5px 8px 5px 16px;
  }
}

body.familias .padding-header {
  padding-top: 0;
}
body.familias .family-intro {
  padding: 10rem 0 4rem;
  position: relative;
  background-image: url(../images/pages/familias/bg-family.99b4c0beb762cacf1631.jpg);
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  body.familias .family-intro {
    padding: 7.5rem 0 20rem;
  }
}
@media screen and (max-width: 577px) {
  body.familias .family-intro {
    padding: 7.5rem 0 22rem;
  }
}
body.familias .family-intro .page-title {
  margin-bottom: 2rem;
  text-align: left;
  font-family: "Early-Man";
  color: #5115a0;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  body.familias .family-intro .page-title img {
    height: 30px;
  }
}
body.familias .family-intro .family-intro-content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  body.familias .family-intro .family-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.familias .family-intro .family-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body.familias .family-intro .family-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body.familias .family-intro .family-intro-content p.large {
    font-size: 1.8rem;
  }
}
body.familias .block-content .family-balloons {
  text-align: center;
  max-width: 200px;
  margin: auto auto 60px;
}
@media screen and (max-width: 767px) {
  body.familias .block-content .family-balloons {
    z-index: 3;
    position: relative;
  }
}
body.familias .block-content .family-balloons > img {
  height: 300px;
  margin: auto auto 30px;
}
@media screen and (max-width: 767px) {
  body.familias .block-content .family-balloons > img {
    height: 240px;
  }
}
body.familias .block-content .family-balloons h3 {
  font-size: 18px;
  color: #5115a0;
  line-height: 1.3;
  margin-bottom: 20px;
  min-height: 46px;
}
@media screen and (max-width: 767px) {
  body.familias .block-content .family-balloons h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
body.familias .block-content .family-balloons p {
  font-size: 14px;
  color: #212121;
  min-height: 46px;
}
@media screen and (max-width: 767px) {
  body.familias .block-content .family-balloons p {
    z-index: 3;
    position: relative;
  }
}
body.familias .block-content .family-balloons .btn {
  color: #fff;
}
body.familias .block-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body.familias .block-content .row .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  body.familias .block-content .row .col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 767px) {
  body.familias .block-content .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  body.familias .block-content .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.familias .block-content .graph-5 {
  width: 80px;
  top: 60%;
  position: absolute;
  left: 0;
}
body.familias .block-content .graph-6 {
  position: absolute;
  left: 0;
  width: 22px;
  bottom: 10px;
}
body.familias .block-content .graph-7 {
  width: 50px;
  position: absolute;
  right: 0;
  top: 40%;
}
body.familias .block-content .graph-8 {
  position: absolute;
  width: 80px;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  body.familias .block-content .graph-8 {
    width: 60px;
    top: 150px;
  }
}
@media screen and (max-width: 576px) {
  body.familias .block-content .graph-8 {
    display: none;
  }
}
body.familias .block-content .graph-9 {
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 160px;
}
body.familias .graph-20 {
  bottom: 0;
  right: 0;
  height: 300px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 1700px) {
  body.familias .graph-20 {
    height: 220px;
  }
}
@media screen and (max-width: 1199px) {
  body.familias .graph-20 {
    height: 195px;
  }
}
@media screen and (max-width: 576px) {
  body.familias .graph-20 {
    height: auto;
    width: 100%;
  }
}
body.familias .graph-21 {
  top: 30%;
  right: 10%;
  height: 200px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  body.familias .graph-21 {
    top: 14%;
    right: 5%;
    height: 140px;
  }
}
@media screen and (max-width: 576px) {
  body.familias .graph-21 {
    top: auto;
    bottom: 100px;
  }
}
body.familias .graph-22 {
  top: 60px;
  right: 0;
  height: 300px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  body.familias .graph-22 {
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  body.familias .graph-22 {
    height: auto;
    width: 100%;
  }
}

body.explorar {
  /*
   & .row
       {
           display: flex;
           flex-wrap: wrap;
           margin-right: -15px;
           margin-left: -15px;
           & .col {
               position: relative;
               width: 100%;
               padding-right: 15px;
               padding-left: 15px;
               flex: 0 0 25%;
               max-width: 25%;
               @media screen and (max-width: 1024px)
               {
                   flex: 0 0 33%;
                   max-width: 33%;
               }
               @media screen and (max-width: 767px)
               {
                   flex: 0 0 50%;
                   max-width: 50%;
               }
           }
       }
       */
}
body.explorar .block-intro {
  padding: 10rem 0 2rem;
  background-image: url(../images/pages/docentes/bg-contar.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
body.explorar .block-intro .page-title {
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  body.explorar .block-intro .page-title {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  body.explorar .block-intro .page-title {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 576px) {
  body.explorar .block-intro .page-title {
    margin-top: 15rem;
  }
}
@media (max-width: 767px) {
  body.explorar .block-intro .page-title img {
    height: 30px;
  }
}
body.explorar .block-intro .page-title .balloon-pic {
  float: right;
  height: 23rem;
  position: absolute;
  right: 0;
  top: -9rem;
}
@media screen and (max-width: 576px) {
  body.explorar .block-intro .page-title .balloon-pic {
    height: 15rem;
    top: -5rem;
  }
}
body.explorar .block-intro p {
  font-size: 18px;
  line-height: 1.4;
  color: #411180;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  body.explorar .block-intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.explorar .block-intro .balloons-group {
    text-align: center;
  }
}
body.explorar .block-intro .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.explorar .block-intro .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.explorar .block-intro .graph-8 {
  position: absolute;
  width: 90px;
  top: 30%;
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  body.explorar .block-intro .graph-8 {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  body.explorar .block-intro .graph-8 {
    width: 85px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  body.explorar .block-intro .graph-8 {
    width: 60px;
    left: -20px;
    top: 14%;
  }
}
body.explorar .block-intro .graph-13 {
  width: 180px;
  position: absolute;
  right: -100px;
  top: 10%;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  body.explorar .block-intro .graph-13 {
    width: 144px;
  }
}
body.explorar section.intros p {
  font-size: 16px;
  line-height: 1.6;
}
body.explorar section.block-content .block-video {
  margin-bottom: 4rem;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  body.explorar section.block-content .block-video {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  body.explorar section.block-content .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  body.explorar section.block-content .block-video {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1199px) {
  body.explorar section.block-content .block-video .video {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  body.explorar section.block-content .block-video .video iframe {
    height: auto !important;
    min-height: 240px;
  }
}
@media screen and (max-width: 576px) {
  body.explorar section.block-content .block-video .btn {
    height: 40px;
    padding: 5px 14px;
    font-size: 14px;
  }
}
body.explorar section.block-content .block-video h2 {
  font-size: 24px;
  font-weight: 700;
  color: #5115a0;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  body.explorar section.block-content .block-video h2 {
    font-size: 20px;
  }
}
body.explorar section.block-content .block-video h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: regular;
  color: #616161;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  body.explorar section.block-content .block-video h3 {
    font-size: 16px;
  }
}
body.explorar section.block-content .block-video p {
  color: #212121;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  body.explorar section.block-content .block-video p {
    font-size: 14px;
    line-height: 1.5;
  }
}

body.proyectos section.page-infografia {
  position: relative;
  padding-top: 14rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
body.proyectos section.page-infografia a.btn {
  position: absolute;
  right: 175px;
  top: -53px;
  justify-content: center;
  min-width: 220px;
  padding: 6px 14px;
  font-size: 14px;
  height: auto;
}
@media (max-width: 767px) {
  body.proyectos section.page-infografia a.btn {
    left: 50%;
    transform: translate(-50%);
    right: auto;
  }
}
body.proyectos section.page-infografia iframe {
  height: 60rem;
}
@media (max-width: 767px) {
  body.proyectos section.page-infografia iframe {
    height: 76rem;
  }
}
body.proyectos section.page-tell {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  body.proyectos section.page-tell {
    padding-top: 6rem;
  }
}
body.proyectos section.page-tell .page-title {
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  body.proyectos section.page-tell .page-title {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 576px) {
  body.proyectos section.page-tell .page-title {
    margin-top: 15rem;
  }
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .page-title img {
    height: 30px;
  }
}
body.proyectos section.page-tell .filters .formComponent {
  position: relative;
}
body.proyectos section.page-tell .filters .formComponent .row .cell {
  padding-bottom: 0;
}
body.proyectos section.page-tell .filters .formComponent .row .cell .input-grp {
  margin-bottom: 1rem;
}
body.proyectos section.page-tell .radios-dificulty {
  position: relative;
}
body.proyectos section.page-tell .radios-dificulty .input-grp {
  margin-bottom: 0 !important;
}
body.proyectos section.page-tell .radios-dificulty .input-grp:nth-child(1n) {
  margin-bottom: 0;
}
body.proyectos section.page-tell .radios-dificulty {
  display: block;
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .radios-dificulty {
    padding-top: 18px;
    position: relative;
  }
}
body.proyectos section.page-tell .radios-dificulty p {
  margin-bottom: 0;
  margin-right: 12px;
  font-weight: 500;
  color: #757575;
}
@media (max-width: 1199px) {
  body.proyectos section.page-tell .radios-dificulty p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .radios-dificulty p {
    font-size: 13px;
    position: absolute;
    top: 0;
  }
}
body.proyectos section.page-tell .clearFiltersGroup {
  position: relative;
}
body.proyectos section.page-tell .clearFiltersGroup .btn-clear {
  position: absolute;
  right: 0;
  top: -4rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #666;
  font-size: 13px;
  border-radius: 57px;
  padding: 10px 12px;
  height: auto;
  background: #eee;
  font-weight: 400;
  display: inline-block;
  display: none;
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .clearFiltersGroup .btn-clear {
    top: 0rem;
    right: initial;
    left: 16rem;
    padding: 14px 12px;
    display: inline-block;
    position: absolute;
  }
}
body.proyectos section.page-tell .clearFiltersGroup .btn-clear:not(:disabled):not(.disabled) {
  cursor: pointer;
}
body.proyectos section.page-tell .radioContainer {
  display: inline;
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .radios-dificulty {
    margin-bottom: 2rem;
  }
}
body.proyectos section.page-tell .filter-button {
  display: inline-block;
  float: right;
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .filter-button {
    float: none;
  }
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .row.column-reverse {
    flex-direction: column-reverse;
  }
}
body.proyectos section.page-tell .col.formats {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .col.formats {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.proyectos section.page-tell .col.formats h3 {
  /* font-size: 18px; */
  line-height: 24px;
  color: #5115a0;
  margin: 3rem 0 2rem 0;
  min-height: 48px;
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  body.proyectos section.page-tell .col.formats h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .col.formats h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  body.proyectos section.page-tell .col.formats h3 {
    margin-bottom: 1.4rem;
  }
}
body.proyectos section.page-tell .col.projects {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1024px) {
  body.proyectos section.page-tell .col.projects {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.proyectos section.page-tell .col.projects h2 {
  font-size: 24px;
  line-height: 38px;
  color: #212121;
  margin-bottom: 1rem;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .col.projects h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
body.proyectos section.page-tell .col.projects .list-projects {
  padding: 0;
  list-style: none;
  margin: 0 -16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .col.projects .list-projects {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  body.proyectos section.page-tell .col.projects .list-projects {
    margin: 0 -24px;
  }
}
@media (max-width: 576px) {
  body.proyectos section.page-tell .col.projects .list-projects {
    margin-bottom: 2rem;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li {
  margin: 16px;
  width: calc(50% - 32px);
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .col.projects .list-projects li {
    margin: 16px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .col.projects .list-projects li {
    margin: auto auto 16px;
    width: 100%;
    max-width: 460px;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 24px 0 rgba(48, 49, 51, 0.1), 0 0 1px 0 rgba(48, 49, 51, 0.05);
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body {
  padding: 16px;
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-img {
  background-color: #ffe9ac;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
  position: relative;
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-img .project-icon {
  height: 96px;
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption {
  min-height: 110px;
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption {
    min-height: inherit;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption h3 {
  font-weight: 700;
  font-size: 20px;
  color: #5115a0;
}
@media (max-width: 767px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption h3 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption h3 {
    margin-bottom: 1.4rem;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-body .project-caption p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #212121;
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #fff4d6;
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn {
  height: 40px;
  padding: 5px 16px;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn {
    font-size: 14px;
    padding: 7px;
  }
}
@media (max-width: 991px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn {
    margin: 0 6px;
    padding: 7px 12px;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn.btn-download .chevron[_ngcontent-ofc-c54] {
  margin-right: 10px;
  height: 24px;
}
@media (max-width: 1199px) {
  body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn.btn-download .chevron[_ngcontent-ofc-c54] {
    margin-right: 5px;
  }
}
body.proyectos section.page-tell .col.projects .list-projects li .project-card .project-footer .btn.btn-view .chevron {
  margin-left: 10px;
  height: 24px;
}

body.proyectosDetalle section .col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  body.proyectosDetalle section .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.proyectosDetalle section.block-intro {
  background-color: #ffc830;
  background-image: url(../images/pages/proyectos/bg-contar.png);
  text-align: left;
}
body.proyectosDetalle section.block-intro .page-title {
  text-align: left;
}
body.proyectosDetalle section.block-intro h2 {
  font-weight: 700;
  color: #5115a0;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro h2 {
    font-size: 20px;
  }
}
body.proyectosDetalle section.block-intro p {
  font-size: 18px;
  line-height: 1.4;
  color: #411180;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro p {
    font-size: 16px;
  }
}
body.proyectosDetalle section.block-intro .intro-cta {
  display: block;
  width: 100%;
}
body.proyectosDetalle section.block-intro .btn-download {
  display: inline-flex;
  width: auto;
  text-align: left;
  align-items: center;
  line-height: 1.5rem;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro .btn-download {
    font-size: 14px;
    height: auto;
    width: 240px;
  }
}
body.proyectosDetalle section.block-intro .btn-download span br {
  display: none;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro .btn-download span br {
    display: inline;
  }
}
body.proyectosDetalle section.block-intro .difficulty {
  margin: 3rem 0;
}
@media screen and (max-width: 991px) {
  body.proyectosDetalle section.block-intro .difficulty {
    margin: 1rem 0;
  }
}
body.proyectosDetalle section.block-intro .difficulty label {
  border-radius: 4px;
  background-color: #ff8028;
  padding: 8px 16px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
body.proyectosDetalle section.block-intro .difficulty label i {
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
  height: 22px;
  width: 22px;
  margin: 2px 4px;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro .difficulty label i {
    height: 20px;
    width: 20px;
    margin: 2px;
  }
}
body.proyectosDetalle section.block-intro .difficulty label i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  body.proyectosDetalle section.block-intro .difficulty label i:after {
    width: 12px;
    height: 12px;
  }
}
body.proyectosDetalle section.block-intro .difficulty.id1 label i:nth-child(3):after {
  display: none;
}
body.proyectosDetalle section.block-intro .difficulty.id1 label i:nth-child(4):after {
  display: none;
}
body.proyectosDetalle section.block-intro .difficulty.id2 label i:nth-child(4):after {
  display: none;
}
body.proyectosDetalle section.block-intro .pic-col {
  text-align: right;
  position: relative;
}
body.proyectosDetalle section.block-intro .pic-col .pic-group {
  position: relative;
  width: auto;
  height: 280px;
  background-image: url(../images/pages/proyectos//bg-tell-elements.svg);
  background-size: contain;
  margin: auto;
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  body.proyectosDetalle section.block-intro .pic-col .pic-group {
    height: 360px;
    position: absolute;
    right: -25%;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  body.proyectosDetalle section.block-intro .pic-col .pic-group {
    display: none;
  }
}
body.proyectosDetalle section.block-intro .pic-col .pic-group img {
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.proyectosDetalle section.block-content {
  padding: 7rem 0;
}
body.proyectosDetalle section.block-content .col.left {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  body.proyectosDetalle section.block-content .col.left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.proyectosDetalle section.block-content .col.left {
    margin-top: 40px;
  }
}
body.proyectosDetalle section.block-content .col.left .component-accordion {
  background-color: transparent;
}
body.proyectosDetalle section.block-content .col.left .component-accordion .ui-accordion-header {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 60px 8px 16px;
}
@media screen and (max-width: 991px) {
  body.proyectosDetalle section.block-content .col.left .component-accordion .ui-accordion-header {
    padding: 20px 60px 20px 16px;
  }
}
body.proyectosDetalle section.block-content .col.left .component-accordion .ui-accordion-header.ui-state-active {
  background-color: #f6f6f6;
}
body.proyectosDetalle section.block-content .col.left .component-accordion div.ui-accordion-content {
  padding: 10px;
  background-color: #f6f6f6;
}
body.proyectosDetalle section.block-content .col.left .component-accordion > .component-accordion {
  box-shadow: none;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary {
  box-shadow: none;
  margin-bottom: 2rem;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-header {
  background-color: #ff8028;
  margin-bottom: 1rem;
  font-size: 17px;
  border-radius: 10px;
  padding: 15px 50px 15px 15px;
  color: #fff;
  text-transform: uppercase;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-header:hover {
  background-color: #c55d13;
  border-color: #c55d13;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-header.ui-state-active {
  background-color: #ff9953;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-header:before {
  content: " ";
  background-image: url(../../../assets/front/images/icons/icon-chevron-down-2.svg);
  right: 1rem;
  left: initial;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-content {
  background-color: transparent;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-content img {
  height: 60px;
  margin-bottom: 10px;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-content p {
  color: #5115a0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.primary .ui-accordion-content .btn {
  font-size: 14px;
  height: 40px;
  padding: 8px 32px;
  color: #fff;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary {
  box-shadow: none;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-header {
  background-color: #5115a0;
  margin-bottom: 1rem;
  font-size: 17px;
  border-radius: 10px;
  padding: 15px 50px 15px 15px;
  color: #fff;
  text-transform: uppercase;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-header:hover {
  background-color: #5115a0;
  border-color: transparent;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-header.ui-state-active {
  background-color: #7444b3;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-header:before {
  content: " ";
  background-image: url(../../../assets/front/images/icons/icon-chevron-down-2.svg);
  right: 1rem;
  left: initial;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-content {
  background-color: transparent;
  border-radius: 10px;
  padding: 0;
  text-align: center;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-content img {
  height: 60px;
  margin-bottom: 10px;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-content p {
  color: #5115a0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-content .btn {
  font-size: 12px;
  padding: 8px 12px;
  height: 40px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}
body.proyectosDetalle section.block-content .col.left .component-accordion.secondary .ui-accordion-content .btn img {
  margin-bottom: 0;
}
body.proyectosDetalle section.block-content .col.left .project-card {
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
body.proyectosDetalle section.block-content .col.left .project-card:last-of-type {
  margin-bottom: 2rem;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-card {
  border-radius: 8px;
  overflow: hidden;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-card .thumbnail-img {
  width: 100%;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-card .thumbnail-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-card .thumbnail-title {
  background-color: #310d60;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-caption {
  padding: 5px 0 0;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-caption .btn {
  font-size: 12px;
  padding: 8px 7px;
  height: 40px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
}
body.proyectosDetalle section.block-content .col.left .project-card .thumbnail-caption .btn img {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
body.proyectosDetalle section.block-content .col.right {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (max-width: 1024px) {
  body.proyectosDetalle section.block-content .col.right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.proyectosDetalle section.block-content .col.right .well {
  background-color: #fff4d6;
  padding: 32px;
  position: relative;
  border-radius: 16px;
  margin: 0 0 30px;
}
body.proyectosDetalle section.block-content .col.right .well h3 {
  font-weight: 700;
  color: #212121;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
body.proyectosDetalle section.block-content .col.right .comic-intro {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 65px;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li {
  position: relative;
  padding: 20px;
  border: 1px solid #ffde83;
  background-color: #fff;
  z-index: 1;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:after {
  content: "";
  border-radius: 20px 0 0 100px;
  height: 100%;
  width: 70px;
  position: absolute;
  left: -70px;
  top: 0;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:first-child {
  border-top-right-radius: 20px;
  border-bottom: 0;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:first-child:after {
  content: "";
  background-color: #fed66d;
  border-radius: 20px 0 0 100px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 70px;
  left: -70px;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:nth-child(2):after {
  content: "";
  background-color: #fbb91e;
  border-radius: 20px 0 0 100px;
  height: 100%;
  width: 70px;
  position: absolute;
  left: -70px;
  top: 0;
  width: 70px;
  left: -70px;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:nth-child(3):after {
  background-color: #fee399;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:nth-child(4):after {
  background-color: #fdd56b;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:nth-child(5):after {
  background-color: #fee399;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li:last-child:after {
  content: "";
  background-color: #f1872e;
  border-radius: 20px 0 0 100px;
  height: 100%;
  width: 70px;
  position: absolute;
  left: -70px;
  top: 0;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li img {
  height: 40px;
  position: absolute;
  left: -60px;
  top: 20px;
  z-index: 2;
  left: -60px;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li p {
  margin-bottom: 0;
}
body.proyectosDetalle section.block-content .col.right .comic-intro li.splitNumb .three {
  top: 70px;
  left: -50px;
}

body.crear section.block-intro, body.contar section.block-intro {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 4rem;
  background-color: #f5f5f5;
  background-image: url(../images/pages/docentes/bg-contar.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  body.crear section.block-intro, body.contar section.block-intro {
    padding: 20rem 0 4rem;
  }
}
body.crear section.block-intro .page-title, body.contar section.block-intro .page-title {
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  body.crear section.block-intro .page-title, body.contar section.block-intro .page-title {
    margin: 7rem 0 10rem;
  }
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .page-title, body.contar section.block-intro .page-title {
    margin: 5rem 0 10rem;
    z-index: 5;
    position: relative;
  }
}
body.crear section.block-intro .page-title img, body.contar section.block-intro .page-title img {
  height: 40px;
}
@media (max-width: 767px) {
  body.crear section.block-intro .page-title img, body.contar section.block-intro .page-title img {
    height: 30px;
  }
}
body.crear section.block-intro .create-intro, body.contar section.block-intro .create-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}
body.crear section.block-intro .create-intro p, body.contar section.block-intro .create-intro p {
  font-size: 18px;
  line-height: 1.6;
  color: #411180;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .create-intro p, body.contar section.block-intro .create-intro p {
    font-size: 16px;
  }
}
body.crear section.block-intro .create-img, body.contar section.block-intro .create-img {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.crear section.block-intro .create-img, body.contar section.block-intro .create-img {
    position: absolute;
    top: 7rem;
  }
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .create-img, body.contar section.block-intro .create-img {
    position: absolute;
    top: 12rem;
  }
}
body.crear section.block-intro .create-img .create-pic-group, body.contar section.block-intro .create-img .create-pic-group {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.crear section.block-intro .create-img .create-pic-group, body.contar section.block-intro .create-img .create-pic-group {
    margin-top: -220px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .create-img .create-pic-group, body.contar section.block-intro .create-img .create-pic-group {
    margin-top: -210px;
    margin-bottom: 2rem;
    text-align: right;
  }
}
body.crear section.block-intro .create-img .create-pic-group .img-create, body.contar section.block-intro .create-img .create-pic-group .img-create {
  position: relative;
  margin: -80px auto auto;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  body.crear section.block-intro .create-img .create-pic-group .img-create, body.contar section.block-intro .create-img .create-pic-group .img-create {
    margin-top: 0;
    width: 320px;
  }
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .create-img .create-pic-group .img-create, body.contar section.block-intro .create-img .create-pic-group .img-create {
    width: 240px;
  }
}
@media screen and (max-width: 576px) {
  body.crear section.block-intro .create-img .create-pic-group .img-create, body.contar section.block-intro .create-img .create-pic-group .img-create {
    margin-top: 0;
    margin-right: auto;
  }
}
body.crear section .graph-8, body.contar section .graph-8 {
  position: absolute;
  width: 90pxpx;
  top: 30%;
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  body.crear section .graph-8, body.contar section .graph-8 {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  body.crear section .graph-8, body.contar section .graph-8 {
    width: 85px;
    left: -30px;
  }
}
@media screen and (max-width: 850px) {
  body.crear section .graph-8, body.contar section .graph-8 {
    width: 60px;
    left: -20px;
    top: 1%;
  }
}
body.crear section .graph-13, body.contar section .graph-13 {
  width: 180px;
  position: absolute;
  right: -100px;
  top: 10%;
  z-index: 0;
}
body.crear section.intro-crear, body.contar section.intro-crear {
  padding-top: 60px;
}
body.crear section.intro-crear .intros p, body.contar section.intro-crear .intros p {
  font-size: 16px;
  line-height: 1.6;
}
body.crear h3, body.contar h3 {
  font-size: var(--font-size-large);
  font-weight: 500;
  /* width: calc(100% - 17rem); */
  max-width: 92rem;
  margin: 0 auto;
  text-align: left;
  color: #250351;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  body.crear h3, body.contar h3 {
    width: calc(100% - 6rem);
  }
}
body.crear section.block-content, body.contar section.block-content {
  position: relative;
  padding: 4rem 0;
}
body.crear section.block-content h2, body.contar section.block-content h2 {
  font-weight: 700;
  color: #5115a0;
  font-size: var(--font-size-xlarge);
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: left;
}
body.crear section.block-content .btn-create, body.contar section.block-content .btn-create {
  margin-top: 1rem;
}
body.crear .byc, body.contar .byc {
  width: 100%;
}
body.crear .byc input, body.contar .byc input {
  width: auto;
  display: inline;
}
body.crear section.block-content-table, body.contar section.block-content-table {
  position: relative;
  padding: 4rem 0;
}
body.crear section.block-content-table h2, body.contar section.block-content-table h2 {
  font-weight: 700;
  color: #5115a0;
  font-size: var(--font-size-xlarge);
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: left;
}
body.crear section.block-content-table .card, body.contar section.block-content-table .card {
  /* border-radius */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}
body.crear section.block-content-table .card h3, body.contar section.block-content-table .card h3 {
  padding: 0;
  margin: 0;
}
body.crear section.block-content-table .card .card-header, body.contar section.block-content-table .card .card-header {
  background-color: transparent;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
}
body.crear section.block-content-table .card .card-header:first-child, body.contar section.block-content-table .card .card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
body.crear section.block-content-table .card .card-header .addButton b, body.contar section.block-content-table .card .card-header .addButton b {
  margin-right: 1rem;
}
body.crear section.block-content-table .card table td, body.crear section.block-content-table .card table th, body.contar section.block-content-table .card table td, body.contar section.block-content-table .card table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-wrap: anywhere;
}
body.crear section.block-content-table .card table thead th, body.contar section.block-content-table .card table thead th {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e9ecef;
}
body.crear section.block-content-table .card table thead.thead-light th, body.contar section.block-content-table .card table thead.thead-light th {
  background-color: #f6f9fc;
  color: #8898aa;
}
body.crear section.block-content-table .card table.table-striped tbody tr:nth-of-type(odd), body.contar section.block-content-table .card table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
body.crear section.block-content-table .card table.table-hover tbody tr:hover, body.contar section.block-content-table .card table.table-hover tbody tr:hover {
  background-color: #f6f9fc;
}
body.crear section.block-content-table .card table a, body.contar section.block-content-table .card table a {
  color: #5e72e4;
  background-color: transparent;
  font-weight: 600;
}
body.crear section.block-content-table .card table a i, body.contar section.block-content-table .card table a i {
  pointer-events: none;
}
body.crear section.block-content-table .card .table-responsive, body.contar section.block-content-table .card .table-responsive {
  overflow: initial;
}
body.crear section.block-content-table .btn-create, body.contar section.block-content-table .btn-create {
  margin-top: 1rem;
}
body.crear section.block-content-edit, body.contar section.block-content-edit {
  margin: 3rem 0;
}
body.crear section.block-content-edit .card, body.contar section.block-content-edit .card {
  /* border-radius */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  padding: 2rem;
}
body.crear section.block-content-edit .card h3, body.contar section.block-content-edit .card h3 {
  padding: 0;
  margin: 0;
}
body.crear section.block-content-edit .card .warningContainer, body.contar section.block-content-edit .card .warningContainer {
  font-size: 1.3rem;
}
body.crear section.block-content-edit .formComponent .input-grp input[type=text], body.crear section.block-content-edit .formComponent .input-grp textarea, body.contar section.block-content-edit .formComponent .input-grp input[type=text], body.contar section.block-content-edit .formComponent .input-grp textarea {
  padding-left: 1rem;
}
body.crear section.block-content-edit .formComponent .input-grp.nameLabel, body.contar section.block-content-edit .formComponent .input-grp.nameLabel {
  margin: 0 0 0.2rem;
  position: relative;
}
body.crear section.block-content-edit .formComponent .input-grp.nameLabel input[type=text], body.contar section.block-content-edit .formComponent .input-grp.nameLabel input[type=text] {
  line-height: 2rem;
  min-height: 2rem;
  border-color: transparent;
}
body.crear section.block-content-edit .formComponent .input-grp.nameLabel input[type=text]:hover, body.crear section.block-content-edit .formComponent .input-grp.nameLabel input[type=text]:focus, body.contar section.block-content-edit .formComponent .input-grp.nameLabel input[type=text]:hover, body.contar section.block-content-edit .formComponent .input-grp.nameLabel input[type=text]:focus {
  background-color: #D9DAE2;
  border-color: #545b62;
}
body.crear section.block-content-edit .formComponent .input-grp.nameLabel:before, body.contar section.block-content-edit .formComponent .input-grp.nameLabel:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f044";
  right: 0.5rem;
  top: 0;
  display: block;
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  body.contar section.block-intro .create-img .create-pic-group {
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  body.contar section.block-intro .create-img .create-pic-group {
    text-align: center;
  }
}
body.contar section.block-intro .create-img .create-pic-group .img-create {
  max-width: 460px;
  margin-top: -2rem;
}
@media screen and (max-width: 1024px) {
  body.contar section.block-intro .create-img .create-pic-group .img-create {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 576px) {
  body.contar section.block-intro .create-img .create-pic-group .img-create {
    margin-top: 4rem;
  }
}
body.contar section.block-intro .btn-view {
  margin-top: 1rem;
}
body.contar section.block-intro .btn-view .chevron {
  margin-left: 30px;
}
body.contar section.intro-crear {
  margin-bottom: 6rem;
}

body.infografias section.trainings-intro {
  position: relative;
  padding-top: 14rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
body.infografias section.trainings-intro .hpa-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 2rem;
}
body.infografias section.trainings-intro .hpa-title img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  body.infografias section.trainings-intro .hpa-title img {
    height: 50px;
    margin: auto;
  }
}
body.infografias section.trainings-intro img.img-create {
  display: none;
}
@media screen and (max-width: 768px) {
  body.infografias section.trainings-intro img.img-create {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.infografias section.trainings-intro img.trainings-img {
    display: none;
  }
}
body.infografias section.trainings-intro p.large {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #5115a0;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.infografias section.trainings-intro p.large {
    font-size: 18px;
  }
}
body.infografias section.trainings-intro .decoration.graph-3 {
  left: -10px;
  top: 30%;
  width: 70px;
}
@media screen and (max-width: 1199px) {
  body.infografias section.trainings-intro .decoration.graph-3 {
    width: 50px;
    left: -7px;
    top: -50px;
  }
}
body.infografias .format-list {
  text-align: center;
  justify-content: center;
  max-width: 80rem;
  margin: 0 auto;
}
body.infografias .format-list .card-action {
  margin: 1.8rem;
}
@media screen and (max-width: 520px) {
  body.infografias .format-list .card-action {
    width: 100%;
  }
}
body.infografias section.block-content .decoration.graph-5 {
  width: 80px;
  top: 60%;
}
@media screen and (max-width: 576px) {
  body.infografias section.block-content .decoration.graph-5 {
    display: block;
  }
}
body.infografias section.block-content .decoration.graph-6 {
  width: 22px;
  bottom: 10px;
  top: auto;
}
@media screen and (max-width: 576px) {
  body.infografias section.block-content .decoration.graph-6 {
    display: block;
  }
}
body.infografias section.block-content .decoration.graph-7 {
  width: 50px;
  position: absolute;
  right: 0;
  top: 40%;
}
@media screen and (max-width: 576px) {
  body.infografias section.block-content .decoration.graph-7 {
    display: block;
  }
}
body.infografias section.block-content .decoration.graph-8 {
  position: absolute;
  width: 80px;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  body.infografias section.block-content .decoration.graph-8 {
    width: 60px;
    top: 150px;
  }
}
@media screen and (max-width: 576px) {
  body.infografias section.block-content .decoration.graph-8 {
    display: block;
  }
}
body.infografias section.block-content .decoration.graph-9 {
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 160px;
  top: auto;
}
body.infografias section.block-content .decoration.graph-15 {
  top: -40px;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  body.infografias section.block-content .decoration.graph-15 {
    width: 50px;
  }
}

body.descargar section.download-intro {
  position: relative;
  padding: 13rem 0 4rem !important;
}
body.descargar section.download-intro .col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  body.descargar section.download-intro .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.descargar section.download-intro h1.page-title img {
  height: 40px;
}
@media (max-width: 767px) {
  body.descargar section.download-intro h1.page-title img {
    height: 30px;
  }
}
body.descargar section.download-intro .col {
  padding-left: 0;
}
@media (max-width: 1024px) {
  body.descargar section.download-intro .col {
    text-align: center;
  }
}
body.descargar section.download-intro .img-create {
  max-height: 51rem;
}
body.descargar section.download-intro .button-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.descargar section.download-intro .decoration.graph-3 {
  left: -10px;
  top: 30%;
  width: 70px;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  body.descargar section.download-intro .decoration.graph-3 {
    width: 50px;
    left: -7px;
    top: -50px;
  }
}
body.descargar section.download-intro .decoration.graph-17 {
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 991px) {
  body.descargar section.download-intro .decoration.graph-17 {
    width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.descargar section.download-intro .decoration.graph-17 {
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  body.descargar section.download-intro .decoration.graph-17 {
    width: 60px;
    right: 0;
    top: 40px;
  }
}
body.descargar section.block-content .btn-primary {
  margin-bottom: 2rem;
}
body.descargar section.block-content h2 {
  font-weight: 700;
  color: #5115a0;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: left;
}
body.descargar section.block-content .hpa-title {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #5115a0;
}
@media screen and (max-width: 767px) {
  body.descargar section.block-content .hpa-title {
    font-size: 20px;
  }
}
body.descargar section.block-content .hpa-card-list {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
body.descargar section.block-content .hpa-card-list .hpa-card {
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(9, 28, 46, 0.2);
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  body.descargar section.block-content .hpa-card-list .hpa-card {
    flex-direction: column;
  }
}
body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text {
    padding-bottom: 0;
  }
}
body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text h4 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #212121;
}
@media screen and (max-width: 767px) {
  body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text h4 {
    font-size: 20px;
  }
}
body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text a {
  color: #ff8028;
}
body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #212121;
}
@media screen and (max-width: 767px) {
  body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-text p {
    font-size: 16px;
  }
}
body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
  flex: 0 0 24%;
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 991px) {
  body.descargar section.block-content .hpa-card-list .hpa-card .hpa-card-cta {
    flex: 100%;
    justify-content: flex-start;
    background: transparent;
  }
}
body.descargar section.block-content .decoration.graph-5 {
  width: 80px;
  top: 60%;
  position: absolute;
  left: 0;
}
body.descargar section.block-content .decoration.graph-6 {
  position: absolute;
  left: 0;
  width: 22px;
  bottom: 10px;
  top: auto;
}
body.descargar section.block-content .decoration.graph-7 {
  width: 50px;
  position: absolute;
  right: 0;
  top: 40%;
}
body.descargar section.block-content .decoration.graph-8 {
  position: absolute;
  width: 80px;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  body.descargar section.block-content .decoration.graph-8 {
    width: 60px;
    top: 150px;
  }
}
@media screen and (max-width: 576px) {
  body.descargar section.block-content .decoration.graph-8 {
    display: none;
  }
}
body.descargar section.block-content .decoration.graph-9 {
  bottom: 160px;
  width: 70px;
  position: absolute;
  right: 0;
  top: auto;
}
body.descargar section.block-content .decoration.graph-15 {
  width: 70px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  body.descargar section.block-content .decoration.graph-15 {
    width: 50px;
  }
}

body.historiasFuturo {
  --font-size-xxlarge:3.7rem;
  --font-size-xlarge:3.2rem;
  --font-size-large:2.6rem;
  --font-size-med:2.2rem;
  --font-size-small:1.8rem;
  --font-size-xsmall:1.4rem;
  --heightHistoriasFuturoHeader: 37rem;
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-xxlarge:3.2rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo {
    --font-size-xxlarge:3rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    --font-size-xxlarge:2.5rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-xlarge:2.8rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo {
    --font-size-xlarge:2.6rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    --font-size-xlarge:2rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-large:2.2rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo {
    --font-size-large:2rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    ---font-size-large:1.8rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-med:1.9rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo {
    --font-size-med:1.8rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    --font-size-med:1.6rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-small:1.6rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo {
    --font-size-small:1.6rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    --font-size-small:1.6rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo {
    --font-size-xsmall:1.4rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo {
    --font-size-xsmall:1.4rem;
  }
}
body.historiasFuturo .header .menu, body.historiasFuturo .header .mobile-menu-button {
  display: _none;
}
body.historiasFuturo footer .top-foot, body.historiasFuturo footer .middle-foot {
  display: none;
}
body.historiasFuturo .genericAlertComponent .alert {
  max-width: 80rem;
}
body.historiasFuturo .linktext {
  display: inline;
  text-decoration: underline;
  color: #ff8028;
}
body.historiasFuturo video.tutorial, body.historiasFuturo iframe.tutorial {
  width: 100%;
  height: 500px;
}
@media (max-width: 1024px) {
  body.historiasFuturo video.tutorial, body.historiasFuturo iframe.tutorial {
    height: 400px;
  }
}
@media (max-width: 700px) {
  body.historiasFuturo video.tutorial, body.historiasFuturo iframe.tutorial {
    height: 300px;
  }
}
body.historiasFuturo.descargar .header.secondary img.brand {
  height: 50px;
}
body.historiasFuturo .btn.large {
  font-size: var(--font-size-large);
}
body.historiasFuturo.descargar .block-content {
  padding: 2rem 0 11rem;
}
body.historiasFuturo.descargar .postalPreviewContainer {
  text-align: center;
}
body.historiasFuturo.descargar .postalPreviewContainer img {
  max-width: 100%;
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 4000px) {
  body.historiasFuturo {
    --heightHistoriasFuturoHeader: 30rem;
  }
}
@media screen and (max-width: 800px) {
  body.historiasFuturo {
    --heightHistoriasFuturoHeader: 25rem;
  }
}
@keyframes build-anim {
  0% {
    left: -24rem;
  }
  33% {
    left: -23rem;
  }
  66% {
    left: -25rem;
  }
  100% {
    left: -24rem;
  }
}
@keyframes build-anim-1300 {
  0% {
    left: -7rem;
  }
  50% {
    left: -6rem;
  }
  66% {
    left: -8rem;
  }
  100% {
    left: -7rem;
  }
}
@keyframes build-anim-1200 {
  0% {
    left: -16rem;
  }
  50% {
    left: -15rem;
  }
  66% {
    left: -17rem;
  }
  100% {
    left: -16rem;
  }
}
@keyframes build-anim-1024 {
  0% {
    left: -25rem;
  }
  50% {
    left: -24rem;
  }
  66% {
    left: -26rem;
  }
  100% {
    left: -25rem;
  }
}
@keyframes ship-anim {
  0% {
    transform: translateX(10vw);
  }
  50% {
    transform: translateX(-40vw);
  }
  100% {
    transform: translateX(-110vw);
  }
}
@keyframes cloud-anim {
  0% {
    left: -5%;
  }
  100% {
    left: 105%;
  }
}
@keyframes cloud2-anim {
  0% {
    left: 105%;
  }
  100% {
    left: -5%;
  }
}
@keyframes tiltButtonAnim {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body.historiasFuturo .tiltButtonAnim {
  animation-name: tiltButtonAnim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}
body.historiasFuturo .futuro-intro {
  padding: 0;
  margin-top: 7rem;
  position: relative;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_01.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
  height: var(--heightHistoriasFuturoHeader);
  overflow: hidden;
  display: block;
}
body.historiasFuturo .futuro-intro .content-wrapper {
  height: var(--heightHistoriasFuturoHeader);
}
body.historiasFuturo .futuro-intro .content-wrapper > div {
  margin: 0 auto;
  display: inline-block;
}
body.historiasFuturo .futuro-intro .txtContainer {
  text-align: center;
  width: 100%;
}
body.historiasFuturo .futuro-intro .txtContainer .page-title {
  margin: 0;
  margin-top: 7rem;
}
body.historiasFuturo .futuro-intro .txtContainer .page-title img {
  height: 16rem;
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .txtContainer .page-title img {
    height: 11rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .futuro-intro .txtContainer .page-title img {
    height: 8rem;
  }
}
body.historiasFuturo .futuro-intro .txtContainer p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
body.historiasFuturo .futuro-intro .decoration {
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body.historiasFuturo .futuro-intro .decoration.building {
  display: block;
  width: 39rem;
  height: 33rem;
  left: -24rem;
  bottom: 6rem;
  z-index: 10;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_build.png);
  animation-name: build-anim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 7100ms;
  animation-fill-mode: forwards;
}
@media (max-width: 1300px) {
  body.historiasFuturo .futuro-intro .decoration.building {
    animation-name: build-anim-1300;
    width: 35rem;
    height: 30rem;
    left: -7rem;
    bottom: 3rem;
  }
}
@media (max-width: 1200px) {
  body.historiasFuturo .futuro-intro .decoration.building {
    animation-name: build-anim-1200;
  }
}
@media (max-width: 1224px) {
  body.historiasFuturo .futuro-intro .decoration.building {
    animation-name: build-anim-1024;
  }
}
@media (max-width: 450px) {
  body.historiasFuturo .futuro-intro .decoration.building {
    display: none;
  }
}
body.historiasFuturo .futuro-intro .decoration.trees {
  display: block;
  width: 32rem;
  height: 29rem;
  right: -18rem;
  bottom: 1.5rem;
  z-index: 10;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_trees.png);
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .decoration.trees {
    right: -18rem;
    width: 32rem;
    height: 25rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo .futuro-intro .decoration.trees {
    right: -28rem;
    width: 32rem;
    height: 25rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.people1 {
  display: block;
  width: 10rem;
  height: 25rem;
  left: 27rem;
  bottom: 1.5rem;
  z-index: 10;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_personaje_01.png);
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .decoration.people1 {
    left: 26%;
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo .futuro-intro .decoration.people1 {
    left: 18%;
  }
}
@media (max-width: 600px) {
  body.historiasFuturo .futuro-intro .decoration.people1 {
    left: 10%;
  }
}
@media (max-width: 450px) {
  body.historiasFuturo .futuro-intro .decoration.people1 {
    left: 1rem;
  }
}
@media (max-width: 350px) {
  body.historiasFuturo .futuro-intro .decoration.people1 {
    left: -2rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.people2 {
  display: block;
  width: 10rem;
  height: 25rem;
  right: 26rem;
  bottom: 1.5rem;
  z-index: 10;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_personaje_02.png);
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .decoration.people2 {
    right: 26%;
    width: 8rem;
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo .futuro-intro .decoration.people2 {
    right: 16%;
  }
}
@media (max-width: 600px) {
  body.historiasFuturo .futuro-intro .decoration.people2 {
    right: 10%;
  }
}
@media (max-width: 450px) {
  body.historiasFuturo .futuro-intro .decoration.people2 {
    right: 1rem;
  }
}
@media (max-width: 350px) {
  body.historiasFuturo .futuro-intro .decoration.people2 {
    right: -2rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.ship {
  display: block;
  width: 9rem;
  height: 4rem;
  right: 16rem;
  bottom: 23rem;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_ship.png);
  z-index: -5;
  animation-name: ship-anim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 17100ms;
  animation-fill-mode: forwards;
}
@media (max-width: 1300px) {
  body.historiasFuturo .futuro-intro .decoration.ship {
    bottom: 23rem;
  }
}
@media (max-width: 800px) {
  body.historiasFuturo .futuro-intro .decoration.ship {
    bottom: 19rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.cloud1 {
  display: block;
  width: 9rem;
  height: 4rem;
  left: 50%;
  bottom: 27rem;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_cloud1.png);
  z-index: -7;
  animation-name: cloud-anim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 40000ms;
  animation-fill-mode: forwards;
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .decoration.cloud1 {
    bottom: 20rem;
  }
}
@media (max-width: 800px) {
  body.historiasFuturo .futuro-intro .decoration.cloud1 {
    bottom: 17rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.cloud2 {
  display: block;
  width: 9rem;
  height: 4rem;
  left: 50%;
  bottom: 24rem;
  background-image: url(../images/pages/historiasFuturo/header/bg_header_cloud2.png);
  z-index: -7;
  animation-name: cloud-anim;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-duration: 60000ms;
  animation-fill-mode: forwards;
}
@media (max-width: 4000px) {
  body.historiasFuturo .futuro-intro .decoration.cloud2 {
    bottom: 17rem;
  }
}
@media (max-width: 800px) {
  body.historiasFuturo .futuro-intro .decoration.cloud2 {
    bottom: 15rem;
  }
}
body.historiasFuturo .futuro-intro .decoration.backgroundColor {
  height: var(--heightHistoriasFuturoHeader);
  display: block;
  background-color: #ff8028;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
}
body.historiasFuturo .futuro-intro .futuro-intro-content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  body.historiasFuturo .futuro-intro .futuro-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .futuro-intro .futuro-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body.historiasFuturo .futuro-intro .futuro-intro-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body.historiasFuturo .futuro-intro .futuro-intro-content p.large {
    font-size: 1.8rem;
  }
}
body.historiasFuturo .block-content.participar {
  background-color: #ffd159;
  text-align: center;
}
body.historiasFuturo .block-content.participar h2 {
  color: #250351;
  font-size: var(--font-size-xlarge);
}
body.historiasFuturo .block-content.participar .decoration {
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
body.historiasFuturo .block-content.participar .decoration.left {
  left: 2rem;
  width: 11rem;
  height: 13rem;
  background-image: url(../images/pages/historiasFuturo/sect-particiapar/dec-left.svg);
}
@media (max-width: 1024px) {
  body.historiasFuturo .block-content.participar .decoration.left {
    left: -8rem;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.participar .decoration.left {
    display: none;
  }
}
body.historiasFuturo .block-content.participar .decoration.right {
  right: 0;
  width: 22rem;
  height: 12rem;
  background-image: url(../images/pages/historiasFuturo/sect-particiapar/dec-right.svg);
}
@media (max-width: 1024px) {
  body.historiasFuturo .block-content.participar .decoration.right {
    right: -8rem;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.participar .decoration.right {
    display: none;
  }
}
body.historiasFuturo .block-content.mensajes {
  background-color: #ffc630;
  text-align: center;
}
body.historiasFuturo .block-content.mensajes h2 {
  color: #250351;
  font-size: var(--font-size-med);
  font-weight: 400;
  margin-bottom: 1rem;
}
body.historiasFuturo .block-content.mensajes .msgContainer img {
  height: 2.5rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo .block-content.mensajes .msgContainer img {
    height: 2.5rem;
  }
}
body.historiasFuturo .block-content.quecomo {
  background-color: #fff;
  text-align: left;
  background-image: url(../images/pages/historiasFuturo/sec-quecomo/clouds.svg);
  background-size: cover;
  background-position: center center;
  color: #250351;
  padding: 5rem 0;
}
@media (max-width: 1200px) {
  body.historiasFuturo .block-content.quecomo {
    background-image: url(../images/pages/historiasFuturo/sec-quecomo/clouds2.svg);
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo .block-content.quecomo {
    background-image: url(../images/pages/historiasFuturo/sec-quecomo/clouds3.svg);
    background-repeat: repeat;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.quecomo {
    padding: 2.5rem 0;
  }
}
body.historiasFuturo .block-content.quecomo p {
  font-size: var(--font-size-large);
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.quecomo p {
    text-align: left;
  }
}
body.historiasFuturo .block-content.quecomo .prop {
  position: relative;
  padding: 2rem 10rem 2rem 14rem;
  padding: 2rem 10rem 2rem 10rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo .block-content.quecomo .prop {
    padding: 1rem 1rem 1rem 14rem;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.quecomo .prop {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
body.historiasFuturo .block-content.quecomo .prop img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 19rem;
  margin-top: -3px;
  display: none;
}
@media (max-width: 1300px) {
  body.historiasFuturo .block-content.quecomo .prop img {
    max-height: 14rem;
  }
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.quecomo .prop img {
    max-height: 20rem;
    position: relative;
    margin: 0 auto;
    top: 1rem;
    transform: none;
    margin-bottom: 2rem;
    height: 20rem;
  }
}
body.historiasFuturo .block-content.steps {
  background-color: #ff8028;
  text-align: left;
  color: #250351;
  padding: 5rem 0;
}
body.historiasFuturo .block-content.steps .stepsIcons, body.historiasFuturo .block-content.steps .stepsTxt {
  text-align: center;
}
@media (max-width: 1400px) {
  body.historiasFuturo .block-content.steps .stepsIcons img, body.historiasFuturo .block-content.steps .stepsTxt img {
    max-width: 24rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo .block-content.steps .stepsIcons img, body.historiasFuturo .block-content.steps .stepsTxt img {
    max-width: 20rem;
  }
}
body.historiasFuturo .block-content.steps .stepSpace {
  height: 0.8rem;
  background-color: #fff;
  margin: 0 auto;
  width: 70%;
  margin-top: 4rem;
  position: relative;
}
body.historiasFuturo .block-content.steps .stepSpace .b {
  border: 2px solid #250351;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.historiasFuturo .block-content.steps .stepSpace .b:nth-child(1) {
  left: 50%;
}
body.historiasFuturo .block-content.steps .stepSpace .b:nth-child(2) {
  left: auto;
  right: 0;
}
body.historiasFuturo .block-content.steps .stepsTxt {
  margin-top: 3rem;
}
body.historiasFuturo .block-content.steps .stepsTxt > div {
  padding: 2rem;
}
body.historiasFuturo .block-content.steps .stepsTxt .step {
  font-size: var(--font-size-xxlarge);
  font-weight: 700;
  margin-bottom: 2rem;
}
body.historiasFuturo .block-content.steps .stepsTxt .title {
  background-color: #ffc630;
  font-size: var(--font-size-large);
  padding: 2rem;
  font-weight: 600;
  margin-bottom: 0rem;
  display: block;
  text-decoration: none;
  color: #250351;
}
body.historiasFuturo .block-content.steps .stepsTxt .title:hover {
  filter: contrast(170%);
}
body.historiasFuturo .block-content.steps .stepsTxt p {
  text-align: left;
  padding: 2rem;
  color: #fff;
  font-size: var(--font-size-med);
}
body.historiasFuturo .block-content.steps .stepsTxt p a {
  text-decoration: none;
  color: #fff;
}
body.historiasFuturo .block-content.steps .stepsTxt > div:nth-child(2) .title {
  background-color: #aae3e8;
}
body.historiasFuturo .block-content.steps .stepsTxt > div:nth-child(3) .title {
  background-color: #ff5452;
}
body.historiasFuturo .block-content.steps .time {
  margin: 0 auto;
  border: 2px solid #ffc630;
  width: fit-content;
  padding: 1.5rem 5rem;
  font-weight: 700;
  font-size: var(--font-size-med);
}
@media (max-width: 768px) {
  body.historiasFuturo .block-content.steps .time {
    text-align: center;
  }
}
body.historiasFuturo section.docentes {
  text-align: left;
  color: #250351;
  padding: 7rem 0;
}
@media (max-width: 768px) {
  body.historiasFuturo section.docentes {
    padding: 3rem 0;
  }
}
body.historiasFuturo section.docentes a.guiaDowload {
  background-color: #ffc630;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2rem;
  color: #250351;
  font-size: var(--font-size-large);
  line-height: 3.4rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8rem;
}
@media (max-width: 1300px) {
  body.historiasFuturo section.docentes a.guiaDowload {
    font-size: var(--font-size-med);
    line-height: 2.8rem;
  }
}
body.historiasFuturo section.docentes a.guiaDowload .txtContainer {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
body.historiasFuturo section.docentes a.guiaDowload .txtContainer:after {
  content: " ";
  background-image: url(../images/pages/historiasFuturo/sec-docentes/icon-dicha.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 5rem;
  width: 4rem;
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body.historiasFuturo section.docentes a.guiaDowload .txtContainer:after {
    display: none;
  }
}
body.historiasFuturo section.docentes a.guiaDowload::before {
  content: " ";
  background-image: url(../images/pages/historiasFuturo/sec-docentes/icon-arrow-down.svg);
  background-color: #ffc630;
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center 4rem;
  display: block;
  height: 9rem;
  width: 9rem;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}
body.historiasFuturo section.docentes .txtContainer h2 {
  text-align: left;
  font-size: var(--font-size-xlarge);
  font-weight: 400;
}
body.historiasFuturo section.docentes .txtContainer p {
  font-size: var(--font-size-med);
}
body.historiasFuturo section.docentes .modalsContainer {
  display: flex;
}
body.historiasFuturo section.docentes .modalsContainer > div {
  background-color: #aae3e8;
  border-radius: 30px;
  min-height: 10rem;
  position: relative;
  font-size: var(--font-size-med);
  font-weight: 600;
  border: 4px solid #fff;
}
body.historiasFuturo section.docentes .modalsContainer > div:hover {
  background-color: #ff5452;
}
body.historiasFuturo section.docentes .modalsContainer .showWarningTitle .after-content {
  font-size: var(--font-size-small);
}
body.historiasFuturo section.block-content.about {
  background-color: #ffc630;
  color: #250351;
  padding: 7rem 0;
  position: relative;
}
body.historiasFuturo section.block-content.about .content-wrapper {
  z-index: 2;
}
body.historiasFuturo section.block-content.about::before {
  content: " ";
  content: " ";
  background-image: url(../images/pages/historiasFuturo/sec-about/bg-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  display: block;
  height: 100%;
  width: 14%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.historiasFuturo section.block-content.about::before {
    width: 10%;
    background-position: center right;
  }
}
@media (max-width: 500px) {
  body.historiasFuturo section.block-content.about::before {
    display: none;
  }
}
body.historiasFuturo section.block-content.about::after {
  content: " ";
  content: " ";
  background-image: url(../images/pages/historiasFuturo/sec-about/bg-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: block;
  height: 100%;
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.historiasFuturo section.block-content.about::after {
    width: 15%;
  }
}
body.historiasFuturo section.block-content.about h2 {
  font-size: var(--font-size-xlarge);
}
body.historiasFuturo section.block-content.about h2:after {
  content: " ";
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: #ff8028;
  height: 1rem;
  width: 20rem;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-top: 2rem;
}
body.historiasFuturo section.block-content.about p {
  font-size: var(--font-size-small);
}
body.historiasFuturo section.block-content.about a {
  color: #250351;
  text-decoration: underline;
}
body.historiasFuturo section.block-content.contact {
  color: #140528;
  padding: 7rem 0 0;
  position: relative;
}
body.historiasFuturo section.block-content.contact .content-wrapper {
  z-index: 2;
}
body.historiasFuturo section.block-content.contact h2 {
  font-size: var(--font-size-xlarge);
}
body.historiasFuturo section.block-content.contact p {
  font-size: var(--font-size-small);
}
body.historiasFuturo section.block-content.contact a.contactoBtn {
  color: #140528;
  text-decoration: none;
  border: 1px solid #250351;
  width: 100%;
  padding: 2rem;
  display: inline-block;
  text-align: center;
  font-size: var(--font-size-med);
  margin-bottom: 10rem;
}
body.historiasFuturo section.section-branding {
  background-color: #fff;
  padding: 0;
  padding-top: 1.5rem;
}
body.historiasFuturo section.section-branding .content-wrapper {
  padding: 0 10rem;
}
@media (max-width: 600px) {
  body.historiasFuturo section.section-branding {
    padding: 3rem 0;
  }
}
body.historiasFuturo section.createForm {
  --widthTotal:114rem;
  --heightTotal:87rem;
  padding: 0 0 7rem 0;
  text-align: center;
  color: #5115a0;
  position: relative;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm {
    --widthTotal:80rem;
    --heightTotal:61rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm {
    --widthTotal:75rem;
    --heightTotal:57rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm {
    --widthTotal:40rem;
    --heightTotal:30rem;
    text-align: left;
  }
}
@media (max-width: 700px) {
  body.historiasFuturo section.createForm {
    --widthTotal:100%;
    --heightTotal:30rem;
    text-align: left;
  }
}
@media (max-width: 500px) {
  body.historiasFuturo section.createForm {
    --heightTotal:20rem;
  }
}
body.historiasFuturo section.createForm > .content-wrapper {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 6.5rem 4.5rem;
  border-radius: 50px;
  max-width: 103rem;
  text-align: center;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm > .content-wrapper {
    max-width: 90%;
  }
}
body.historiasFuturo section.createForm > .content-wrapper form {
  position: relative;
}
body.historiasFuturo section.createForm > .content-wrapper form .radioContainer {
  display: inline;
}
body.historiasFuturo section.createForm h2 {
  color: #250351;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm h2 {
    font-size: var(--font-size-xlarge);
    font-weight: 700;
    text-align: left;
  }
}
body.historiasFuturo section.createForm > p {
  color: #250351;
  font-size: var(--font-size-small);
  max-width: 80rem;
  margin: 4rem auto;
  text-align: center;
  padding: 0 3rem;
}
body.historiasFuturo section.createForm .balloons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 2rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
body.historiasFuturo section.createForm .balloons li .ball-bg {
  display: block;
}
body.historiasFuturo section.createForm .balloons li .ball-bg .ball-number {
  display: inline-block;
}
body.historiasFuturo section.createForm .balloons li .ball-bg .ball-number img {
  height: 4rem;
  margin-top: -0.8rem;
}
body.historiasFuturo section.createForm .balloons li .ball-bg .ball-number {
  margin-right: 2rem;
}
body.historiasFuturo section.createForm .balloons li .ball-bg .ball-number span {
  width: 60px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
body.historiasFuturo section.createForm .balloons li .ball-bg .ball-text {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  transform: translateY(17px);
  width: calc(100% - 11rem);
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .balloons li .ball-bg .ball-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
body.historiasFuturo section.createForm .balloons li.numb1 .ball-number span {
  background-image: url(../images/pages/home/bg-number-1.svg);
}
body.historiasFuturo section.createForm .balloons li.numb2 .ball-number span {
  background-image: url(../images/pages/home/bg-number-2.svg);
}
body.historiasFuturo section.createForm .balloons li.numb3 .ball-number span {
  background-image: url(../images/pages/home/bg-number-3.svg);
}
body.historiasFuturo section.createForm .arrow {
  position: absolute;
  top: 50%;
  left: -5rem;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .arrow {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 2rem;
    display: inline-block;
  }
}
@media (max-width: 800px) {
  body.historiasFuturo section.createForm .arrow {
    margin-top: 0rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .arrow.left {
    margin-left: 0;
    margin-right: 3rem;
  }
}
body.historiasFuturo section.createForm .arrow.right {
  left: auto;
  right: -5rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .arrow.right {
    right: auto;
  }
}
body.historiasFuturo section.createForm .backgroundSliderContainer {
  width: var(--widthTotal);
  height: var(--heightTotal);
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .backgroundSliderContainer {
    position: relative;
    margin: 0;
    margin-left: 0;
    height: auto;
    transform: none;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
body.historiasFuturo section.createForm .backgroundSliderContainer .postal {
  width: var(--widthTotal);
  height: var(--heightTotal);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  image-rendering: -moz-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .backgroundSliderContainer .postal {
    width: 100%;
    max-width: var(--widthTotal);
    background-size: contain;
    background-position: top center;
  }
}
body.historiasFuturo section.createForm .postalCreator {
  width: var(--widthTotal);
  height: var(--heightTotal);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .postalCreator {
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    left: auto;
    top: auto;
  }
}
@media (max-width: 700px) {
  body.historiasFuturo section.createForm .postalCreator {
    margin-top: -2rem;
  }
}
body.historiasFuturo section.createForm .input-images-1 {
  --widthUploader:72rem;
  --heightUploader:42.6rem;
  top: 7.7rem;
  left: 8.5rem;
  position: absolute;
  width: var(--widthUploader);
  height: var(--heightUploader);
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .input-images-1 {
    --widthUploader: 50.6rem;
    --heightUploader:30rem;
    top: 5.4rem;
    left: 6rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .input-images-1 {
    --widthUploader: 47.3rem;
    --heightUploader:28rem;
    top: 5.2rem;
    left: 5.7rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .input-images-1 {
    --widthUploader: 40rem;
    --heightUploader: 20rem;
    top: auto;
    left: auto;
    margin-left: 0;
    background-color: #ddd;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .input-images-1 {
    position: relative;
  }
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .uploaded {
  padding: 0;
  height: var(--heightUploader);
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .uploaded .uploaded-image {
  background-color: transparent;
  margin: 0;
  width: 100%;
  height: auto;
  height: var(--heightUploader);
  overflow: hidden;
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .uploaded .uploaded-image .delete-image i {
  font-size: 3rem;
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .uploaded .uploaded-image .imageSrc {
  width: var(--widthUploader);
  height: var(--heightUploader);
  background-size: cover;
  background-position: center;
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text {
  font-size: 2.2rem;
  text-align: center;
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text span > span {
  display: inline;
  padding: 0;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text {
    font-size: 1.4rem;
  }
  body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text span {
    padding: 0 1rem;
  }
  body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text span > span {
    display: inline;
    padding: 0;
  }
}
body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text i {
  font-size: 12rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .input-images-1 .image-uploader .upload-text i {
    font-size: 4rem;
  }
}
body.historiasFuturo section.createForm input[type=date] {
  text-align: left;
}
body.historiasFuturo section.createForm input[type=date]::-webkit-calendar-picker-indicator {
  color: red;
  font-size: 1.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%235115a0" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm input[type=date]:not(.hasDateValue):before {
    content: attr(placeholder) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm input[type=date]:focus:before {
    content: "" !important;
  }
}
body.historiasFuturo section.createForm .content-wrapper div, body.historiasFuturo section.createForm .content-wrapper input, body.historiasFuturo section.createForm .content-wrapper p, body.historiasFuturo section.createForm .content-wrapper select, body.historiasFuturo section.createForm .content-wrapper textarea {
  color: #5115a0;
  font-weight: 500;
  background-color: transparent;
  font-size: 2rem;
}
body.historiasFuturo section.createForm .content-wrapper div:-webkit-autofill, body.historiasFuturo section.createForm .content-wrapper input:-webkit-autofill, body.historiasFuturo section.createForm .content-wrapper p:-webkit-autofill, body.historiasFuturo section.createForm .content-wrapper select:-webkit-autofill, body.historiasFuturo section.createForm .content-wrapper textarea:-webkit-autofill {
  color: #5115a0 !important;
  background-color: transparent !important;
}
body.historiasFuturo section.createForm .content-wrapper div:-moz-placeholder, body.historiasFuturo section.createForm .content-wrapper input:-moz-placeholder, body.historiasFuturo section.createForm .content-wrapper p:-moz-placeholder, body.historiasFuturo section.createForm .content-wrapper select:-moz-placeholder, body.historiasFuturo section.createForm .content-wrapper textarea:-moz-placeholder {
  color: #5115a0 !important;
  background-color: transparent !important;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .content-wrapper div, body.historiasFuturo section.createForm .content-wrapper input, body.historiasFuturo section.createForm .content-wrapper p, body.historiasFuturo section.createForm .content-wrapper select, body.historiasFuturo section.createForm .content-wrapper textarea {
    font-size: 1.6rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .content-wrapper div, body.historiasFuturo section.createForm .content-wrapper input, body.historiasFuturo section.createForm .content-wrapper p, body.historiasFuturo section.createForm .content-wrapper select, body.historiasFuturo section.createForm .content-wrapper textarea {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .content-wrapper div, body.historiasFuturo section.createForm .content-wrapper input, body.historiasFuturo section.createForm .content-wrapper p, body.historiasFuturo section.createForm .content-wrapper select, body.historiasFuturo section.createForm .content-wrapper textarea {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .content-wrapper div input, body.historiasFuturo section.createForm .content-wrapper div textarea, body.historiasFuturo section.createForm .content-wrapper div select, body.historiasFuturo section.createForm .content-wrapper input input, body.historiasFuturo section.createForm .content-wrapper input textarea, body.historiasFuturo section.createForm .content-wrapper input select, body.historiasFuturo section.createForm .content-wrapper p input, body.historiasFuturo section.createForm .content-wrapper p textarea, body.historiasFuturo section.createForm .content-wrapper p select, body.historiasFuturo section.createForm .content-wrapper select input, body.historiasFuturo section.createForm .content-wrapper select textarea, body.historiasFuturo section.createForm .content-wrapper select select, body.historiasFuturo section.createForm .content-wrapper textarea input, body.historiasFuturo section.createForm .content-wrapper textarea textarea, body.historiasFuturo section.createForm .content-wrapper textarea select {
    border: 2px solid #5115a0;
    border-radius: 4px;
    display: block;
    width: 100%;
    line-height: 2.5rem;
    min-height: 4.8rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: normal;
    /* text-transform: uppercase; */
    padding: 0 4rem 0 1rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
body.historiasFuturo section.createForm .content-wrapper div::placeholder, body.historiasFuturo section.createForm .content-wrapper input::placeholder, body.historiasFuturo section.createForm .content-wrapper p::placeholder, body.historiasFuturo section.createForm .content-wrapper select::placeholder, body.historiasFuturo section.createForm .content-wrapper textarea::placeholder {
  font-weight: 500;
  opacity: 1;
  color: rgba(81, 21, 160, 0.5);
  border-bottom: 1px dashed #5115a0;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .content-wrapper div::placeholder, body.historiasFuturo section.createForm .content-wrapper input::placeholder, body.historiasFuturo section.createForm .content-wrapper p::placeholder, body.historiasFuturo section.createForm .content-wrapper select::placeholder, body.historiasFuturo section.createForm .content-wrapper textarea::placeholder {
    border: none;
  }
}
body.historiasFuturo section.createForm input {
  width: 100%;
}
body.historiasFuturo section.createForm .byc {
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .byc {
    text-align: left;
  }
}
body.historiasFuturo section.createForm .byc input {
  width: auto;
  display: inline;
  width: auto;
  display: inline;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: auto;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .groupContainer {
    margin-left: 8.2rem;
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
}
body.historiasFuturo section.createForm .usrCount {
  display: none;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .usrCount {
    margin-left: 8.2rem;
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
}
body.historiasFuturo section.createForm .usrCount input {
  margin: 0 auto;
  border: 2px solid #5115a0;
  border-radius: 4px;
  display: block;
  line-height: 2.5rem;
  min-height: 4.8rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  /* text-transform: uppercase; */
  padding: 0 1rem 0 1rem;
  font-size: 1.4rem;
  margin-top: 2rem;
  display: inline;
  width: 6rem;
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .usrCount input {
    margin: 0;
    min-height: auto;
    padding: 0 0.2rem;
    width: 4rem;
  }
}
body.historiasFuturo section.createForm .usrCount input::placeholder {
  border: none;
}
body.historiasFuturo section.createForm .dateContainer {
  position: absolute;
  top: 41.2rem;
  left: 74rem;
  font-size: 1.6rem;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .dateContainer {
    top: 41.2rem;
    left: 52rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .dateContainer {
    font-size: 1.2rem;
    top: 38.5rem;
    left: 49rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .dateContainer {
    top: auto;
    left: auto;
    font-size: 1.4rem;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
body.historiasFuturo section.createForm .dateContainer input::placeholder {
  border: none;
}
body.historiasFuturo section.createForm .urlContainer {
  position: absolute;
  width: 71.7rem;
  top: 38.6rem;
  left: 7rem;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .urlContainer {
    width: 71.7rem;
    top: 38.6rem;
    left: 4rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .urlContainer {
    width: 67.4rem;
    top: 36.2rem;
    left: 3.7rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .urlContainer {
    top: auto;
    left: auto;
    font-size: 1.6rem;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .urlContainer input::placeholder {
    border: none;
  }
}
body.historiasFuturo section.createForm .nameContainer {
  position: absolute;
  width: 52rem;
  top: 42.5rem;
  left: 7rem;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .nameContainer {
    left: 4rem;
    top: 42.5rem;
    width: 38rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .nameContainer {
    width: 35rem;
    top: 39.5rem;
    left: 3.7rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .nameContainer {
    top: auto;
    left: auto;
    font-size: 1.6rem;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
body.historiasFuturo section.createForm .countryContainer {
  position: absolute;
  width: 74.5rem;
  top: 45.5rem;
  left: 3.5rem;
  text-align: left;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .countryContainer {
    left: 3.7rem;
    top: 45.5rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .countryContainer {
    top: 42.4rem;
    left: 3.5rem;
    width: 68rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .countryContainer {
    top: auto;
    left: auto;
    font-size: 1.6rem;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
body.historiasFuturo section.createForm .countryContainer select {
  width: 17rem;
  margin-right: 1rem;
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .countryContainer select {
    width: 10rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .countryContainer select {
    font-weight: 500;
    opacity: 1;
    color: #5115a0;
    width: 100%;
  }
}
body.historiasFuturo section.createForm .countryContainer input {
  margin-left: 1rem;
  width: 36rem;
  width: calc(100% - 23rem);
  font-size: 1.6rem;
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .countryContainer input {
    font-size: 1.4rem;
    width: calc(100% - 14rem);
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .countryContainer input {
    font-size: 1.4rem;
    margin-left: 0rem;
    width: 100%;
  }
}
body.historiasFuturo section.createForm .copyContainer {
  position: absolute;
  width: 71.5rem;
  top: 48.2rem;
  left: 7rem;
}
@media (max-width: 4000px) {
  body.historiasFuturo section.createForm .copyContainer {
    left: 4rem;
    top: 48.2rem;
  }
}
@media (max-width: 1300px) {
  body.historiasFuturo section.createForm .copyContainer {
    left: 4rem;
    top: 45rem;
    width: 66.8rem;
  }
}
@media (max-width: 1024px) {
  body.historiasFuturo section.createForm .copyContainer {
    top: auto;
    left: auto;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: var(--widthTotal);
  }
}
body.historiasFuturo section.createForm .copyContainer textarea {
  width: 100%;
  height: 10rem;
}
body.historiasFuturo section.createForm .component-simple-button {
  margin-top: 2rem;
}
body.historiasFuturo.actividades, body.historiasFuturo.tutoriales {
  background-image: url(../images/pages/historiasFuturo/common/bg-common.png);
  background-color: #ffdd83;
  background-size: cover;
  background-repeat: no-repeat;
}
body.historiasFuturo.actividades section.actividad h2, body.historiasFuturo.actividades section.actividad h3, body.historiasFuturo.tutoriales section.actividad h2, body.historiasFuturo.tutoriales section.actividad h3 {
  color: #250351;
  font-size: var(--font-size-xlarge);
  max-width: 80rem;
  margin: 4rem auto;
}
body.historiasFuturo.actividades section.actividad h3, body.historiasFuturo.tutoriales section.actividad h3 {
  font-size: var(--font-size-large);
  font-weight: 500;
  width: calc(100% - 17rem);
  max-width: initial;
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad h3, body.historiasFuturo.tutoriales section.actividad h3 {
    width: calc(100% - 6rem);
  }
}
body.historiasFuturo.actividades section.actividad p, body.historiasFuturo.tutoriales section.actividad p {
  color: #250351;
  font-size: var(--font-size-small);
  max-width: 80rem;
  margin: 4rem auto;
  text-align: center;
}
body.historiasFuturo.actividades section.actividad .component-accordion, body.historiasFuturo.tutoriales section.actividad .component-accordion {
  background-color: transparent;
  box-shadow: none;
  font-size: var(--font-size-med);
  color: #250351;
}
body.historiasFuturo.actividades section.actividad .component-accordion p, body.historiasFuturo.tutoriales section.actividad .component-accordion p {
  font-size: var(--font-size-med);
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header {
  margin: 2rem 5.6rem;
  width: calc(100% - 12rem);
  border: 4px solid #5115a0;
  border-radius: 23px;
  font-size: var(--font-size-med);
  font-weight: 700;
  padding: 1.6rem 2rem;
  color: #5115a0;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header {
    margin: 2rem 2rem;
    width: calc(100% - 4rem);
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header.ui-state-active, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header.ui-state-active {
  background-color: #5115a0;
  color: #fff;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header:after, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header:after {
  color: #fff;
  background-color: #5115a0;
  border: 3px solid #5115a0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-weight: 600;
  padding-top: 2px;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header .stepsContainer, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header .stepsContainer {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header .stepsContainer, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header .stepsContainer {
    display: none;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header .stepsContainer .circle, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header .stepsContainer .circle {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  display: inline-block;
  margin-left: 1rem;
  border-radius: 50%;
  border: 2px solid #5115a0;
  margin-top: 6px;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header .stepsContainer .circle.active, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header .stepsContainer .circle.active {
  background-color: #ff5452;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header.ui-state-active:after, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header.ui-state-active:after {
  color: #5115a0;
  border: 3px solid #fff;
  background-color: #fff;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header.ui-state-active .stepsContainer .circle, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header.ui-state-active .stepsContainer .circle {
  border: 3px solid #fff;
}
body.historiasFuturo.actividades section.actividad .component-accordion .ui-accordion-header.ui-state-active .stepsContainer .circle.active, body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header.ui-state-active .stepsContainer .circle.active {
  border: 3px solid #ff5452;
}
body.historiasFuturo.actividades section.actividad .component-accordion ul, body.historiasFuturo.tutoriales section.actividad .component-accordion ul {
  margin-left: -4rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion ul.list-arrow, body.historiasFuturo.tutoriales section.actividad .component-accordion ul.list-arrow {
  margin-left: 0;
}
body.historiasFuturo.actividades section.actividad .component-accordion ul.list-arrow li::before, body.historiasFuturo.tutoriales section.actividad .component-accordion ul.list-arrow li::before {
  content: "➔";
  /* Puedes usar otro carácter de flecha si lo prefieres */
  margin-right: 8px;
  /* Espacio entre la flecha y el texto del elemento */
}
body.historiasFuturo.actividades section.actividad .component-accordion .paddingAct, body.historiasFuturo.tutoriales section.actividad .component-accordion .paddingAct {
  padding: 3.5rem 4.5rem;
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .paddingAct, body.historiasFuturo.tutoriales section.actividad .component-accordion .paddingAct {
    padding: 2rem 2rem;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content {
  padding: 3.5rem 4.5rem;
  border-radius: 50px;
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content {
    padding: 1.5rem 1.5rem;
    border-radius: 40px;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content a, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content a {
  text-decoration: underline;
  color: #ff8028;
}
body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content .highlight, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content .highlight {
  background-color: #ffc830;
  border-radius: 30px;
  font-size: var(--font-size-med);
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content .highlight, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content .highlight {
    border-radius: 30px;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content .highlight .row > :first-child, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content .highlight .row > :first-child {
  margin-right: 2rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion > div.ui-accordion-content .highlight .row img, body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content .highlight .row img {
  margin-bottom: 2rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion ul.bars, body.historiasFuturo.tutoriales section.actividad .component-accordion ul.bars {
  margin-left: 0;
  padding-left: 1.5rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion ul.list li, body.historiasFuturo.tutoriales section.actividad .component-accordion ul.list li {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer.vinetasContainer, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer.vinetasContainer {
    max-width: 40rem;
    margin: 0 auto;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .comoImgContainer, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .comoImgContainer {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 11rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .comoImgContainer img, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .comoImgContainer img {
  height: 14rem;
  width: auto;
  max-width: inherit;
}
@media (max-width: 768px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .comoImgContainer img, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .comoImgContainer img {
    height: 31rem;
  }
}
@media (max-width: 500px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .comoImgContainer img, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .comoImgContainer img {
    height: 26rem;
  }
}
@media (max-width: 330px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .comoImgContainer img, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .comoImgContainer img {
    height: 20rem;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .ballTextContainer, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .ballTextContainer {
  width: 100%;
  /* El círculo ocupará la mitad del ancho del contenedor */
  padding-bottom: 100%;
  /* Esto garantiza que la altura sea igual al ancho (un círculo) */
  background-color: #aae3e8;
  /* Color de fondo del círculo (puedes cambiarlo) */
  border-radius: 50%;
  /* Hace que el div sea un círculo perfecto */
  text-align: center;
  position: relative;
  transform: scale(0.8);
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .ballTextContainer > div, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .ballTextContainer > div {
  padding: 2rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .vineta, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .vineta {
  background-color: #ff8028;
  font-size: var(--font-size-small);
  color: #fff;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 20px;
  margin-top: 0.5rem;
  min-height: 36rem;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .vineta, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .vineta {
    min-height: auto;
  }
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .vineta:after, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .vineta:after {
  content: " ";
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
  background-color: #ff8028;
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  margin-left: -1.5rem;
  transform: rotate(45deg) translateX(-50%);
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer .title, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer .title {
  background-color: #ff8028;
  color: #fff;
  text-align: center;
  height: 20rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-small);
  font-weight: 600;
  margin-bottom: 1rem;
}
body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer p, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer p {
  font-size: var(--font-size-small);
  margin-bottom: 3rem;
  padding: 0 1rem;
}
@media (max-width: 700px) {
  body.historiasFuturo.actividades section.actividad .component-accordion .comoListContainer p, body.historiasFuturo.tutoriales section.actividad .component-accordion .comoListContainer p {
    margin-top: 0;
  }
}

body.historiasFuturo.crear, body.historiasFuturo.descargar {
  background-color: #ff7675;
  background-image: url(../images/pages/historiasFuturo/common/bg-common-red.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

body.historiasFuturo.tutoriales {
  background-color: #ddf4f6;
  background-image: url(../images/pages/historiasFuturo/common/bg-common-lightblue.png);
}
body.historiasFuturo.tutoriales section.actividad h2 {
  max-width: 50rem;
  font-size: var(--font-size-xxlarge);
}
@media (max-width: 700px) {
  body.historiasFuturo.tutoriales section.actividad img.postal {
    width: 80%;
    margin: 0 auto;
    display: inherit;
  }
}
body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header:after {
  font-size: 3rem;
  color: #5115a0;
  background-color: transparent;
  border: 3px solid transparent;
  margin-top: -3px;
}
body.historiasFuturo.tutoriales section.actividad .component-accordion .ui-accordion-header.ui-state-active:after {
  color: #f4f4f4;
  border: 3px solid transparent;
  background-color: transparent;
  margin-top: 4px;
  padding-top: 0px;
}
body.historiasFuturo.tutoriales section.actividad .component-accordion > div.ui-accordion-content .highlight {
  background-color: #bbe9ed;
}

/*! Image Uploader - v1.2.3 - 26/11/2019
* Copyright (c) 2019 Christian Bayer; Licensed MIT */
/* Icons Font Face*/
@font-face {
  font-family: "Image Uploader Icons";
  src: url("../fonts/iu.eot");
  src: url("../fonts/iu.eot") format("embedded-opentype"), url("../fonts/iu.ttf") format("truetype"), url("../fonts/iu.woff") format("woff"), url("../fonts/iu.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Icons class */
[class^=iui-], [class*=iui-] {
  font-family: "Image Uploader Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon Close */
.iui-close:before {
  content: "\e900";
}

/* Icon Cloud Upload */
.iui-cloud-upload:before {
  content: "\e901";
}

/* Base style */
.image-uploader {
  min-height: 10rem;
  border: 1px solid #d9d9d9;
  position: relative;
}

/* Style on hover */
.image-uploader.drag-over {
  background-color: #f3f3f3;
}

/* Hide the file input */
.image-uploader input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Text container */
.image-uploader .upload-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image-uploader .upload-text i {
  display: block;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.image-uploader .upload-text span {
  display: block;
  padding: 2rem;
}
.image-uploader .upload-text span em {
  font-size: 11px;
}

/* Hide the text if there is at least one uploaded image */
.image-uploader.has-files .upload-text {
  display: none;
}

/* Uploaded images container */
.image-uploader .uploaded {
  padding: 0.5rem;
  line-height: 0;
}

.image-uploader .uploaded .uploaded-image {
  display: inline-block;
  width: calc(16.6666667% - 1rem);
  padding-bottom: calc(16.6666667% - 1rem);
  height: 0;
  position: relative;
  margin: 0.5rem;
  background: #f3f3f3;
  cursor: default;
}

.image-uploader .uploaded .uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/* Delete image button */
.image-uploader .uploaded .uploaded-image .delete-image {
  _display: none;
  cursor: pointer;
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  border-radius: 50%;
  padding: 0.3rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  border: none;
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
  display: block;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
  display: block;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 1366px) {
  .image-uploader .uploaded .uploaded-image {
    width: calc(20% - 1rem);
    padding-bottom: calc(20% - 1rem);
  }
}
@media screen and (max-width: 992px) {
  .image-uploader .uploaded {
    padding: 0.4rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(25% - 0.8rem);
    padding-bottom: calc(25% - 0.4rem);
    margin: 0.4rem;
  }
}
@media screen and (max-width: 786px) {
  .image-uploader .uploaded {
    padding: 0.3rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(33.3333333333% - 0.6rem);
    padding-bottom: calc(33.3333333333% - 0.3rem);
    margin: 0.3rem;
  }
}
@media screen and (max-width: 450px) {
  .image-uploader .uploaded {
    padding: 0.2rem;
  }

  .image-uploader .uploaded .uploaded-image {
    width: calc(50% - 0.4rem);
    padding-bottom: calc(50% - 0.4rem);
    margin: 0.2rem;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
body.calendar {
  background-color: #ffc62f;
  background-image: url(../images/pages/calendar/bg-page.jpg);
  background-size: 1500px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.calendarComponent {
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  overflow: hidden;
  margin: 3rem 0 3rem;
  font-family: "Early-Man";
  position: relative;
}
.calendarComponent .loader {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
.calendarComponent .loader .msg {
  position: absolute;
  color: #fff;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calendarComponent .loader .msg .icon {
  height: 7rem;
  width: 7rem;
  display: block;
  margin: 0 auto;
  background-image: url(../images/icons/loading_light.svg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.calendarComponent .calendarHeader > div {
  background-color: #ff5452;
}
.calendarComponent .calendarHeader .currentMonth {
  background-color: #5115a0;
  padding: 3.2rem;
  color: #ff8028;
  font-size: 6.2rem;
  line-height: 4.9rem;
  background-image: url(../images/pages/calendar/bg-header.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.calendarComponent .calendarContainer .monthsContainer {
  background-color: #ddf4f6;
  text-align: center;
  padding: 1.4rem 0;
}
.calendarComponent .calendarContainer .monthsContainer .currentYear {
  color: #ff8028;
  font-size: 4.5rem;
  line-height: initial;
  padding-bottom: 0.5rem;
}
.calendarComponent .calendarContainer .monthsContainer .month, .calendarComponent .calendarContainer .monthsContainer select {
  color: #5115a0;
  font-size: 2.3rem;
  line-height: 2.8rem;
  margin: 0.8rem 0;
  cursor: pointer;
}
.calendarComponent .calendarContainer .monthsContainer .month.active, .calendarComponent .calendarContainer .monthsContainer select.active {
  color: #ff5452;
}
.calendarComponent .calendarContainer .monthsContainer select {
  font-family: "Early-Man";
  width: 80%;
  padding: 1rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #5115a0;
}
.calendarComponent .calendarContainer .dateCalendarComponent {
  padding: 0;
  background-color: #fff;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker {
  width: auto;
  border: 0;
  font-family: Montserrat, sans-serif;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-header {
  display: none;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar {
  min-height: 50rem;
  margin: 1.5rem 2rem 0.5rem 2rem;
  width: 100%;
  width: calc(100% - 4rem);
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar thead th {
  color: #5115a0;
  font-weight: 600;
  width: 14.2857142857%;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar thead th span {
  background-color: #ddf4f6;
  width: 100%;
  display: block;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-size: 1.9rem;
  padding: 0.1rem 0;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end span {
  background-color: #ff5452;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr td {
  opacity: 1 !important;
  border: 2px solid #5115a0 !important;
  width: 14.2857142857%;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr td:first-of-type {
  border-left: 0 !important;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr td:last-of-type {
  border-right: 0 !important;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr:first-of-type td {
  border-top: 0 !important;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr:last-of-type td {
  border-bottom: 0 !important;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent {
  position: relative;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent .dayNumb {
  color: #250351;
  font-size: 1.4rem;
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 10;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent.weekend .dayNumb {
  color: #ff5452;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  padding: 3.9rem 0;
  position: relative;
  cursor: default;
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent a {
    background-size: auto 50%;
  }
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent.hasEvent {
  background-color: #ddf4f6;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent.hasEvent a {
  cursor: pointer;
  position: relative;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent.hasEvent a span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: block;
  background: #250351;
  padding: 0.5rem 1rem;
  color: #fff;
  z-index: 99;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  display: none;
  max-width: 19rem;
  text-align: center;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar .dayEvent.hasEvent a:hover span {
  display: block;
}
.calendarComponent .calendarContainer .dateCalendarComponent .ui-datepicker .ui-datepicker-calendar tbody tr td:last-of-type.dayEvent.hasEvent a span {
  left: auto;
  transform: none;
  right: 0;
}
.calendarComponent .ui-datepicker .ui-state-active {
  border: 1px solid #c5c5c5;
}
.buttonsContainer {
  text-align: center;
  padding: 0 2rem 2rem 2rem;
}
.buttonsContainer .btn.backCalendar, .buttonsContainer .btn.downloadCalendar {
  margin: 0 2rem 1rem 2rem;
  display: inline-block;
  width: fit-content;
}

.calendarHmlDateDetails {
  display: none;
  margin: 3rem 0 3rem;
}
.calendarHmlDateDetails .sheetContainer {
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  overflow: hidden;
}
.calendarHmlDateDetails .sheetContainer .calendarHeader {
  font-family: "Early-Man";
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer {
  background-color: #ff5452;
  color: #5115a0;
  text-align: center;
  font-size: 6.2rem;
  line-height: 2.4rem;
  position: relative;
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer .swiper-button-next {
  right: 2rem;
  transform: translateY(9px);
  font-size: 3rem;
  color: #5115a0;
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer .swiper-button-prev {
  left: 2rem;
  transform: translateY(9px);
  font-size: 3rem;
  color: #5115a0;
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer .date {
    position: relative;
    top: 1rem;
    left: auto;
    transform: none;
  }
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .dateContainer .date .currentMonth {
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.calendarHmlDateDetails .sheetContainer .calendarHeader .title {
  background-color: #5115a0;
  padding: 3.8rem;
  color: #ff8028;
  font-size: 4rem;
  line-height: 3.9rem;
  background-image: url(../images/pages/calendar/bg-header.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item:not(:last-child) {
  border-bottom: 2px solid #5115a0;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .nameContainer {
  background-color: #ddf4f6;
  text-align: center;
  padding: 2rem 0;
  font-family: "Early-Man";
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #5115a0;
  background-image: url(../images/pages/calendar/bg-data-title.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .nameContainer .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  padding: 1.8rem;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer {
  background-color: #fff;
  text-align: center;
  padding: 2rem 0;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataName {
  background-color: #ff5452;
  margin: 0 2rem;
  color: #fff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 1rem;
  font-family: "Early-Man";
  font-size: 2rem;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataName a {
  text-decoration: underline;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataName a:hover {
  color: #5115a0;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataDescription {
  text-align: left;
  margin: 0 2rem;
  font-weight: 500;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer:nth-child(odd) .dataName {
  background-color: #ff8028;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataListTitle {
  margin-top: 0.2rem;
  padding: 0 2rem;
  font-weight: 500;
  margin-bottom: -1rem;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataContentList {
  margin: 0 2rem;
  font-weight: 500;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataContentList .col {
  margin: 1rem 0.8rem 2rem 0.8rem;
  background-color: #ddf4f6;
  display: inline;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 1.8rem;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataContentList .col:first-child {
  margin-left: 0;
}
.calendarHmlDateDetails .sheetContainer .calendarData.item .dataContainer .dataListContainer .dataContentList .col:last-child {
  margin-right: 0;
}

.section-branding-calendar {
  width: 100%;
  background-image: url(../images/pages/calendar/decoration.svg);
  background-repeat: no-repeat;
  background-position: 22rem center;
}
@media screen and (max-width: 1200px) {
  .section-branding-calendar {
    background-position: 19rem center;
  }
}
@media screen and (max-width: 1024px) {
  .section-branding-calendar {
    background-position: 11rem center;
  }
}
@media screen and (max-width: 650px) {
  .section-branding-calendar {
    background-position: 2rem center;
  }
}
.section-branding-calendar .component-grid-table {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.section-branding-calendar .component-grid-table .row .cell {
  width: fit-content;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding: 0 2.5rem;
}
.section-branding-calendar .component-grid-table .row .cell a {
  display: inline-block;
}
.section-branding-calendar .component-grid-table .row .cell.brand-1 img {
  height: 2rem;
}
.section-branding-calendar .component-grid-table .row .cell.brand-2 img {
  height: 3.5rem;
}

.modalContentPage.active .viewModal {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.modalContentPage.active .overflow {
  opacity: 1;
}
.modalContentPage .overflow {
  opacity: 0;
  transition: opacity 0.2s;
}
.modalContentPage .viewModal {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 80%;*/
  max-width: 50rem;
  height: auto;
  z-index: 10;
  padding: 0;
  background: #fff;
  /*
  background: -moz-linear-gradient(top, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  background: -webkit-linear-gradient(top, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  background: linear-gradient(to bottom, #f5e1e1 1%, #fbf4f4 23%, #fff 50%, #fdfafa 60%, #f3dddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e1e1', endColorstr='#f3dddd',GradientType=0 );
  */
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  top: -50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: top 0.5s;
}
@media (max-width: 680px) {
  .modalContentPage .viewModal {
    width: 90%;
  }
}
.modalContentPage .viewModal .head {
  background-color: #5115a0;
  padding: 1rem;
  text-align: center;
}
.modalContentPage .viewModal .head img {
  height: 6rem;
}
.modalContentPage .viewModal .content {
  padding: 3rem;
  /* font-family: 'interstate';*/
  font-size: 1.5rem;
}
.modalContentPage .viewModal .content button:first-child {
  margin-right: 1rem;
}
.modalContentPage .viewModal .content .icon-user:before {
  content: "\e971";
}
.modalContentPage .viewModal .content .icon-password:before {
  content: "\e98f";
  margin-left: 0.2rem;
}
.modalContentPage .viewModal .footer {
  padding: 1.5rem;
  border-top: 1px solid #ff8028;
  text-align: center;
}
.modalContentPage .viewModal .footer .text, .modalContentPage .viewModal .footer a {
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  color: #ff8028;
}
.modalContentPage .viewModal .footer .text:hover, .modalContentPage .viewModal .footer a:hover {
  text-decoration: underline;
}
.modalContentPage .viewModal .footer .text:visited, .modalContentPage .viewModal .footer a:visited {
  color: #ff8028;
}
.modalContentPage .viewModal .footer .text:not(:first-child), .modalContentPage .viewModal .footer a:not(:first-child) {
  margin-top: 1rem;
}

body.forms section {
  margin-top: 4rem;
}
body.forms section .content {
  width: 100%;
  position: relative;
  margin-bottom: 6rem;
}
body.forms section .content h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #ff5452;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  body.forms section .content h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
body.forms section .formComponent .input-grp textarea, body.forms section .formComponent .input-grp input[type=text], body.forms section .formComponent .input-grp input[type=password], body.forms section .formComponent .input-grp input[type=email], body.forms section .formComponent .input-grp input[type=number] {
  text-transform: none;
}
body.forms section .input-grp.job {
  display: none;
}

footer {
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 2rem;
  display: block;
}
footer .sup-top-foot {
  background-color: #7444b3;
  padding: 4rem 0;
  text-align: center;
}
footer .sup-top-foot h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
footer .sup-top-foot .suscribe-form {
  max-width: 67rem;
  margin: 0 auto;
}
footer .sup-top-foot .suscribe-form .row > .cell {
  padding-bottom: 0;
}
footer .sup-top-foot .suscribe-form .input-grp {
  margin-bottom: 0;
}
footer .sup-top-foot .suscribe-form .field {
  border: 2px solid #5115a0;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 16px;
  height: 48px;
  padding: 10px;
  width: 240px;
}
footer .top-foot {
  background-color: #5115a0;
  padding: 4rem 0;
  text-align: center;
}
footer .middle-foot {
  background-color: #411180;
  padding: 4rem 0;
}
footer .middle-foot h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 400;
}
footer .middle-foot .swiper-container.acompanan .swiper-slide {
  text-align: center;
  height: 8rem;
}
footer .middle-foot .swiper-container.acompanan .swiper-slide img {
  margin: auto;
  height: auto;
  width: 120px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .swiper-button-next, footer .swiper-button-prev {
  margin-top: 1.9rem;
}
footer .bottom-foot {
  background-color: #310d60;
  padding: 4rem 0;
}
footer .bottom-foot .menu {
  padding: 0;
  margin: 0 0 3rem;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .bottom-foot .menu li {
  display: flex;
  justify-content: center;
}
footer .bottom-foot .menu li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
footer .bottom-foot .menu li a:visited {
  color: #fff;
}
footer .bottom-foot .menu li a:hover {
  color: #ffc830;
  background-color: transparent;
  text-decoration: none;
}
footer .bottom-foot .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .bottom-foot .copy p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
footer .bottom-foot .copy .social {
  display: none;
  align-items: center;
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}
footer .bottom-foot .copy .social li a {
  margin: 0 10px;
  line-height: 1;
  display: block;
}
footer .bottom-foot .copy .social li a img {
  height: 20px;
}

.socialNetorksContainer {
  color: #5115a0;
}
.socialNetorksContainer a {
  font-size: 1.5rem;
  border: 2px solid #5115a0;
  padding: 0.6rem;
  margin-left: 0.5rem;
  transition: background-color 0.5s, color 0.5s;
}
.socialNetorksContainer a:hover {
  background-color: #5115a0;
  color: #fff;
}

.icon-globe {
  display: inline-block;
  color: #5115a0;
  transform: rotateZ(-20deg);
}

@media (max-width: 560px) {
  html {
    font-size: 55%;
  }
}

/*# sourceMappingURL=main.min.css.map */
