﻿:root {
  --color-links-purple: #5831a6;
  --color-links-dark-purple: #372261;
  --color-links-cyan: #03fccf;
  --color-links-gray: #656a72;
  --color-links-labels: #6610f2;
  --color-links-borders: #ced4da;
  --color-links-cta: #f8f9fa;
  --color-links-badge: #f8f9fc;
  --color-links-modal-title: #3a3b45;
  --color-links-modal-text: #6e707e;
  --color-educalinks-orange: #ff6514;
  --color-educalinks-purple: #422777;
  --color-redlinks-red: red;
  --color-redlinks-blue: #007eac;
  --color-redlinks-footer: #660ff1;
  --color-socialtray-green: #17ab7d;
  --color-socialtray-blue: #2c4489;
  --color-socialtray-turquesa: #1788ac;
}
html {
  /*!
* Start Bootstrap - Agency v6.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/ /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
}
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}
html html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html article,
html aside,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html main,
html nav,
html section {
  display: block;
}
html body {
  margin: 0;
  font-family: "poppins" !important;
  font-weight: 400;
  color: #656a72;
  text-align: left;
  background-color: #e9e9e9;
}
html [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
html hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
html p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html ol,
html ul,
html dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html ol ol,
html ul ul,
html ol ul,
html ul ol {
  margin-bottom: 0;
}
html .list-styled {
  margin: 0;
  padding: 0;
}
html .list-styled li {
  padding: 7px 0;
  list-style: none !important;
  border-bottom: 1px dotted white;
}
html .list {
  margin: 0;
  padding: 0;
}
html .list li {
  padding: 7px 0;
  list-style: none !important;
}
html a,
html a:hover {
  text-decoration: none !important;
}
html dt {
  font-weight: 700;
}
html dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
html blockquote {
  margin: 0 0 1rem;
}
html b,
html strong {
  font-weight: bolder;
}
html small {
  font-size: 80%;
}
html sub,
html sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html sub {
  bottom: -0.25em;
}
html sup {
  top: -0.5em;
}
html a {
  color: #00ecca;
  text-decoration: none;
  background-color: transparent;
}
html a:hover {
  color: #00ecca;
  text-decoration: underline;
}
html a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
html a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
html figure {
  margin: 0 0 1rem;
}
html img {
  vertical-align: middle;
  border-style: none;
}
html svg {
  overflow: hidden;
  vertical-align: middle;
}
html table {
  border-collapse: collapse;
}
html caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
html th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
html label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
html button,
html a.btn {
  border-radius: 35px !important;
}
html button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html input,
html button,
html select,
html optgroup,
html textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html button,
html input {
  overflow: visible;
}
html button,
html select {
  text-transform: none;
}
html [role="button"] {
  cursor: pointer;
}
html select {
  word-wrap: normal;
}
html button,
html [type="button"],
html [type="reset"],
html [type="submit"] {
  -webkit-appearance: button;
}
html button:not(:disabled),
html [type="button"]:not(:disabled),
html [type="reset"]:not(:disabled),
html [type="submit"]:not(:disabled) {
  cursor: pointer;
}
html button::-moz-focus-inner,
html [type="button"]::-moz-focus-inner,
html [type="reset"]::-moz-focus-inner,
html [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html input[type="radio"],
html input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
html textarea {
  overflow: auto;
  resize: vertical;
}
html fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
html legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
html progress {
  vertical-align: baseline;
}
html [type="number"]::-webkit-inner-spin-button,
html [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
html [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
html [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html output {
  display: inline-block;
}
html summary {
  display: list-item;
  cursor: pointer;
}
html template {
  display: none;
}
html [hidden] {
  display: none !important;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
html h1,
html .h1 {
  font-size: 2.5rem;
}
html h2,
html .h2 {
  font-size: 2rem;
}
html h3,
html .h3 {
  font-size: 1.75rem;
}
html h4,
html .h4 {
  font-size: 1.5rem;
}
html h5,
html .h5 {
  font-size: 1.25rem;
}
html h6,
html .h6 {
  font-size: 1rem;
}
html .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
html .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
html .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html small,
html .small {
  font-size: 80%;
  font-weight: 400;
}
html mark,
html .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html .list-inline {
  padding-left: 0;
  list-style: none;
}
html .list-inline-item {
  display: inline-block;
}
html .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
html .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
html .blockquote-footer::before {
  content: "— ";
}
html .img-fluid {
  max-width: 100%;
  height: auto;
}
html .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
html .figure {
  display: inline-block;
}
html .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
html .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
html code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
html a > code {
  color: inherit;
}
html kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
html kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
html pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
html pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html .container,
html .container-fluid,
html .container-xl,
html .container-lg,
html .container-md,
html .container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  html .container-sm,
  html .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html .container-xl,
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 1140px;
  }
}
html .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
html .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html .no-gutters > .col,
html .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
html .col-xl,
html .col-xl-auto,
html .col-xl-12,
html .col-xl-11,
html .col-xl-10,
html .col-xl-9,
html .col-xl-8,
html .col-xl-7,
html .col-xl-6,
html .col-xl-5,
html .col-xl-4,
html .col-xl-3,
html .col-xl-2,
html .col-xl-1,
html .col-lg,
html .col-lg-auto,
html .col-lg-12,
html .col-lg-11,
html .col-lg-10,
html .col-lg-9,
html .col-lg-8,
html .col-lg-7,
html .col-lg-6,
html .col-lg-5,
html .col-lg-4,
html .col-lg-3,
html .col-lg-2,
html .col-lg-1,
html .col-md,
html .col-md-auto,
html .col-md-12,
html .col-md-11,
html .col-md-10,
html .col-md-9,
html .col-md-8,
html .col-md-7,
html .col-md-6,
html .col-md-5,
html .col-md-4,
html .col-md-3,
html .col-md-2,
html .col-md-1,
html .col-sm,
html .col-sm-auto,
html .col-sm-12,
html .col-sm-11,
html .col-sm-10,
html .col-sm-9,
html .col-sm-8,
html .col-sm-7,
html .col-sm-6,
html .col-sm-5,
html .col-sm-4,
html .col-sm-3,
html .col-sm-2,
html .col-sm-1,
html .col,
html .col-auto,
html .col-12,
html .col-11,
html .col-10,
html .col-9,
html .col-8,
html .col-7,
html .col-6,
html .col-5,
html .col-4,
html .col-3,
html .col-2,
html .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
html .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
html .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
html .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
html .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
html .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
html .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
html .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
html .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
html .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
html .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
html .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
html .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
html .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
html .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
html .order-first {
  order: -1;
}
html .order-last {
  order: 13;
}
html .order-0 {
  order: 0;
}
html .order-1 {
  order: 1;
}
html .order-2 {
  order: 2;
}
html .order-3 {
  order: 3;
}
html .order-4 {
  order: 4;
}
html .order-5 {
  order: 5;
}
html .order-6 {
  order: 6;
}
html .order-7 {
  order: 7;
}
html .order-8 {
  order: 8;
}
html .order-9 {
  order: 9;
}
html .order-10 {
  order: 10;
}
html .order-11 {
  order: 11;
}
html .order-12 {
  order: 12;
}
html .offset-1 {
  margin-left: 8.3333333333%;
}
html .offset-2 {
  margin-left: 16.6666666667%;
}
html .offset-3 {
  margin-left: 25%;
}
html .offset-4 {
  margin-left: 33.3333333333%;
}
html .offset-5 {
  margin-left: 41.6666666667%;
}
html .offset-6 {
  margin-left: 50%;
}
html .offset-7 {
  margin-left: 58.3333333333%;
}
html .offset-8 {
  margin-left: 66.6666666667%;
}
html .offset-9 {
  margin-left: 75%;
}
html .offset-10 {
  margin-left: 83.3333333333%;
}
html .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  html .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .order-sm-first {
    order: -1;
  }
  html .order-sm-last {
    order: 13;
  }
  html .order-sm-0 {
    order: 0;
  }
  html .order-sm-1 {
    order: 1;
  }
  html .order-sm-2 {
    order: 2;
  }
  html .order-sm-3 {
    order: 3;
  }
  html .order-sm-4 {
    order: 4;
  }
  html .order-sm-5 {
    order: 5;
  }
  html .order-sm-6 {
    order: 6;
  }
  html .order-sm-7 {
    order: 7;
  }
  html .order-sm-8 {
    order: 8;
  }
  html .order-sm-9 {
    order: 9;
  }
  html .order-sm-10 {
    order: 10;
  }
  html .order-sm-11 {
    order: 11;
  }
  html .order-sm-12 {
    order: 12;
  }
  html .offset-sm-0 {
    margin-left: 0;
  }
  html .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html .offset-sm-3 {
    margin-left: 25%;
  }
  html .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html .offset-sm-6 {
    margin-left: 50%;
  }
  html .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html .offset-sm-9 {
    margin-left: 75%;
  }
  html .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  html .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .order-md-first {
    order: -1;
  }
  html .order-md-last {
    order: 13;
  }
  html .order-md-0 {
    order: 0;
  }
  html .order-md-1 {
    order: 1;
  }
  html .order-md-2 {
    order: 2;
  }
  html .order-md-3 {
    order: 3;
  }
  html .order-md-4 {
    order: 4;
  }
  html .order-md-5 {
    order: 5;
  }
  html .order-md-6 {
    order: 6;
  }
  html .order-md-7 {
    order: 7;
  }
  html .order-md-8 {
    order: 8;
  }
  html .order-md-9 {
    order: 9;
  }
  html .order-md-10 {
    order: 10;
  }
  html .order-md-11 {
    order: 11;
  }
  html .order-md-12 {
    order: 12;
  }
  html .offset-md-0 {
    margin-left: 0;
  }
  html .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html .offset-md-3 {
    margin-left: 25%;
  }
  html .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html .offset-md-6 {
    margin-left: 50%;
  }
  html .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html .offset-md-9 {
    margin-left: 75%;
  }
  html .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  html .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .order-lg-first {
    order: -1;
  }
  html .order-lg-last {
    order: 13;
  }
  html .order-lg-0 {
    order: 0;
  }
  html .order-lg-1 {
    order: 1;
  }
  html .order-lg-2 {
    order: 2;
  }
  html .order-lg-3 {
    order: 3;
  }
  html .order-lg-4 {
    order: 4;
  }
  html .order-lg-5 {
    order: 5;
  }
  html .order-lg-6 {
    order: 6;
  }
  html .order-lg-7 {
    order: 7;
  }
  html .order-lg-8 {
    order: 8;
  }
  html .order-lg-9 {
    order: 9;
  }
  html .order-lg-10 {
    order: 10;
  }
  html .order-lg-11 {
    order: 11;
  }
  html .order-lg-12 {
    order: 12;
  }
  html .offset-lg-0 {
    margin-left: 0;
  }
  html .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html .offset-lg-3 {
    margin-left: 25%;
  }
  html .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html .offset-lg-6 {
    margin-left: 50%;
  }
  html .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html .offset-lg-9 {
    margin-left: 75%;
  }
  html .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  html .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html .order-xl-first {
    order: -1;
  }
  html .order-xl-last {
    order: 13;
  }
  html .order-xl-0 {
    order: 0;
  }
  html .order-xl-1 {
    order: 1;
  }
  html .order-xl-2 {
    order: 2;
  }
  html .order-xl-3 {
    order: 3;
  }
  html .order-xl-4 {
    order: 4;
  }
  html .order-xl-5 {
    order: 5;
  }
  html .order-xl-6 {
    order: 6;
  }
  html .order-xl-7 {
    order: 7;
  }
  html .order-xl-8 {
    order: 8;
  }
  html .order-xl-9 {
    order: 9;
  }
  html .order-xl-10 {
    order: 10;
  }
  html .order-xl-11 {
    order: 11;
  }
  html .order-xl-12 {
    order: 12;
  }
  html .offset-xl-0 {
    margin-left: 0;
  }
  html .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html .offset-xl-3 {
    margin-left: 25%;
  }
  html .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html .offset-xl-6 {
    margin-left: 50%;
  }
  html .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html .offset-xl-9 {
    margin-left: 75%;
  }
  html .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
html .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
html .table th,
html .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
html .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
html .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
html .table-sm th,
html .table-sm td {
  padding: 0.3rem;
}
html .table-bordered {
  border: 1px solid #dee2e6;
}
html .table-bordered th,
html .table-bordered td {
  border: 1px solid #dee2e6;
}
html .table-bordered thead th,
html .table-bordered thead td {
  border-bottom-width: 2px;
}
html .table-borderless th,
html .table-borderless td,
html .table-borderless thead th,
html .table-borderless tbody + tbody {
  border: 0;
}
html .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
html .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
html .table-primary,
html .table-primary > th,
html .table-primary > td {
  background-color: #fff2c7;
}
html .table-primary th,
html .table-primary td,
html .table-primary thead th,
html .table-primary tbody + tbody {
  border-color: #fee796;
}
html .table-hover .table-primary:hover {
  background-color: #ffecae;
}
html .table-hover .table-primary:hover > td,
html .table-hover .table-primary:hover > th {
  background-color: #ffecae;
}
html .table-secondary,
html .table-secondary > th,
html .table-secondary > td {
  background-color: #d6d8db;
}
html .table-secondary th,
html .table-secondary td,
html .table-secondary thead th,
html .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
html .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
html .table-hover .table-secondary:hover > td,
html .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
html .table-success,
html .table-success > th,
html .table-success > td {
  background-color: #c3e6cb;
}
html .table-success th,
html .table-success td,
html .table-success thead th,
html .table-success tbody + tbody {
  border-color: #8fd19e;
}
html .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
html .table-hover .table-success:hover > td,
html .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
html .table-info,
html .table-info > th,
html .table-info > td {
  background-color: #bee5eb;
}
html .table-info th,
html .table-info td,
html .table-info thead th,
html .table-info tbody + tbody {
  border-color: #86cfda;
}
html .table-hover .table-info:hover {
  background-color: #abdde5;
}
html .table-hover .table-info:hover > td,
html .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
html .table-warning,
html .table-warning > th,
html .table-warning > td {
  background-color: #fff2c7;
}
html .table-warning th,
html .table-warning td,
html .table-warning thead th,
html .table-warning tbody + tbody {
  border-color: #fee796;
}
html .table-hover .table-warning:hover {
  background-color: #ffecae;
}
html .table-hover .table-warning:hover > td,
html .table-hover .table-warning:hover > th {
  background-color: #ffecae;
}
html .table-danger,
html .table-danger > th,
html .table-danger > td {
  background-color: #f5c6cb;
}
html .table-danger th,
html .table-danger td,
html .table-danger thead th,
html .table-danger tbody + tbody {
  border-color: #ed969e;
}
html .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
html .table-hover .table-danger:hover > td,
html .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
html .table-light,
html .table-light > th,
html .table-light > td {
  background-color: #fdfdfe;
}
html .table-light th,
html .table-light td,
html .table-light thead th,
html .table-light tbody + tbody {
  border-color: #fbfcfc;
}
html .table-hover .table-light:hover {
  background-color: #ececf6;
}
html .table-hover .table-light:hover > td,
html .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
html .table-dark,
html .table-dark > th,
html .table-dark > td {
  background-color: #c6c8ca;
}
html .table-dark th,
html .table-dark td,
html .table-dark thead th,
html .table-dark tbody + tbody {
  border-color: #95999c;
}
html .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
html .table-hover .table-dark:hover > td,
html .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
html .table-active,
html .table-active > th,
html .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
html .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html .table-hover .table-active:hover > td,
html .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
html .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
html .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html .table-dark {
  color: #fff;
  background-color: #343a40;
}
html .table-dark th,
html .table-dark td,
html .table-dark thead th {
  border-color: #454d55;
}
html .table-dark.table-bordered {
  border: 0;
}
html .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
html .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  html .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  html .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  html .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  html .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  html .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
html .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
html .table-responsive > .table-bordered {
  border: 0;
}
html .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  html .fade {
    transition: none;
  }
}
html .fade:not(.show) {
  opacity: 0;
}
html .collapse:not(.show) {
  display: none;
}
html .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html .collapsing {
    transition: none;
  }
}
html .dropup,
html .dropright,
html .dropdown,
html .dropleft {
  position: relative;
}
html .dropdown-toggle {
  white-space: nowrap;
}
html .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;
}
html .dropdown-toggle:empty::after {
  margin-left: 0;
}
html .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
html .dropdown-menu-left {
  right: auto;
  left: 0;
}
html .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  html .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  html .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  html .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  html .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  html .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  html .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  html .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  html .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
html .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html .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;
}
html .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
html .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
html .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
html .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
html .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
html .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
html .dropleft .dropdown-toggle::after {
  display: none;
}
html .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
html .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
html .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
html .dropdown-menu[x-placement^="top"],
html .dropdown-menu[x-placement^="right"],
html .dropdown-menu[x-placement^="bottom"],
html .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
html .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
html .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
html .dropdown-item:hover,
html .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
html .dropdown-item.active,
html .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00ecca;
}
html .dropdown-item.disabled,
html .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
html .dropdown-menu.show {
  display: block;
}
html .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
html .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
html .btn-group,
html .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
html .btn-group > .btn,
html .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
html .btn-group > .btn:hover,
html .btn-group-vertical > .btn:hover {
  z-index: 1;
}
html .btn-group > .btn:focus,
html .btn-group > .btn:active,
html .btn-group > .btn.active,
html .btn-group-vertical > .btn:focus,
html .btn-group-vertical > .btn:active,
html .btn-group-vertical > .btn.active {
  z-index: 1;
}
html .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html .btn-toolbar .input-group {
  width: auto;
}
html .btn-group > .btn:not(:first-child),
html .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
html .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .btn-group > .btn:not(:first-child),
html .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html .dropdown-toggle-split::after,
html .dropup .dropdown-toggle-split::after,
html .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
html .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
html .btn-sm + .dropdown-toggle-split,
html .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html .btn-lg + .dropdown-toggle-split,
html .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html .btn-group-vertical > .btn,
html .btn-group-vertical > .btn-group {
  width: 100%;
}
html .btn-group-vertical > .btn:not(:first-child),
html .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
html .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
html .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html .btn-group-vertical > .btn:not(:first-child),
html .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html .btn-group-toggle > .btn,
html .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
html .btn-group-toggle > .btn input[type="radio"],
html .btn-group-toggle > .btn input[type="checkbox"],
html .btn-group-toggle > .btn-group > .btn input[type="radio"],
html .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
html .input-group > .form-control,
html .input-group > .form-control-plaintext,
html .input-group > .custom-select,
html .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
html .input-group > .form-control + .form-control,
html .input-group > .form-control + .custom-select,
html .input-group > .form-control + .custom-file,
html .input-group > .form-control-plaintext + .form-control,
html .input-group > .form-control-plaintext + .custom-select,
html .input-group > .form-control-plaintext + .custom-file,
html .input-group > .custom-select + .form-control,
html .input-group > .custom-select + .custom-select,
html .input-group > .custom-select + .custom-file,
html .input-group > .custom-file + .form-control,
html .input-group > .custom-file + .custom-select,
html .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
html .input-group > .form-control:focus,
html .input-group > .custom-select:focus,
html .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
html .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
html .input-group > .form-control:not(:last-child),
html .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .input-group > .form-control:not(:first-child),
html .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .input-group > .custom-file {
  display: flex;
  align-items: center;
}
html .input-group > .custom-file:not(:last-child) .custom-file-label,
html .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .input-group-prepend,
html .input-group-append {
  display: flex;
}
html .input-group-prepend .btn,
html .input-group-append .btn {
  position: relative;
  z-index: 2;
}
html .input-group-prepend .btn:focus,
html .input-group-append .btn:focus {
  z-index: 3;
}
html .input-group-prepend .btn + .btn,
html .input-group-prepend .btn + .input-group-text,
html .input-group-prepend .input-group-text + .input-group-text,
html .input-group-prepend .input-group-text + .btn,
html .input-group-append .btn + .btn,
html .input-group-append .btn + .input-group-text,
html .input-group-append .input-group-text + .input-group-text,
html .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
html .input-group-prepend {
  margin-right: -1px;
}
html .input-group-append {
  margin-left: -1px;
}
html .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
html .input-group-text input[type="radio"],
html .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
html .input-group-lg > .form-control:not(textarea),
html .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
html .input-group-lg > .form-control,
html .input-group-lg > .custom-select,
html .input-group-lg > .input-group-prepend > .input-group-text,
html .input-group-lg > .input-group-append > .input-group-text,
html .input-group-lg > .input-group-prepend > .btn,
html .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
html .input-group-sm > .form-control:not(textarea),
html .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
html .input-group-sm > .form-control,
html .input-group-sm > .custom-select,
html .input-group-sm > .input-group-prepend > .input-group-text,
html .input-group-sm > .input-group-append > .input-group-text,
html .input-group-sm > .input-group-prepend > .btn,
html .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
html .input-group-lg > .custom-select,
html .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
html .input-group > .input-group-prepend > .btn,
html .input-group > .input-group-prepend > .input-group-text,
html .input-group > .input-group-append:not(:last-child) > .btn,
html .input-group > .input-group-append:not(:last-child) > .input-group-text,
html
  .input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
html
  .input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html .input-group > .input-group-append > .btn,
html .input-group > .input-group-append > .input-group-text,
html .input-group > .input-group-prepend:not(:first-child) > .btn,
html .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html
  .input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
html .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
html .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
html .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00ecca;
  background-color: #00ecca;
}
html .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffeeb5;
}
html
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  color: #fff;
  background-color: #fffae8;
  border-color: #fffae8;
}
html .custom-control-input[disabled] ~ .custom-control-label,
html .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
html .custom-control-input[disabled] ~ .custom-control-label::before,
html .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
html .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
html .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
html .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
html .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
html
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
html
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #00ecca;
  background-color: #00ecca;
}
html
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
html
  .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 0.5);
}
html
  .custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 0.5);
}
html .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
html
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
html
  .custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 0.5);
}
html .custom-switch {
  padding-left: 2.25rem;
}
html .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
html .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  html .custom-switch .custom-control-label::after {
    transition: none;
  }
}
html
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
html
  .custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 0.5);
}
html .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html .custom-select:focus {
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html .custom-select[multiple],
html .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
html .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
html .custom-select::-ms-expand {
  display: none;
}
html .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
html .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
html .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
html .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
html .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
html .custom-file-input:focus ~ .custom-file-label {
  border-color: #ffeeb5;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-file-input[disabled] ~ .custom-file-label,
html .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
html .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
html .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
html .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
html .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
html .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html .custom-range:focus {
  outline: none;
}
html .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .custom-range::-moz-focus-outer {
  border: 0;
}
html .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00ecca;
  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) {
  html .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
html .custom-range::-webkit-slider-thumb:active {
  background-color: #fffae8;
}
html .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00ecca;
  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) {
  html .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
html .custom-range::-moz-range-thumb:active {
  background-color: #fffae8;
}
html .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00ecca;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  html .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
html .custom-range::-ms-thumb:active {
  background-color: #fffae8;
}
html .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
html .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
html .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
html .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
html .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
html .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
html .custom-range:disabled::-moz-range-track {
  cursor: default;
}
html .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
html .custom-control-label::before,
html .custom-file-label,
html .custom-select {
  transition: 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) {
  html .custom-control-label::before,
  html .custom-file-label,
  html .custom-select {
    transition: none;
  }
}
html .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
html .nav-link:hover,
html .nav-link:focus {
  text-decoration: none;
}
html .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
html .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
html .nav-tabs .nav-item {
  margin-bottom: -1px;
}
html .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html .nav-tabs .nav-link:hover,
html .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
html .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
html .nav-tabs .nav-link.active,
html .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
html .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html .nav-pills .nav-link {
  border-radius: 0.25rem;
}
html .nav-pills .nav-link.active,
html .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00ecca;
}
html .nav-fill > .nav-link,
html .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
html .nav-justified > .nav-link,
html .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
html .tab-content > .tab-pane {
  display: none;
}
html .tab-content > .active {
  display: block;
}
html .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
html .navbar .container,
html .navbar .container-fluid,
html .navbar .container-sm,
html .navbar .container-md,
html .navbar .container-lg,
html .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
html .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
html .navbar-brand:hover,
html .navbar-brand:focus {
  text-decoration: none;
}
html .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
html .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
html .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;
}
html .navbar-toggler:hover,
html .navbar-toggler:focus {
  text-decoration: none;
}
html .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  html .navbar-expand-sm > .container,
  html .navbar-expand-sm > .container-fluid,
  html .navbar-expand-sm > .container-sm,
  html .navbar-expand-sm > .container-md,
  html .navbar-expand-sm > .container-lg,
  html .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  html .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  html .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html .navbar-expand-sm > .container,
  html .navbar-expand-sm > .container-fluid,
  html .navbar-expand-sm > .container-sm,
  html .navbar-expand-sm > .container-md,
  html .navbar-expand-sm > .container-lg,
  html .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  html .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  html .navbar-expand-md > .container,
  html .navbar-expand-md > .container-fluid,
  html .navbar-expand-md > .container-sm,
  html .navbar-expand-md > .container-md,
  html .navbar-expand-md > .container-lg,
  html .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  html .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  html .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html .navbar-expand-md > .container,
  html .navbar-expand-md > .container-fluid,
  html .navbar-expand-md > .container-sm,
  html .navbar-expand-md > .container-md,
  html .navbar-expand-md > .container-lg,
  html .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  html .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  html .navbar-expand-lg > .container,
  html .navbar-expand-lg > .container-fluid,
  html .navbar-expand-lg > .container-sm,
  html .navbar-expand-lg > .container-md,
  html .navbar-expand-lg > .container-lg,
  html .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  html .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  html .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html .navbar-expand-lg > .container,
  html .navbar-expand-lg > .container-fluid,
  html .navbar-expand-lg > .container-sm,
  html .navbar-expand-lg > .container-md,
  html .navbar-expand-lg > .container-lg,
  html .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  html .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  html .navbar-expand-xl > .container,
  html .navbar-expand-xl > .container-fluid,
  html .navbar-expand-xl > .container-sm,
  html .navbar-expand-xl > .container-md,
  html .navbar-expand-xl > .container-lg,
  html .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  html .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  html .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  html .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html .navbar-expand-xl > .container,
  html .navbar-expand-xl > .container-fluid,
  html .navbar-expand-xl > .container-sm,
  html .navbar-expand-xl > .container-md,
  html .navbar-expand-xl > .container-lg,
  html .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  html .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
html .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
html .navbar-expand > .container,
html .navbar-expand > .container-fluid,
html .navbar-expand > .container-sm,
html .navbar-expand > .container-md,
html .navbar-expand > .container-lg,
html .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
html .navbar-expand .navbar-nav {
  flex-direction: row;
}
html .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html .navbar-expand > .container,
html .navbar-expand > .container-fluid,
html .navbar-expand > .container-sm,
html .navbar-expand > .container-md,
html .navbar-expand > .container-lg,
html .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
html .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
html .navbar-expand .navbar-toggler {
  display: none;
}
html .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
html .navbar-light .navbar-brand:hover,
html .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
html .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
html .navbar-light .navbar-nav .nav-link:hover,
html .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
html .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html .navbar-light .navbar-nav .show > .nav-link,
html .navbar-light .navbar-nav .active > .nav-link,
html .navbar-light .navbar-nav .nav-link.show,
html .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
html .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
html .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
html .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
html .navbar-light .navbar-text a:hover,
html .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
html .navbar-dark .navbar-brand {
  color: #fff;
}
html .navbar-dark .navbar-brand:hover,
html .navbar-dark .navbar-brand:focus {
  color: #fff;
}
html .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
html .navbar-dark .navbar-nav .nav-link:hover,
html .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
html .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html .navbar-dark .navbar-nav .show > .nav-link,
html .navbar-dark .navbar-nav .active > .nav-link,
html .navbar-dark .navbar-nav .nav-link.show,
html .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
html .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
html .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
html .navbar-dark .navbar-text a {
  color: #fff;
}
html .navbar-dark .navbar-text a:hover,
html .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
html .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
html .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);
}
html .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);
}
html .card > .card-header + .list-group,
html .card > .list-group + .card-footer {
  border-top: 0;
}
html .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
html .card-title {
  margin-bottom: 0.75rem;
}
html .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
html .card-text:last-child {
  margin-bottom: 0;
}
html .card-link:hover {
  text-decoration: none;
}
html .card-link + .card-link {
  margin-left: 1.25rem;
}
html .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
html .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
html .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
html .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
html .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
html .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
html .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
html .card-img,
html .card-img-top,
html .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
html .card-img,
html .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html .card-img,
html .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html .card-deck .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  html .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}
html .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  html .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  html .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html .card-group > .card:not(:last-child) .card-img-top,
  html .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  html .card-group > .card:not(:last-child) .card-img-bottom,
  html .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  html .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html .card-group > .card:not(:first-child) .card-img-top,
  html .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  html .card-group > .card:not(:first-child) .card-img-bottom,
  html .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
html .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  html .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
html .accordion {
  overflow-anchor: none;
}
html .accordion > .card {
  overflow: hidden;
}
html .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
html .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
html .breadcrumb-item {
  display: flex;
}
html .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
html .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
html .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
html .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
html .breadcrumb-item.active {
  color: #6c757d;
}
html .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
html .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00ecca;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
html .page-link:hover {
  z-index: 2;
  color: #00ecca;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
html .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00ecca;
  border-color: #00ecca;
}
html .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
html .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
html .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
html .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  html .badge {
    transition: none;
  }
}
html a.badge:hover,
html a.badge:focus {
  text-decoration: none;
}
html .badge:empty {
  display: none;
}
html .btn .badge {
  position: relative;
  top: -1px;
}
html .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
html .badge-primary {
  color: #fff;
  background-color: #00ecca;
}
html a.badge-primary:hover,
html a.badge-primary:focus {
  color: #fff;
  background-color: #fec503;
}
html a.badge-primary:focus,
html a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
}
html .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
html a.badge-secondary:hover,
html a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
html a.badge-secondary:focus,
html a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
html .badge-success {
  color: #fff;
  background-color: #28a745;
}
html a.badge-success:hover,
html a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
html a.badge-success:focus,
html a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
html .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
html a.badge-info:hover,
html a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
html a.badge-info:focus,
html a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
html .badge-warning {
  color: #fff;
  background-color: #00ecca;
}
html a.badge-warning:hover,
html a.badge-warning:focus {
  color: #fff;
  background-color: #fec503;
}
html a.badge-warning:focus,
html a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
}
html .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
html a.badge-danger:hover,
html a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
html a.badge-danger:focus,
html a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
html a.badge-light:hover,
html a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
html a.badge-light:focus,
html a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html .badge-dark {
  color: #fff;
  background-color: #343a40;
}
html a.badge-dark:hover,
html a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
html a.badge-dark:focus,
html a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  html .jumbotron {
    padding: 4rem 2rem;
  }
}
html .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
html .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html .alert-heading {
  color: inherit;
}
html .alert-link {
  font-weight: 700;
}
html .alert-dismissible {
  padding-right: 4rem;
}
html .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
html .alert-primary {
  color: #846d1c;
  background-color: #fff6d7;
  border-color: #fff2c7;
}
html .alert-primary hr {
  border-top-color: #ffecae;
}
html .alert-primary .alert-link {
  color: #5a4a13;
}
html .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
html .alert-secondary hr {
  border-top-color: #c8cbcf;
}
html .alert-secondary .alert-link {
  color: #202326;
}
html .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
html .alert-success hr {
  border-top-color: #b1dfbb;
}
html .alert-success .alert-link {
  color: #0b2e13;
}
html .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
html .alert-info hr {
  border-top-color: #abdde5;
}
html .alert-info .alert-link {
  color: #062c33;
}
html .alert-warning {
  color: #846d1c;
  background-color: #fff6d7;
  border-color: #fff2c7;
}
html .alert-warning hr {
  border-top-color: #ffecae;
}
html .alert-warning .alert-link {
  color: #5a4a13;
}
html .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
html .alert-danger hr {
  border-top-color: #f1b0b7;
}
html .alert-danger .alert-link {
  color: #491217;
}
html .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
html .alert-light hr {
  border-top-color: #ececf6;
}
html .alert-light .alert-link {
  color: #686868;
}
html .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
html .alert-dark hr {
  border-top-color: #b9bbbe;
}
html .alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
html .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
html .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00ecca;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  html .progress-bar {
    transition: none;
  }
}
html .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;
}
html .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  html .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
html .media {
  display: flex;
  align-items: flex-start;
}
html .media-body {
  flex: 1;
}
html .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
html .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
html .list-group-item-action:hover,
html .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
html .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
html .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html .list-group-item.disabled,
html .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
html .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00ecca;
  border-color: #00ecca;
}
html .list-group-item + .list-group-item {
  border-top-width: 0;
}
html .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
html .list-group-horizontal {
  flex-direction: row;
}
html .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
html .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
html .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
html .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
html .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  html .list-group-horizontal-sm {
    flex-direction: row;
  }
  html .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  html .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  html .list-group-horizontal-md {
    flex-direction: row;
  }
  html .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  html .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  html .list-group-horizontal-lg {
    flex-direction: row;
  }
  html .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  html .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  html .list-group-horizontal-xl {
    flex-direction: row;
  }
  html .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  html .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  html .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
html .list-group-flush {
  border-radius: 0;
}
html .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
html .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
html .list-group-item-primary {
  color: #846d1c;
  background-color: #fff2c7;
}
html .list-group-item-primary.list-group-item-action:hover,
html .list-group-item-primary.list-group-item-action:focus {
  color: #846d1c;
  background-color: #ffecae;
}
html .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #846d1c;
  border-color: #846d1c;
}
html .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
html .list-group-item-secondary.list-group-item-action:hover,
html .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
html .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
html .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
html .list-group-item-success.list-group-item-action:hover,
html .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
html .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
html .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
html .list-group-item-info.list-group-item-action:hover,
html .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
html .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
html .list-group-item-warning {
  color: #846d1c;
  background-color: #fff2c7;
}
html .list-group-item-warning.list-group-item-action:hover,
html .list-group-item-warning.list-group-item-action:focus {
  color: #846d1c;
  background-color: #ffecae;
}
html .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #846d1c;
  border-color: #846d1c;
}
html .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
html .list-group-item-danger.list-group-item-action:hover,
html .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
html .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
html .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
html .list-group-item-light.list-group-item-action:hover,
html .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
html .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
html .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
html .list-group-item-dark.list-group-item-action:hover,
html .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
html .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
html .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html .close:hover {
  color: #000;
  text-decoration: none;
}
html .close:not(:disabled):not(.disabled):hover,
html .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
html button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
html a.close.disabled {
  pointer-events: none;
}
html .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
html .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
html .toast.showing {
  opacity: 1;
}
html .toast.show {
  display: block;
  opacity: 1;
}
html .toast.hide {
  display: none;
}
html .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 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);
}
html .toast-body {
  padding: 0.75rem;
}
html .modal-open {
  overflow: hidden;
}
html .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
html .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
html .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  html .modal.fade .modal-dialog {
    transition: none;
  }
}
html .modal.show .modal-dialog {
  transform: none;
}
html .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
html .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
html .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
html .modal-dialog-scrollable .modal-header,
html .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
html .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
html .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
html .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
html .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
html .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
html .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
html .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
html .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
html .modal-backdrop.fade {
  opacity: 0;
}
html .modal-backdrop.show {
  opacity: 0.5;
}
html .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
html .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
html .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
html .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
html .modal-footer > * {
  margin: 0.25rem;
}
html .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  html .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
  html .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  html .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  html .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  html .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  html .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html .modal-lg,
  html .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  html .modal-xl {
    max-width: 1140px;
  }
}
html .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
html .tooltip.show {
  opacity: 0.9;
}
html .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html .bs-tooltip-top,
html .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
html .bs-tooltip-top .arrow,
html .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
html .bs-tooltip-top .arrow::before,
html .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html .bs-tooltip-right,
html .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
html .bs-tooltip-right .arrow,
html .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html .bs-tooltip-right .arrow::before,
html .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html .bs-tooltip-bottom,
html .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
html .bs-tooltip-bottom .arrow,
html .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
html .bs-tooltip-bottom .arrow::before,
html .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html .bs-tooltip-left,
html .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
html .bs-tooltip-left .arrow,
html .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html .bs-tooltip-left .arrow::before,
html .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
html .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
html .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
html .popover .arrow::before,
html .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html .bs-popover-top,
html .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
html .bs-popover-top > .arrow,
html .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
html .bs-popover-top > .arrow::before,
html .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
html .bs-popover-top > .arrow::after,
html .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
html .bs-popover-right,
html .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
html .bs-popover-right > .arrow,
html .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
html .bs-popover-right > .arrow::before,
html .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html .bs-popover-right > .arrow::after,
html .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
html .bs-popover-bottom,
html .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
html .bs-popover-bottom > .arrow,
html .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
html .bs-popover-bottom > .arrow::before,
html .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
html .bs-popover-bottom > .arrow::after,
html .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
html .bs-popover-bottom .popover-header::before,
html .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
html .bs-popover-left,
html .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
html .bs-popover-left > .arrow,
html .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
html .bs-popover-left > .arrow::before,
html .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html .bs-popover-left > .arrow::after,
html .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
html .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html .popover-header:empty {
  display: none;
}
html .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
html .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
html .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;
  }
}
html .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
html .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
html .align-baseline {
  vertical-align: baseline !important;
}
html .align-top {
  vertical-align: top !important;
}
html .align-middle {
  vertical-align: middle !important;
}
html .align-bottom {
  vertical-align: bottom !important;
}
html .align-text-bottom {
  vertical-align: text-bottom !important;
}
html .align-text-top {
  vertical-align: text-top !important;
}
html a.bg-primary:hover,
html a.bg-primary:focus,
html button.bg-primary:hover,
html button.bg-primary:focus {
  background-color: #fec503 !important;
}
html a.bg-secondary:hover,
html a.bg-secondary:focus,
html button.bg-secondary:hover,
html button.bg-secondary:focus {
  background-color: #545b62 !important;
}
html .bg-success {
  background-color: #28a745 !important;
}
html a.bg-success:hover,
html a.bg-success:focus,
html button.bg-success:hover,
html button.bg-success:focus {
  background-color: #1e7e34 !important;
}
html .bg-info {
  background-color: gray !important;
}
html a.bg-info:hover,
html a.bg-info:focus,
html button.bg-info:hover,
html button.bg-info:focus {
  background-color: #117a8b !important;
}
html .bg-warning {
  background-color: #00ecca !important;
}
html a.bg-warning:hover,
html a.bg-warning:focus,
html button.bg-warning:hover,
html button.bg-warning:focus {
  background-color: #fec503 !important;
}
html .bg-danger {
  background-color: #dc3545 !important;
}
html a.bg-danger:hover,
html a.bg-danger:focus,
html button.bg-danger:hover,
html button.bg-danger:focus {
  background-color: #bd2130 !important;
}
html a.bg-light:hover,
html a.bg-light:focus,
html button.bg-light:hover,
html button.bg-light:focus {
  background-color: #dae0e5 !important;
}
html .bg-dark {
  background-color: #343a40 !important;
}
html a.bg-dark:hover,
html a.bg-dark:focus,
html button.bg-dark:hover,
html button.bg-dark:focus {
  background-color: #1d2124 !important;
}
html .bg-white {
  background-color: #fff !important;
}
html .bg-transparent {
  background-color: transparent !important;
}
html .border {
  border: 1px solid #dee2e6 !important;
}
html .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html .border-right {
  border-right: 1px solid #dee2e6 !important;
}
html .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html .border-left {
  border-left: 1px solid #dee2e6 !important;
}
html .border-0 {
  border: 0 !important;
}
html .border-top-0 {
  border-top: 0 !important;
}
html .border-right-0 {
  border-right: 0 !important;
}
html .border-bottom-0 {
  border-bottom: 0 !important;
}
html .border-left-0 {
  border-left: 0 !important;
}
html .border-primary {
  border-color: #00ecca !important;
}
html .border-secondary {
  border-color: #6c757d !important;
}
html .border-success {
  border-color: #28a745 !important;
}
html .border-info {
  border-color: #17a2b8 !important;
}
html .border-warning {
  border-color: #00ecca !important;
}
html .border-light {
  border-color: #f8f9fa !important;
}
html .border-dark {
  border-color: #343a40 !important;
}
html .border-white {
  border-color: #fff !important;
}
html .rounded-sm {
  border-radius: 0.2rem !important;
}
html .rounded {
  border-radius: 0.25rem !important;
}
html .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html .rounded-lg {
  border-radius: 0.3rem !important;
}
html .rounded-circle {
  border-radius: 50% !important;
}
html .rounded-pill {
  border-radius: 50rem !important;
}
html .rounded-0 {
  border-radius: 0 !important;
}
html .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html .d-none {
  display: none !important;
}
html .d-inline {
  display: inline !important;
}
html .d-inline-block {
  display: inline-block !important;
}
html .d-block {
  display: block !important;
}
html .d-table {
  display: table !important;
}
html .d-table-row {
  display: table-row !important;
}
html .d-table-cell {
  display: table-cell !important;
}
html .d-flex {
  display: flex !important;
}
html .d-inline-flex {
  display: inline-flex !important;
}
html .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
html .embed-responsive::before {
  display: block;
  content: "";
}
html .embed-responsive .embed-responsive-item,
html .embed-responsive iframe,
html .embed-responsive embed,
html .embed-responsive object,
html .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
html .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
html .embed-responsive-4by3::before {
  padding-top: 75%;
}
html .embed-responsive-1by1::before {
  padding-top: 100%;
}
html .flex-row {
  flex-direction: row !important;
}
html .flex-column {
  flex-direction: column !important;
}
html .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html .flex-wrap {
  flex-wrap: wrap !important;
}
html .flex-nowrap {
  flex-wrap: nowrap !important;
}
html .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html .flex-fill {
  flex: 1 1 auto !important;
}
html .flex-grow-0 {
  flex-grow: 0 !important;
}
html .flex-grow-1 {
  flex-grow: 1 !important;
}
html .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html .justify-content-start {
  justify-content: flex-start !important;
}
html .justify-content-end {
  justify-content: flex-end !important;
}
html .justify-content-center {
  justify-content: center !important;
}
html .justify-content-between {
  justify-content: space-between !important;
}
html .justify-content-around {
  justify-content: space-around !important;
}
html .align-items-start {
  align-items: flex-start !important;
}
html .align-items-end {
  align-items: flex-end !important;
}
html .align-items-center {
  align-items: center !important;
}
html .align-items-baseline {
  align-items: baseline !important;
}
html .align-items-stretch {
  align-items: stretch !important;
}
html .align-content-start {
  align-content: flex-start !important;
}
html .align-content-end {
  align-content: flex-end !important;
}
html .align-content-center {
  align-content: center !important;
}
html .align-content-between {
  align-content: space-between !important;
}
html .align-content-around {
  align-content: space-around !important;
}
html .align-content-stretch {
  align-content: stretch !important;
}
html .align-self-auto {
  align-self: auto !important;
}
html .align-self-start {
  align-self: flex-start !important;
}
html .align-self-end {
  align-self: flex-end !important;
}
html .align-self-center {
  align-self: center !important;
}
html .align-self-baseline {
  align-self: baseline !important;
}
html .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  html .flex-sm-row {
    flex-direction: row !important;
  }
  html .flex-sm-column {
    flex-direction: column !important;
  }
  html .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html .justify-content-sm-center {
    justify-content: center !important;
  }
  html .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html .align-items-sm-start {
    align-items: flex-start !important;
  }
  html .align-items-sm-end {
    align-items: flex-end !important;
  }
  html .align-items-sm-center {
    align-items: center !important;
  }
  html .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html .align-content-sm-start {
    align-content: flex-start !important;
  }
  html .align-content-sm-end {
    align-content: flex-end !important;
  }
  html .align-content-sm-center {
    align-content: center !important;
  }
  html .align-content-sm-between {
    align-content: space-between !important;
  }
  html .align-content-sm-around {
    align-content: space-around !important;
  }
  html .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html .align-self-sm-auto {
    align-self: auto !important;
  }
  html .align-self-sm-start {
    align-self: flex-start !important;
  }
  html .align-self-sm-end {
    align-self: flex-end !important;
  }
  html .align-self-sm-center {
    align-self: center !important;
  }
  html .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  html .flex-md-row {
    flex-direction: row !important;
  }
  html .flex-md-column {
    flex-direction: column !important;
  }
  html .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html .justify-content-md-center {
    justify-content: center !important;
  }
  html .justify-content-md-between {
    justify-content: space-between !important;
  }
  html .justify-content-md-around {
    justify-content: space-around !important;
  }
  html .align-items-md-start {
    align-items: flex-start !important;
  }
  html .align-items-md-end {
    align-items: flex-end !important;
  }
  html .align-items-md-center {
    align-items: center !important;
  }
  html .align-items-md-baseline {
    align-items: baseline !important;
  }
  html .align-items-md-stretch {
    align-items: stretch !important;
  }
  html .align-content-md-start {
    align-content: flex-start !important;
  }
  html .align-content-md-end {
    align-content: flex-end !important;
  }
  html .align-content-md-center {
    align-content: center !important;
  }
  html .align-content-md-between {
    align-content: space-between !important;
  }
  html .align-content-md-around {
    align-content: space-around !important;
  }
  html .align-content-md-stretch {
    align-content: stretch !important;
  }
  html .align-self-md-auto {
    align-self: auto !important;
  }
  html .align-self-md-start {
    align-self: flex-start !important;
  }
  html .align-self-md-end {
    align-self: flex-end !important;
  }
  html .align-self-md-center {
    align-self: center !important;
  }
  html .align-self-md-baseline {
    align-self: baseline !important;
  }
  html .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  html .flex-lg-row {
    flex-direction: row !important;
  }
  html .flex-lg-column {
    flex-direction: column !important;
  }
  html .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html .justify-content-lg-center {
    justify-content: center !important;
  }
  html .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html .align-items-lg-start {
    align-items: flex-start !important;
  }
  html .align-items-lg-end {
    align-items: flex-end !important;
  }
  html .align-items-lg-center {
    align-items: center !important;
  }
  html .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html .align-content-lg-start {
    align-content: flex-start !important;
  }
  html .align-content-lg-end {
    align-content: flex-end !important;
  }
  html .align-content-lg-center {
    align-content: center !important;
  }
  html .align-content-lg-between {
    align-content: space-between !important;
  }
  html .align-content-lg-around {
    align-content: space-around !important;
  }
  html .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html .align-self-lg-auto {
    align-self: auto !important;
  }
  html .align-self-lg-start {
    align-self: flex-start !important;
  }
  html .align-self-lg-end {
    align-self: flex-end !important;
  }
  html .align-self-lg-center {
    align-self: center !important;
  }
  html .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  html .flex-xl-row {
    flex-direction: row !important;
  }
  html .flex-xl-column {
    flex-direction: column !important;
  }
  html .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xl-center {
    justify-content: center !important;
  }
  html .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html .align-items-xl-start {
    align-items: flex-start !important;
  }
  html .align-items-xl-end {
    align-items: flex-end !important;
  }
  html .align-items-xl-center {
    align-items: center !important;
  }
  html .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xl-start {
    align-content: flex-start !important;
  }
  html .align-content-xl-end {
    align-content: flex-end !important;
  }
  html .align-content-xl-center {
    align-content: center !important;
  }
  html .align-content-xl-between {
    align-content: space-between !important;
  }
  html .align-content-xl-around {
    align-content: space-around !important;
  }
  html .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xl-auto {
    align-self: auto !important;
  }
  html .align-self-xl-start {
    align-self: flex-start !important;
  }
  html .align-self-xl-end {
    align-self: flex-end !important;
  }
  html .align-self-xl-center {
    align-self: center !important;
  }
  html .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html .float-left {
  float: left !important;
}
html .float-right {
  float: right !important;
}
html .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  html .float-sm-left {
    float: left !important;
  }
  html .float-sm-right {
    float: right !important;
  }
  html .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  html .float-md-left {
    float: left !important;
  }
  html .float-md-right {
    float: right !important;
  }
  html .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  html .float-lg-left {
    float: left !important;
  }
  html .float-lg-right {
    float: right !important;
  }
  html .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  html .float-xl-left {
    float: left !important;
  }
  html .float-xl-right {
    float: right !important;
  }
  html .float-xl-none {
    float: none !important;
  }
}
html .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
html .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
html .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
html .overflow-auto {
  overflow: auto !important;
}
html .overflow-hidden {
  overflow: hidden !important;
}
html .position-static {
  position: static !important;
}
html .position-relative {
  position: relative !important;
}
html .position-absolute {
  position: absolute !important;
}
html .position-fixed {
  position: fixed !important;
}
html .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
html .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  html .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html .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;
}
html .sr-only-focusable:active,
html .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
html .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
html .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
html .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
html .shadow-none {
  box-shadow: none !important;
}
html .w-25 {
  width: 25% !important;
}
html .w-50 {
  width: 50% !important;
}
html .w-75 {
  width: 75% !important;
}
html .w-100 {
  width: 100% !important;
}
html .w-auto {
  width: auto !important;
}
html .h-25 {
  height: 25% !important;
}
html .h-50 {
  height: 50% !important;
}
html .h-75 {
  height: 75% !important;
}
html .h-100 {
  height: 100% !important;
}
html .h-auto {
  height: auto !important;
}
html .mw-100 {
  max-width: 100% !important;
}
html .mh-100 {
  max-height: 100% !important;
}
html .min-vw-100 {
  min-width: 100vw !important;
}
html .min-vh-100 {
  min-height: 100vh !important;
}
html .vw-100 {
  width: 100vw !important;
}
html .vh-100 {
  height: 100vh !important;
}
html .m-0 {
  margin: 0 !important;
}
html .mt-0,
html .my-0 {
  margin-top: 0 !important;
}
html .mr-0,
html .mx-0 {
  margin-right: 0 !important;
}
html .mb-0,
html .my-0 {
  margin-bottom: 0 !important;
}
html .ml-0,
html .mx-0 {
  margin-left: 0 !important;
}
html .m-1 {
  margin: 0.25rem !important;
}
html .mt-1,
html .my-1 {
  margin-top: 0.25rem !important;
}
html .mr-1,
html .mx-1 {
  margin-right: 0.25rem !important;
}
html .mb-1,
html .my-1 {
  margin-bottom: 0.25rem !important;
}
html .ml-1,
html .mx-1 {
  margin-left: 0.25rem !important;
}
html .m-2 {
  margin: 0.5rem !important;
}
html .mt-2,
html .my-2 {
  margin-top: 0.5rem !important;
}
html .mr-2,
html .mx-2 {
  margin-right: 0.5rem !important;
}
html .mb-2,
html .my-2 {
  margin-bottom: 0.5rem !important;
}
html .ml-2,
html .mx-2 {
  margin-left: 0.5rem !important;
}
html .m-3 {
  margin: 1rem !important;
}
html .mt-3,
html .my-3 {
  margin-top: 1rem !important;
}
html .mr-3,
html .mx-3 {
  margin-right: 1rem !important;
}
html .mb-3,
html .my-3 {
  margin-bottom: 1rem !important;
}
html .ml-3,
html .mx-3 {
  margin-left: 1rem !important;
}
html .m-4 {
  margin: 1.5rem !important;
}
html .mt-4,
html .my-4 {
  margin-top: 1.5rem !important;
}
html .mr-4,
html .mx-4 {
  margin-right: 1.5rem !important;
}
html .mb-4,
html .my-4 {
  margin-bottom: 1.5rem !important;
}
html .ml-4,
html .mx-4 {
  margin-left: 1.5rem !important;
}
html .m-5 {
  margin: 3rem !important;
}
html .mt-5,
html .my-5 {
  margin-top: 3rem !important;
}
html .mr-5,
html .mx-5 {
  margin-right: 3rem !important;
}
html .mb-5,
html .my-5 {
  margin-bottom: 3rem !important;
}
html .ml-5,
html .mx-5 {
  margin-left: 3rem !important;
}
html .p-0 {
  padding: 0 !important;
}
html .pt-0,
html .py-0 {
  padding-top: 0 !important;
}
html .pr-0,
html .px-0 {
  padding-right: 0 !important;
}
html .pb-0,
html .py-0 {
  padding-bottom: 0 !important;
}
html .pl-0,
html .px-0 {
  padding-left: 0 !important;
}
html .p-1 {
  padding: 0.25rem !important;
}
html .pt-1,
html .py-1 {
  padding-top: 0.25rem !important;
}
html .pr-1,
html .px-1 {
  padding-right: 0.25rem !important;
}
html .pb-1,
html .py-1 {
  padding-bottom: 0.25rem !important;
}
html .pl-1,
html .px-1 {
  padding-left: 0.25rem !important;
}
html .p-2 {
  padding: 0.5rem !important;
}
html .pt-2,
html .py-2 {
  padding-top: 0.5rem !important;
}
html .pr-2,
html .px-2 {
  padding-right: 0.5rem !important;
}
html .pb-2,
html .py-2 {
  padding-bottom: 0.5rem !important;
}
html .pl-2,
html .px-2 {
  padding-left: 0.5rem !important;
}
html .p-3 {
  padding: 1rem !important;
}
html .pt-3,
html .py-3 {
  padding-top: 1rem !important;
}
html .pr-3,
html .px-3 {
  padding-right: 1rem !important;
}
html .pb-3,
html .py-3 {
  padding-bottom: 1rem !important;
}
html .pl-3,
html .px-3 {
  padding-left: 1rem !important;
}
html .p-4 {
  padding: 1.5rem !important;
}
html .pt-4,
html .py-4 {
  padding-top: 1.5rem !important;
}
html .pr-4,
html .px-4 {
  padding-right: 1.5rem !important;
}
html .pb-4,
html .py-4 {
  padding-bottom: 1.5rem !important;
}
html .pl-4,
html .px-4 {
  padding-left: 1.5rem !important;
}
html .p-5 {
  padding: 3rem !important;
}
html .pt-5,
html .py-5 {
  padding-top: 3rem !important;
}
html .pr-5,
html .px-5 {
  padding-right: 3rem !important;
}
html .pb-5,
html .py-5 {
  padding-bottom: 3rem !important;
}
html .pl-5,
html .px-5 {
  padding-left: 3rem !important;
}
html .m-n1 {
  margin: -0.25rem !important;
}
html .mt-n1,
html .my-n1 {
  margin-top: -0.25rem !important;
}
html .mr-n1,
html .mx-n1 {
  margin-right: -0.25rem !important;
}
html .mb-n1,
html .my-n1 {
  margin-bottom: -0.25rem !important;
}
html .ml-n1,
html .mx-n1 {
  margin-left: -0.25rem !important;
}
html .m-n2 {
  margin: -0.5rem !important;
}
html .mt-n2,
html .my-n2 {
  margin-top: -0.5rem !important;
}
html .mr-n2,
html .mx-n2 {
  margin-right: -0.5rem !important;
}
html .mb-n2,
html .my-n2 {
  margin-bottom: -0.5rem !important;
}
html .ml-n2,
html .mx-n2 {
  margin-left: -0.5rem !important;
}
html .m-n3 {
  margin: -1rem !important;
}
html .mt-n3,
html .my-n3 {
  margin-top: -1rem !important;
}
html .mr-n3,
html .mx-n3 {
  margin-right: -1rem !important;
}
html .mb-n3,
html .my-n3 {
  margin-bottom: -1rem !important;
}
html .ml-n3,
html .mx-n3 {
  margin-left: -1rem !important;
}
html .m-n4 {
  margin: -1.5rem !important;
}
html .mt-n4,
html .my-n4 {
  margin-top: -1.5rem !important;
}
html .mr-n4,
html .mx-n4 {
  margin-right: -1.5rem !important;
}
html .mb-n4,
html .my-n4 {
  margin-bottom: -1.5rem !important;
}
html .ml-n4,
html .mx-n4 {
  margin-left: -1.5rem !important;
}
html .m-n5 {
  margin: -3rem !important;
}
html .mt-n5,
html .my-n5 {
  margin-top: -3rem !important;
}
html .mr-n5,
html .mx-n5 {
  margin-right: -3rem !important;
}
html .mb-n5,
html .my-n5 {
  margin-bottom: -3rem !important;
}
html .ml-n5,
html .mx-n5 {
  margin-left: -3rem !important;
}
html .m-auto {
  margin: auto !important;
}
html .mt-auto,
html .my-auto {
  margin-top: auto !important;
}
html .mr-auto,
html .mx-auto {
  margin-right: auto !important;
}
html .mb-auto,
html .my-auto {
  margin-bottom: auto !important;
}
html .ml-auto,
html .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  html .m-sm-0 {
    margin: 0 !important;
  }
  html .mt-sm-0,
  html .my-sm-0 {
    margin-top: 0 !important;
  }
  html .mr-sm-0,
  html .mx-sm-0 {
    margin-right: 0 !important;
  }
  html .mb-sm-0,
  html .my-sm-0 {
    margin-bottom: 0 !important;
  }
  html .ml-sm-0,
  html .mx-sm-0 {
    margin-left: 0 !important;
  }
  html .m-sm-1 {
    margin: 0.25rem !important;
  }
  html .mt-sm-1,
  html .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  html .mr-sm-1,
  html .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  html .mb-sm-1,
  html .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html .ml-sm-1,
  html .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  html .m-sm-2 {
    margin: 0.5rem !important;
  }
  html .mt-sm-2,
  html .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  html .mr-sm-2,
  html .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  html .mb-sm-2,
  html .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html .ml-sm-2,
  html .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  html .m-sm-3 {
    margin: 1rem !important;
  }
  html .mt-sm-3,
  html .my-sm-3 {
    margin-top: 1rem !important;
  }
  html .mr-sm-3,
  html .mx-sm-3 {
    margin-right: 1rem !important;
  }
  html .mb-sm-3,
  html .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  html .ml-sm-3,
  html .mx-sm-3 {
    margin-left: 1rem !important;
  }
  html .m-sm-4 {
    margin: 1.5rem !important;
  }
  html .mt-sm-4,
  html .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  html .mr-sm-4,
  html .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  html .mb-sm-4,
  html .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html .ml-sm-4,
  html .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  html .m-sm-5 {
    margin: 3rem !important;
  }
  html .mt-sm-5,
  html .my-sm-5 {
    margin-top: 3rem !important;
  }
  html .mr-sm-5,
  html .mx-sm-5 {
    margin-right: 3rem !important;
  }
  html .mb-sm-5,
  html .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  html .ml-sm-5,
  html .mx-sm-5 {
    margin-left: 3rem !important;
  }
  html .p-sm-0 {
    padding: 0 !important;
  }
  html .pt-sm-0,
  html .py-sm-0 {
    padding-top: 0 !important;
  }
  html .pr-sm-0,
  html .px-sm-0 {
    padding-right: 0 !important;
  }
  html .pb-sm-0,
  html .py-sm-0 {
    padding-bottom: 0 !important;
  }
  html .pl-sm-0,
  html .px-sm-0 {
    padding-left: 0 !important;
  }
  html .p-sm-1 {
    padding: 0.25rem !important;
  }
  html .pt-sm-1,
  html .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  html .pr-sm-1,
  html .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  html .pb-sm-1,
  html .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pl-sm-1,
  html .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  html .p-sm-2 {
    padding: 0.5rem !important;
  }
  html .pt-sm-2,
  html .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  html .pr-sm-2,
  html .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  html .pb-sm-2,
  html .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pl-sm-2,
  html .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  html .p-sm-3 {
    padding: 1rem !important;
  }
  html .pt-sm-3,
  html .py-sm-3 {
    padding-top: 1rem !important;
  }
  html .pr-sm-3,
  html .px-sm-3 {
    padding-right: 1rem !important;
  }
  html .pb-sm-3,
  html .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  html .pl-sm-3,
  html .px-sm-3 {
    padding-left: 1rem !important;
  }
  html .p-sm-4 {
    padding: 1.5rem !important;
  }
  html .pt-sm-4,
  html .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  html .pr-sm-4,
  html .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  html .pb-sm-4,
  html .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pl-sm-4,
  html .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  html .p-sm-5 {
    padding: 3rem !important;
  }
  html .pt-sm-5,
  html .py-sm-5 {
    padding-top: 3rem !important;
  }
  html .pr-sm-5,
  html .px-sm-5 {
    padding-right: 3rem !important;
  }
  html .pb-sm-5,
  html .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  html .pl-sm-5,
  html .px-sm-5 {
    padding-left: 3rem !important;
  }
  html .m-sm-n1 {
    margin: -0.25rem !important;
  }
  html .mt-sm-n1,
  html .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  html .mr-sm-n1,
  html .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  html .mb-sm-n1,
  html .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  html .ml-sm-n1,
  html .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  html .m-sm-n2 {
    margin: -0.5rem !important;
  }
  html .mt-sm-n2,
  html .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  html .mr-sm-n2,
  html .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  html .mb-sm-n2,
  html .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  html .ml-sm-n2,
  html .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  html .m-sm-n3 {
    margin: -1rem !important;
  }
  html .mt-sm-n3,
  html .my-sm-n3 {
    margin-top: -1rem !important;
  }
  html .mr-sm-n3,
  html .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  html .mb-sm-n3,
  html .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  html .ml-sm-n3,
  html .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  html .m-sm-n4 {
    margin: -1.5rem !important;
  }
  html .mt-sm-n4,
  html .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  html .mr-sm-n4,
  html .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  html .mb-sm-n4,
  html .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  html .ml-sm-n4,
  html .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  html .m-sm-n5 {
    margin: -3rem !important;
  }
  html .mt-sm-n5,
  html .my-sm-n5 {
    margin-top: -3rem !important;
  }
  html .mr-sm-n5,
  html .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  html .mb-sm-n5,
  html .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  html .ml-sm-n5,
  html .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  html .m-sm-auto {
    margin: auto !important;
  }
  html .mt-sm-auto,
  html .my-sm-auto {
    margin-top: auto !important;
  }
  html .mr-sm-auto,
  html .mx-sm-auto {
    margin-right: auto !important;
  }
  html .mb-sm-auto,
  html .my-sm-auto {
    margin-bottom: auto !important;
  }
  html .ml-sm-auto,
  html .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media print {
  html *,
  html *::before,
  html *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  html a:not(.btn) {
    text-decoration: underline;
  }
  html abbr[title]::after {
    content: " (" attr(title) ")";
  }
  html pre {
    white-space: pre-wrap !important;
  }
  html pre,
  html blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  html thead {
    display: table-header-group;
  }
  html tr,
  html img {
    page-break-inside: avoid;
  }
  html p,
  html h2,
  html h3 {
    orphans: 3;
    widows: 3;
  }
  html h2,
  html h3 {
    page-break-after: avoid;
  }
  @page {
    html {
      size: a3;
    }
  }
  html body {
    min-width: 992px !important;
  }
  html .container {
    min-width: 992px !important;
  }
  html .navbar {
    display: none;
  }
  html .badge {
    border: 1px solid #000;
  }
  html .table {
    border-collapse: collapse !important;
  }
  html .table td,
  html .table th {
    background-color: #fff !important;
  }
  html .table-bordered th,
  html .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  html .table-dark {
    color: inherit;
  }
  html .table-dark th,
  html .table-dark td,
  html .table-dark thead th,
  html .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  html .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html body {
  overflow-x: hidden;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html .text-primary {
  color: #493a8e !important;
}
html .text-secondary {
  color: #00ecca !important;
}
html p {
  line-height: 1.75;
}
html .page-section {
  padding: 6rem 0;
}
html .page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
html .page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}
html .navbar {
  box-shadow: none !important;
}
html .language li {
  border: 0;
}
html .text-left {
  text-align: left;
}
html .breadcrumb {
  background: none;
  border-top: 1px dotted #cccccc;
}
html .breadcrumb span {
  background: #f8f9fc;
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 20px;
  color: gray;
  margin-right: 10px;
}
html .portfolio-modal .modal-content {
  padding: 6rem 2rem 3rem 2rem;
}
html .portfolio-modal .modal-content p {
  color: #6e707e;
}
html .portfolio-modal .modal-content h3 {
  color: #3a3b45;
}
html .hide-in-movil {
  display: none;
}
html .show-in-movil {
  display: block;
}
html footer {
  padding: 3rem 0 8rem 0;
  color: white;
  font-size: 14px;
}
html footer h5 {
  margin-bottom: 30px;
  color: white !important;
}
html footer .form-suscription {
  position: relative;
}
html footer .form-suscription button,
html footer .form-suscription #mc-embedded-subscribe {
  position: absolute;
  right: 7px;
  top: 7px;
  border-radius: 5px 30px 30px 30px !important;
  background: #493a8e !important;
  padding: 0.84rem 1.14rem;
}
html footer .form-suscription .form-control {
  height: calc(1.5em + 2rem + 2px);
  border-radius: 2rem;
}
html footer .list-styled li {
  background: none !important;
  padding-left: 0px !important;
}
html #credits {
  text-align: center !important;
}
html .listGroup {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html .listItem {
  display: flex;
}
html .listNumber {
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  margin-right: 1rem;
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dde1ea;
  color: #000;
}
html .list:first-of-type .listNumber {
  color: #fff;
}
html .listDesc {
  text-align: left;
}
html .listImage {
  width: 100%;
}
html .listImage img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html .listImage {
    width: 40%;
  }
}
html #products {
  background: #584a9f;
}
html #products h4 {
  margin: 0.25em 0 0;
  font-size: 170%;
  font-weight: bold;
  color: white;
}
html #products p {
  margin: 0;
  color: white;
}
html #products .planesTitle {
  color: white;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
}
html #products .planesSubtitle {
  color: #ec671c;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  font-weight: bold;
  font-size: 30px;
}
html #products li {
  padding: 0.25em 0;
  list-style: none;
}
html #products ul {
  padding: 0;
}
html #products .product {
  color: #cff0ee;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
html #products .product:hover {
  transform: scale(1.1);
}
html #products .price {
  margin: 10px 0;
  background: white;
  font-size: 450%;
  line-height: 1.2;
  font-weight: 700;
  color: #00ecca;
}
html #products .price span {
  font-size: 12px;
  display: block;
}
html #products .buy {
  margin: 1em 0 0;
}
html #products a.buy {
  display: inline-block;
  padding: 1em 3.25em;
  font-weight: 700;
  border-radius: 40px;
  border: 1px solid #00ecca;
  background: #00ecca;
  color: white;
  cursor: pointer;
}
html #products a.buy:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
@media (min-width: 768px) {
  html .hide-in-desktop,
  html .hide-in-tablet {
    display: none;
  }
  html .show-in-desktop,
  html .show-in-tablet {
    display: inline-block;
  }
  html footer {
    padding: 3rem 0;
  }
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: 0.5s;
  background: rgba(0, 64, 123, 0.95) url("/img/logo-blanco.png") 50px 50px
    no-repeat;
}
.overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay .mb-0 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}
.overlay-menu {
  display: table;
  margin: auto;
  text-align: left;
  min-width: 300px;
}
.overlay-menu .overlay-submenu {
  padding: 0;
  margin: 0;
}
.overlay-menu .overlay-submenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay a:hover,
.overlay a:focus {
  color: #66deff;
  font-weight: 400;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2em;
  position: relative;
}
.tabs-nav > li,
.tabs-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-nav a {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1em;
  font-size: 1em;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-nav li {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-nav li.active a,
.tabs-nav li a:hover,
.tabs-nav li a:focus {
  color: var(--color-link-hover);
  background-color: transparent;
}
.tabs-pane {
  display: none;
}
.tabs-pane.active {
  display: block;
}
.tabs-nav-centered .tabs-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-nav-justified .tabs-nav li,
.tabs-nav-justified .tabs-nav li a {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.tabs-nav-spaced .tabs-nav li + li {
  margin-left: 8px;
}
.tabs-nav-bordered .tabs-nav {
  border: 1px solid #e0e1eb;
}
.tabs-nav-underlined .tabs-nav {
  border-bottom: 1px solid #e0e1eb;
}
.tabs-nav-items-bordered .tabs-nav li {
  font-size: 12px;
  border: 1px solid #e1e1e1;
}
.tabs-nav-items-bordered .tabs-nav a {
  padding: 1.25em 3.6666666667em;
  margin: -1px;
}
.tabs-nav-filled .tabs-nav a {
  padding: 1.15em 2.8em;
  background-color: rgba(0, 0, 0, 0.07);
  color: #000;
}
.tabs-nav-filled.tabs-content-filled .tabs-nav a {
  background: none;
}
.tabs-nav-active-filled .tabs-nav li.active a,
.tabs-nav-active-filled .tabs-nav li a:hover {
  background-color: #e0e1eb;
}
.tabs-nav-active-underlined .tabs-nav li {
  position: relative;
  overflow: hidden;
}
.tabs-nav-active-underlined .tabs-nav li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--color-primary);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tabs-nav-active-underlined .tabs-nav li.active:after,
.tabs-nav-active-underlined .tabs-nav li:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.tabs-nav-shadowed .tabs-nav {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}
.tabs-contents-shadowed .tabs-nav {
  margin: 0;
}
.tabs-contents-shadowed .tabs-content {
  padding: 40px 30px 1.25em;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}
.tabs-content-filled .tabs-nav {
  margin-bottom: 0;
}
.tabs-content-filled .tabs-content {
  padding: 30px 40px;
  background-color: #ececec;
}
.tabs-nav-icon {
  margin-right: 0.65em;
  font-size: 26px;
}
.tabs-nav-sm .tabs-nav li {
  margin-left: 35px;
  margin-right: 35px;
}
.tabs-nav-sm .tabs-nav a {
  padding: 0.05em 0;
}
.tabs-nav-lg .tabs-nav a {
  padding: 1.2em 2em;
}
.tabs-nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.tabs-nav-side .tabs-nav,
.tabs-nav-side .tabs-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.tabs-nav-side .tabs-nav {
  width: 26.5%;
  padding: 35px 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tabs-nav-side .tabs-nav a {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 9px 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tabs-nav-side .tabs-nav a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tabs-nav-side .tabs-nav a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tabs-nav-side .tabs-nav li {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  text-align: left;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
}
.tabs-nav-side .tabs-nav li.active {
  font-weight: 700;
}
.tabs-nav-side .tabs-nav li.active a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tabs-nav-side .tabs-nav .tabs-nav-title {
  padding: 0 40px;
  margin-bottom: 20px;
}
.tabs-nav-side .tabs-nav .tabs-nav-title h6 {
  margin: 0;
  color: #5a5a5a;
}
.tabs-nav-side .tabs-content {
  width: 73.5%;
  padding: 30px;
}
.tabs-nav-side-alt .tabs-nav {
  width: 31.6%;
}
.tabs-nav-side-alt .tabs-nav li {
  border-bottom: 1px solid #f0f0f0;
  font-size: 20px;
  font-weight: 600;
}
.tabs-nav-side-alt .tabs-nav li a {
  padding: 1.15em 2.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #100f26;
}
.tabs-nav-side-alt .tabs-nav li a:after {
  content: "\f105";
  width: auto;
  height: auto;
  position: absolute;
  top: 1.15em;
  left: 0;
  background: none;
  opacity: 0;
  font-family: fontAwesome;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.tabs-nav-side-alt .tabs-nav li a span {
  margin-top: 0.65em;
  font-size: 0.75em;
  line-height: 1.7333333333em;
  font-weight: 400;
}
.tabs-nav-side-alt .tabs-nav li.active a span,
.tabs-nav-side-alt .tabs-nav li a span {
  color: #84898f;
}
.tabs-nav-side-alt .tabs-nav li.active a:after,
.tabs-nav-side-alt .tabs-nav li:hover a:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tabs-nav-side-alt .tabs-nav li.active {
  font-weight: 600;
}
.tabs-nav-side-alt .tabs-nav li.active a {
  color: var(--color-primary);
}
.tabs-nav-side-alt .tabs-content {
  width: 68.4%;
}
.tabs-nav-side-block .tabs-nav li {
  border: none;
  border-radius: 6px;
  background-color: #fff;
  font-size: 21px;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
}
.tabs-nav-side-block .tabs-nav li:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: var(--color-primary);
  opacity: 0;
  -webkit-transform: scale(0.97, 0.95);
  transform: scale(0.97, 0.95);
  -webkit-transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1),
    opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1),
    opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
}
.tabs-nav-side-block .tabs-nav li:not(:last-child) {
  margin-bottom: 1.7em;
}
.tabs-nav-side-block .tabs-nav li a {
  padding-left: 30px;
  padding-right: 30px;
}
.tabs-nav-side-block .tabs-nav li a:after {
  content: none;
}
.tabs-nav-side-block .tabs-nav li a span {
  margin-top: 0.5em;
  opacity: 0.65;
  font-size: 0.7142857143em;
  color: inherit;
}
.tabs-nav-side-block .tabs-nav li.active:before,
.tabs-nav-side-block .tabs-nav li:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tabs-nav-side-block .tabs-nav li.active a,
.tabs-nav-side-block .tabs-nav li:hover a {
  color: #fff;
}
.tabs-nav-side-block .tabs-nav li.active a span,
.tabs-nav-side-block .tabs-nav li:hover a span {
  color: inherit;
}
.tabs-nav-side-block .tabs-nav li.active {
  font-weight: 500;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.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;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.2rem 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 .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  width: auto !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #493a8e;
  border-color: #493a8e;
}
.btn-secondary {
  color: #fff !important;
  background-color: #00ecca;
  border-color: #00ecca;
}
.btn-social {
  padding: 15px 19px;
}
.btn-social i {
  min-height: 18px;
}
.btn-xl {
  padding: 1rem 2rem;
  font-size: large;
}
.btn-links {
  border-radius: 30px 3px 30px 30px !important;
}
.btn-links-inverse {
  background-color: #00ecca;
  color: #493a8e !important;
}
a.btn-links-inverse:hover,
a.btn-links:hover {
  color: white !important;
}
.btn-whatsapp,
.btn-whatsapp:hover {
  background: #0d840a;
  border-color: #0d840a;
  color: white;
}
#gotopbutton {
  display: inline-block;
  background-color: #00ecca;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 130px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px;
  color: #493a8e;
}
#gotopbutton:hover {
  cursor: pointer;
  background-color: #493a8e;
  color: white;
}
#gotopbutton:active {
  background-color: #00ecca;
}
#gotopbutton.show {
  opacity: 1;
  visibility: visible;
}
button.close {
  display: inline-block;
  background-color: #00ecca;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px 30px 30px 3px !important;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  padding: 10px;
  color: #493a8e;
  opacity: 1;
}
.carousel {
  height: 960px !important;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
  height: 100%;
}
.carousel-indicators {
  margin: 1% 1.5%;
  bottom: 10px;
  justify-content: left;
}
.banner-slide {
  padding: 150px 3rem;
}
.banner-slide p {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.banner-slide .button {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 4rem;
}
.video {
  position: relative;
  display: block;
  overflow: hidden;
}
.video .play-button {
  position: absolute;
  background: red;
  width: 100px;
  height: 100px;
  content: "";
  left: 50% !important;
  margin-left: -50px;
  top: 50% !important;
  margin-top: -50px;
  background: url("../img/links/play-button.png") center center no-repeat;
  background-size: 70%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video .play-button:hover {
  background-size: 90%;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  left: 80%;
}
.modal-dialog {
  margin: 7rem auto;
}
.modal-dialog .modal-content {
  border-radius: 20px !important;
  overflow: hidden;
  color: #6610f2;
}
.carousel .container-scroll {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 100px;
  left: 50%;
  margin-left: -16px;
  z-index: 999;
}
.carousel .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.carousel .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.carousel .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.carousel .chevron:before,
.carousel .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.carousel .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.carousel .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.carousel .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.mainMenu {
  background: rgba(255, 255, 255, 0);
  transition: all ease-in-out 0.5s;
  font-size: 14px;
}
.mainMenu .navbar-brand {
  width: 190px;
  height: 80px;
  background: url("../img/links/logo-links.png") center top no-repeat;
  background-size: 150px;
  transition: all ease-in-out 0.5s;
}
.mainMenu i {
  color: #00ecca;
}
.mainMenu ul {
  padding: 20px;
  background: transparent;
}
.mainMenu ul li {
  font-weight: 500;
  letter-spacing: 1.2;
  padding: 0 10px;
  border-right: 0;
  color: #00ecca;
}
.mainMenu ul li:last-child {
  border: 0;
}
.mainMenu ul li:hover a {
  color: white;
  outline: 0;
  position: relative;
}
.mainMenu ul li:hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.mainMenu ul li:hover a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.mainMenu ul li:hover a.dropdown-item:hover::before {
  display: none !important;
}
.mainMenu ul li:hover a.dropdown-item:hover {
  background: white;
  color: #493a8e !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.floatingMenu,
.mainMenu:hover {
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  font-size: 14px;
}
.floatingMenu .navbar-brand,
.mainMenu:hover .navbar-brand {
  width: 190px;
  height: 70px;
  background: url("../img/links/logo-links.png") center bottom no-repeat;
  background-size: 150px;
}
.floatingMenu ul li,
.mainMenu:hover ul li {
  border-right: 0;
  color: #493a8e;
}
.floatingMenu ul li a,
.mainMenu:hover ul li a {
  color: #5e809a;
}
.floatingMenu ul li:last-child,
.mainMenu:hover ul li:last-child {
  border: 0;
}
.floatingMenu ul li:hover a,
.mainMenu:hover ul li:hover a {
  color: #493a8e;
}
.floatingMenu ul li:hover a::before,
.mainMenu:hover ul li:hover a::before {
  content: "";
  background-color: #00ecca;
}
.mainMenu .dropdown-menu {
  padding: 0;
  border: 0;
  width: 100%;
  min-width: 250px;
  box-shadow: none;
}
.mainMenu .dropdown-menu li {
  padding: 0;
  border: 0;
}
.mainMenu .dropdown-menu a {
  padding: 10px 25px;
  margin-top: 5px;
  border-radius: 25px !important;
  color: white !important;
  background: rgba(73, 58, 142, 0.9);
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  background: url("../img/links/timeline-background.png") -55px top repeat-y;
}
.timeline li:first-child,
.timeline li:last-child {
  margin-top: 0%;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
  margin-top: -10%;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  margin-left: 0;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  background: url("../img/links/timeline-right.png") 50% 20px no-repeat;
  height: 50px;
}
.timeline > li.timeline-inverted .timeline-image {
  background: url("../img/links/timeline-right.png") 50% 20px no-repeat;
  height: 50px;
}
.timeline > li .icon,
.timeline > li.timeline-inverted .icon {
  display: none;
}
.timeline > li.timeline-inverted > .timeline-image {
  background: url("../img/links/timeline-right.png") 50% 20px no-repeat;
  height: 50px;
}
.timeline li:last-child .timeline-image {
  background: none;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading {
  margin-top: 0;
  color: #13134f;
}
.timeline .timeline-heading .heading {
  font-size: 3em;
  font-weight: 700;
}
.timeline .timeline-heading h4.subheading {
  text-transform: uppercase;
  font-size: 18px;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline {
    background: url("../img/links/timeline-background.png") center top repeat-y;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
  }
  .timeline > li .icon,
  .timeline > li.timeline-inverted .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block !important;
  }
  .timeline > li .icon {
    left: 50px;
    top: 50px;
  }
  .timeline > li.timeline-inverted .icon {
    left: 70% !important;
    top: 50px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 40px;
    text-align: right;
    border-radius: 50px 0 0 0;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12);
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 190px;
    height: 100px;
    margin-left: -95px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 40px;
    text-align: left;
    border-radius: 0 0 50px 0;
  }
  .timeline > li {
    transition: all 0.3s ease-in-out;
  }
  .timeline > li .timeline-panel {
    background: #ffffff;
    cursor: pointer;
  }
  .timeline li.highlighted .timeline-panel {
    background: #00d4ff;
    background: linear-gradient(-45deg, #573fd3 0%, #573fd3 20%, #00d4ff 100%);
  }
  .timeline li.highlighted .timeline-panel h4,
  .timeline li.highlighted .timeline-panel p,
  .timeline li.highlighted .timeline-panel .heading {
    color: white !important;
  }
  .timeline > li .icon,
  .timeline > li.timeline-inverted .icon {
    display: none;
  }
  .timeline > li .timeline-image {
    background: url("../img/links/timeline-left.png") center 20px no-repeat;
  }
  .timeline > li.timeline-inverted > .timeline-image {
    background: url("../img/links/timeline-right.png") center 50% no-repeat;
  }
}
.owl-carousel {
  padding: 30px 0;
  position: relative;
}
.owl-carousel .owl-next span,
.owl-carousel .owl-prev span {
  padding: 10px 20px;
  font-size: 80px;
  position: absolute;
}
.owl-carousel .owl-next span {
  top: 35%;
  right: -80px;
}
.owl-carousel .owl-prev span {
  top: 35%;
  left: -80px;
}
.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #493a8e;
  width: 12px;
  height: 12px;
  margin: 5px;
}
.owl-carousel .owl-dots .active {
  background: #493a8e;
  border: 1px solid #493a8e;
}
.owl-carousel .owl-nav {
  display: none !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}
#portfolio .portfolio-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 236, 202, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
}
.portfolio-modal .modal-content {
  border-radius: 20px !important;
}
.portfolio-modal .modal-content a {
  color: #493a8e;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.links h1,
.links h2,
.links h3,
.links h4,
.links h5,
.links h6 {
  color: #493a8e;
}
.links .bg-primary {
  background-color: #493a8e !important;
}
.links .bg-primary .section-heading span {
  color: #00ecca !important;
}
.links .bg-secondary {
  background-color: #00ecca !important;
}
.links .bg-secondary .section-heading span {
  color: #493a8e;
}
.links .bg-alternate .section-heading span {
  color: #00ecca;
}
.links .bg-light {
  background-color: #f8f9fa !important;
}
.links .bg-light .section-heading span {
  color: #493a8e;
}
.links .border-danger {
  border-color: #dc3545 !important;
}
.links .slide-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  min-width: 100%;
}
.links .slide__content {
  width: 70%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .links .slide__content {
    width: 80%;
  }
}
.links .slide__image {
  position: relative;
  z-index: var(--z-tooltip);
}
.links .slide__title,
.links .slide__subtitle {
  text-align: center;
  line-height: 1.1;
}
.links .slide__title {
  color: var(--color-links-cyan);
  font-size: var(--text-hero-title);
  margin: 0 0;
}
.links .slide__subtitle {
  color: #fff;
  font-size: var(--text-hero-subtitle);
  margin: 0 0 2rem;
}
.links .slide__title span {
  text-decoration: underline;
}
.links .slide__title.small {
  font-size: 1.2rem;
  color: white;
}
.links .slide__subtitle.primary {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
}
.links .slide__subtitle.secondary {
  font-size: 4rem;
  font-weight: bold;
  color: var(--color-links-cyan);
  margin: 0;
}
.links .links-tabs {
  border-color: var(--color-links-cyan);
  border-width: 2px;
}
.links .links-tabs .nav-link {
  color: #c893ff;
  letter-spacing: 2px;
  font-size: 1rem;
  height: 72px;
  display: flex;
  align-items: center;
}
.links .links-tabs .nav-link:hover {
  background: transparent;
  color: white;
  border: none;
}
.links .links-tabs .nav-link:focus,
.links .links-tabs .nav-link:focus-visible,
.links .links-tabs .nav-link:not(focus) {
  outline: none;
  border: none;
}
.links .links-tabs .nav-link.active {
  color: white;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 8px solid var(--color-links-cyan);
}
.links .links-tabs .nav-link .number {
  font-weight: 600;
  width: fit-content;
  height: fit-content;
  color: var(--color-links-purple);
  font-size: 1.7rem;
  padding: 0.5rem;
  border-radius: 48%;
}
.links .links-tabs .nav-link .number span {
  display: block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  background: white;
  border-radius: 50px;
}
.links #hero {
  padding-top: 170px;
  padding-bottom: 120px;
  color: white;
  text-align: center;
}
.links #hero p {
  margin: 0;
  line-height: 1;
  font-size: 0.8rem;
}
.links #hero .title,
.links #hero .subtitle {
  font-weight: bold;
  font-size: 3rem;
}
.links #hero .subtitle {
  color: var(--color-links-cyan);
}
.links #satisfaccion p {
  margin: 0;
  line-height: 1.3;
  color: var(--color-links-purple);
}
.links #satisfaccion .preText {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-links-purple);
  text-align: center;
}
.links #satisfaccion .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.links #satisfaccion .text {
  width: 100%;
  padding: 3rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .links #satisfaccion .text {
    width: 40%;
  }
}
.links #satisfaccion .porcentaje {
  font-size: 6rem;
  font-weight: bold;
  color: #8e63e8;
}
.links #satisfaccion .title {
  font-size: 2.5rem;
  font-weight: bold;
}
.links #satisfaccion .subtitle {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .links #satisfaccion .image {
    width: 60%;
  }
}
.links #satisfaccion .image img {
  width: 100%;
}
.links #pasos .preText {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 1.5rem 0;
}
.links #pasos .title,
.links #pasos .subtitle {
  font-weight: 600;
  color: white;
  text-align: center;
}
.links #pasos .title span,
.links #pasos .subtitle span {
  color: var(--color-links-cyan);
}
.links #pasos .description .text {
  margin: 2rem 0;
  font-size: 1.2rem !important;
  color: white;
}
.links #pasos .description .image {
  width: 100%;
  margin-bottom: 2rem;
}
.links #pasos .description .image img {
  width: 100%;
}
.links #pasos .check {
  list-style: none;
}
.links #pasos .check li {
  position: relative;
  padding-bottom: 20px;
  font-weight: 300;
}
.links #pasos .check li:before {
  content: "";
  position: absolute;
  border-right: 2px solid var(--color-links-cyan);
  border-bottom: 2px solid var(--color-links-cyan);
  width: 10px;
  height: 10px;
  top: 10px;
  left: -30px;
  transform: translateY(-50%) rotate(-45deg);
}
.links #plataformas {
  background: var(--color-links-cyan)
    url("../../img/colegios/sistema-de-gestion-academica-en-ecuador.jpg") center
    bottom no-repeat !important;
}
.links #plataformas .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.links #plataformas .title span {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.links #plataformas .subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: right;
  color: var(--color-links-dark-purple);
}
.links #plataformas .plataformasGroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 2rem;
}
.links #plataformas .plataforma {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-links-purple);
}
.links #plataformas .plataforma img {
  width: 100px;
}
.links #informacion {
  background: url(../../img/colegios/links-desarrollo-de-plataformas-para-colegios.jpg)
    no-repeat;
  background-attachment: fixed !important;
}
.links #informacion .informacionGroup {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.links #informacion .informacionItem {
  width: 100%;
  color: white;
}
@media screen and (min-width: 480px) {
  .links #informacion .informacionItem {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .links #informacion .informacionItem {
    width: 30%;
  }
}
.links #informacion .informacionTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
  height: 6rem;
  display: flex;
  align-items: center;
}
.links .solucionesContainer {
  display: flex !important;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 4rem;
}
.links .solucionesItem {
  align-items: center;
  background: linear-gradient(
    248.13deg,
    rgba(178, 186, 253, 0.17) 3.72%,
    rgba(42, 15, 53, 0) 93.6%,
    rgba(162, 165, 229, 0.149485) 93.6%
  );
  background-color: transparent;
  border: 1px solid #a2a5e5;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .links .solucionesItem {
    width: 250px;
    height: auto;
  }
}
.links .solucionesItem:hover {
  cursor: pointer;
  border: 1px solid var(--color-links-cyan);
}
.links .solucionesItem .solucionesTitle {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}
.links .solucionesItem .solucionesTitle span {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}
.links .solucionesItem .solucionesIcon {
  width: 1.5rem;
  height: 1.5rem;
}
.links .solucionesItem .solucionesIcon svg {
  stroke: var(--color-links-cyan) !important;
}
.links #servicios-links .preText {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-links-purple);
  margin-bottom: 0.5em;
  text-align: center;
  margin: 0;
  padding-top: 1rem;
}
.links #servicios-links .videoContainer {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .links #servicios-links .videoContainer {
    flex-direction: row;
    gap: 3rem;
  }
}
.links #servicios-links .videoContainer p {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .links #servicios-links .videoContainer p {
    text-align: left;
  }
}
.links #servicios-links .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  height: 100%;
  width: fit-content;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .links #servicios-links .text {
    align-items: flex-start;
  }
}
.links #servicios-links .title {
  font-size: 2.3rem;
  color: var(--color-links-dark-purple);
  line-height: 1.4;
}
.links #servicios-links .title span {
  font-size: 2.3rem;
  font-weight: 700 !important;
  color: var(--color-links-purple);
}
.links #servicios-links .subtitle {
  font-size: 1.8rem;
}
.links #servicios-links .videoContainerPlay {
  height: 100%;
  cursor: pointer;
}
.links #servicios-links .videoContainerImage {
  height: 100%;
  align-items: center;
}
.links #servicios-links .puntosPreText {
  width: 90%;
  margin: 2.5rem auto;
  text-align: center;
  color: var(--color-links-dark-purple);
  font-weight: bold;
}
.links #servicios-links .puntos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  gap: 2rem 1rem;
}
.links #servicios-links .puntosItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-links-dark-purple);
}
@media screen and (min-width: 480px) {
  .links #servicios-links .puntosItem {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .links #servicios-links .puntosItem {
    width: 30%;
  }
}
.links #servicios-links .puntosItemTitle {
  font-weight: bold;
  margin-top: 1rem;
}
.links #info-links {
  background-image: url("/img/links/fondo-morado-links.jpg");
  text-align: center;
  padding-top: 2rem;
}
.links #info-links > * {
  color: white;
}
.links #info-links .container {
  max-width: 90%;
}
.links #info-links .preText {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 4em;
}
.links #info-links .infoTitle1,
.links #info-links .infoTitle2 {
  display: inline-block;
  width: fit-content;
  font-size: 3em;
}
.links #info-links .infoTitle2 {
  margin-left: 0.2em;
  color: var(--color-links-cyan);
}
.links #info-links .infoGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.links #info-links .infoItem {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .links #info-links .infoItem {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .links #info-links .infoItem {
    width: 22%;
  }
}
.links #info-links .infoItemNumber {
  font-size: 4em;
  font-weight: bold;
  color: var(--color-links-cyan);
}
.links #info-links .infoItemTitle {
  height: 80px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
.links #info-links .infoItemSubtitle2 {
  font-weight: bold;
  margin: 1em 0;
}
.links #info-links .productsGroup {
  margin-top: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.links #info-links .productItem {
  display: flex;
}
.links #opinion-clientes .opinionItem,
.links .opinion-company .opinionItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
}
.links #opinion-clientes .opinionItemImage,
.links .opinion-company .opinionItemImage {
  height: fit-content;
  border-radius: 50%;
  border: 4px solid var(--color-links-cyan);
}
.links #opinion-clientes .opinionItemImage img,
.links .opinion-company .opinionItemImage img {
  max-width: 200px !important;
}
.links #opinion-clientes .opinionItemTitle,
.links .opinion-company .opinionItemTitle {
  font-size: 2rem;
  font-weight: bold;
  max-width: 400px;
}
.links #opinion-clientes .opinionItemSubtitle,
.links .opinion-company .opinionItemSubtitle {
  line-height: 1.2;
  font-weight: 500;
  max-width: 600px;
}
.links #opinion-clientes .opinionItemNombre,
.links .opinion-company .opinionItemNombre {
  font-weight: bold;
  margin: 0;
}
.links #opinion-clientes .opinionItemCargo,
.links .opinion-company .opinionItemCargo {
  margin: 0;
}
.links #opinion-clientes .splide__arrow,
.links .opinion-company .splide__arrow {
  background: none;
}
.links #opinion-clientes .splide__arrow svg,
.links .opinion-company .splide__arrow svg {
  fill: var(--color-links-cyan);
  width: auto;
  height: 40px;
}
.links #opinion-clientes,
.links .opinion-company {
  background-position: left bottom;
  background-size: cover;
}
.links #opinion-clientes .opinionItem,
.links .opinion-company .opinionItem {
  color: var(--color-links-dark-purple);
}
.links .opinion-company {
  background: var(--color-links-dark-purple);
}
.links .opinion-company .opinionItem {
  position: relative;
  color: white !important;
  text-align: left;
}
.links #services .card {
  border-radius: 20px;
  min-height: 600px;
}
.links #services .card img {
  border-radius: 20px;
}
.links #benefits {
  background: #e9e9e9 url("../img/links/background-benefits.webp") left top
    no-repeat;
}
.links #portfolio {
  background: url("../img/links/background-portfolio.webp") center top no-repeat;
  background-size: auto 100%;
}
.links #portfolio .portfolio-item {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.links .portfolio-modal .modal-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.links #portfolioModalUees .modal-content {
  background: white
    url("../img/links/portfolio/uees-desarrollo-de-sistema-de-citas-covid-banner.webp")
    right bottom no-repeat;
}
.links #portfolioModalArgos .modal-content {
  background: white
    url("../img/links/portfolio/tecnologico-argos-becas-municipio-de-guayaquil-banner.webp")
    right bottom no-repeat;
}
.links #portfolioModalEcotec .modal-content {
  background: white
    url("../img/links/portfolio/ecotec-cuarto-de-monitoreo-y-seguridad-banner.webp")
    right bottom no-repeat;
}
.links #testimonials {
  background: #4e3792;
  padding-bottom: 0.1em;
}
.links #testimonials h2 {
  color: white;
}
.links #testimonials .testimonial {
  margin-bottom: 30px;
}
.links #testimonials .testimonial p {
  min-height: 150px;
  background: white url("../img/links/background-testimonial.png") left bottom
    no-repeat;
  padding: 30px 60px 30px 60px;
  border-radius: 0px 70px 70px 0px;
  line-height: 1.4em;
}
.links #testimonials .testimonial .name {
  text-align: left;
  color: white;
  display: table;
  vertical-align: middle;
}
.links #testimonials .testimonial .person {
  width: 100%;
  position: relative;
  margin-top: 25px;
  margin: auto;
}
.links #testimonials .testimonial .person img {
  max-width: 200px;
  height: auto;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.links #testimonials .testimonial .person:before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/links/background-bubble.png") center bottom no-repeat;
  top: -30px;
  left: 20%;
}
.links #historia {
  background: url("../img/links/background-testimonials.jpg") center top
    no-repeat;
  padding: 12rem 0 6rem 0;
}
.links .img-fluid {
  width: 100%;
}
.links .list-styled li {
  background: url("../img/links/vineta.png") left top no-repeat;
  padding-left: 40px;
}
.links .banner-slide-valign {
  padding-top: 300px !important;
}
@media (min-width: 400px) {
  .links .mainMenu ul {
    background: transparent;
  }
  .links #hero p {
    font-size: 1.2rem;
  }
  .links #hero .heroTitle,
  .links #hero .heroSubtitle {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .links .banner-slide-valign {
    padding-top: 0px;
  }
  .links .banner-slide h1,
  .links .banner-slide .title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
  }
  .links .banner-slide p {
    line-height: 1.3;
  }
  .links .portfolio-modal .modal-content {
    padding: 1.2rem;
  }
  .links .testimonial:before {
    left: 5%;
  }
  .links .testimonial .person {
    width: 90%;
    margin-left: auto;
  }
  .links .portfolio-modal .modal-content {
    padding: 4rem;
  }
  .links #hero p {
    font-size: 1rem;
  }
  .links #hero .heroTitle,
  .links #hero .heroSubtitle {
    font-size: 4rem;
  }
}
.educalinks .bg-light {
  background-color: #f8f9fa !important;
}
.educalinks .bg-light .section-heading span {
  color: #422777;
}
.educalinks #banner-01 {
  background-color: #ff6514 !important;
  background-size: auto 100%;
}
.educalinks #banner-02 {
  background-color: #422777 !important;
  background-size: auto 100%;
}
.educalinks .carousel {
  height: 1000px !important;
}
.educalinks z h1,
.educalinks h2,
.educalinks h3,
.educalinks h4,
.educalinks h5,
.educalinks h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #422777;
}
.educalinks .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.educalinks .bg-primary {
  background-color: #422777 !important;
}
.educalinks .bg-primary .section-heading span {
  color: #ff6514 !important;
}
.educalinks .bg-secondary {
  background-color: #ff6514 !important;
}
.educalinks .bg-secondary .section-heading span {
  color: #422777;
}
.educalinks .bg-alternate .section-heading span {
  color: #ff6514;
}
.educalinks .bg-light {
  background-color: #f8f9fa !important;
}
.educalinks .bg-light .section-heading span {
  color: #422777;
}
.educalinks .bg-linear-light {
  background: linear-gradient(#fff, #f8f9fa);
}
.educalinks .border-danger {
  border-color: #dc3545 !important;
}
.educalinks .btn-primary {
  background-color: #422777 !important;
}
.educalinks .btn-secondary {
  background-color: #ff6514 !important;
}
.educalinks .text-primary {
  color: #422777 !important;
}
.educalinks .text-secondary {
  color: #ff6514 !important;
}
.educalinks ul.navbar-nav.text-uppercase.ml-auto.esp_menu {
  margin-left: auto !important;
}
.educalinks #hero {
  background: #ec671c;
  background-image: url(../../educalinks/img/educalinks-fondo-encabezado.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.educalinks #hero .container {
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
}
.educalinks #hero .heroTitle {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
}
.educalinks #hero .heroSubtitle {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .educalinks #hero .heroSubtitle {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.educalinks #hero .heroButton {
  background: white;
  border: none;
  border-radius: 16px;
  padding: 0.6rem 2.5rem;
  font-weight: bold;
  color: #ec671c;
  cursor: pointer;
}
.educalinks #hero .heroButton:hover {
  background: #422777;
  color: white;
}
.educalinks .heroImage {
  margin-top: -150px;
  display: flex;
  justify-content: center;
}
.educalinks .heroImage img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.educalinks #integraciones {
  text-align: center;
}
.educalinks #integraciones p {
  margin: 0;
  font-size: 1.4rem;
}
.educalinks #integraciones .integracionesTitle {
  color: #584a9f;
  font-weight: 500;
  margin: 0;
}
.educalinks #integraciones .integracionesSubtitle {
  color: #ec671c;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  font-weight: bold;
}
.educalinks #modulos p {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}
.educalinks #modulos .modulosTitle {
  color: #ec671c;
  font-weight: bold;
  margin: 0 auto;
}
.educalinks #modulos .modulosSubtitle {
  color: #584a9f;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .educalinks #modulos .modulosSubtitle {
    width: 70%;
  }
}
.educalinks #modulos .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}
.educalinks #modulos .modulosImage {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .educalinks #modulos .modulosImage {
    width: 500px;
  }
}
.educalinks #modulos .modulosImage img {
  width: 100%;
}
.educalinks #modulos .modulosCards {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .educalinks #modulos .modulosCards {
    min-width: 500px;
    width: 40%;
  }
}
.educalinks #modulos .modulosGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .educalinks #modulos .modulosGroup {
    justify-content: start;
  }
}
.educalinks #modulos .modulo {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 300px;
  width: 300px;
}
@media screen and (min-width: 480px) {
  .educalinks #modulos .modulo {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .educalinks #modulos .modulo {
    height: 150px;
    width: 150px;
  }
}
.educalinks #modulos .modulo p {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  line-height: 15px;
}
.educalinks #products {
  text-align: center;
}
.educalinks #products .planesSubtitle {
  color: #ec671c;
}
.educalinks #products .product {
  background: #422777;
  color: #cff0ee;
  background: #493a8e;
  border-radius: 30px;
  text-align: center;
}
.educalinks #products .price {
  background: white;
  color: #ff6514;
}
.educalinks #products .buy {
  margin: 1em 0 0;
}
.educalinks #products a.buy {
  border: 1px solid #ff6514;
  background: #ff6514;
  color: white;
  cursor: pointer;
}
.educalinks #products a.buy:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.educalinks .product-ingenium .planesSubtitle {
  color: #07c3a8 !important;
}
.educalinks .product-ingenium .price {
  color: #07c3a8 !important;
}
.educalinks .product-ingenium .price span {
  font-size: 12px;
  display: block;
}
.educalinks .product-ingenium .buy {
  border: 1px solid #07c3a8 !important;
  background: #07c3a8 !important;
  color: white;
}
.educalinks .product-ingenium .buy:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.educalinks .listNumber {
  background: #ff6514;
  color: #422777;
}
.educalinks .list:first-of-type .listNumber {
  color: #fff;
  background: #ff6514;
}
.educalinks .listDesc h1,
.educalinks .listDesc h2,
.educalinks .listDesc h3,
.educalinks .listDesc h4,
.educalinks .listDesc h5 {
  color: #ff6514;
  margin: 0;
}
.educalinks #plataforma {
  background: url("img/bg_section_2.jpg") left bottom repeat-x;
  margin-bottom: 0;
  padding: 0;
  margin-top: -73px;
}
.educalinks #plataforma h3 {
  color: #ff6514;
  font-size: xx-large;
  padding-bottom: 15px;
  padding-top: 70px;
  font-weight: 400;
}
.educalinks #plataforma h5 {
  font-weight: 400;
}
.educalinks #plataforma .tree_block {
  padding-top: 40px;
}
.educalinks #plataforma .card-title {
  font-size: x-large;
  margin: 20px 0;
}
.educalinks #plataforma .card-title span {
  font-size: xxx-large;
  font-weight: 700;
}
.educalinks #plataforma .card {
  border-radius: 20px;
  min-height: 620px;
  text-align: left;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.educalinks #plataforma .card img {
  border-radius: 20px;
  margin-top: -2px;
}
.educalinks #plataforma .card h4 {
  color: white;
}
.educalinks #plataforma .card p {
  line-height: 25px;
  font-weight: 200;
}
.educalinks #plataforma .service-clients {
  background: #ff6514;
  color: white;
  border: none;
}
.educalinks #plataforma .service-offers {
  background: #422777;
  color: white;
  border: none;
}
.educalinks #plataforma .service-sales {
  background: #ff6514;
  color: white;
  border: none;
}
.educalinks .portfolio-modal .modal-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.educalinks .img-fluid {
  width: 100%;
}
.educalinks .list-styled li {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .educalinks #banner-01 {
    background: url("../educalinks/img/banners/banner-educalinks.jpg") center
      top no-repeat;
    background-size: auto 100%;
  }
  .educalinks #banner-02 {
    background: url("../educalinks/img/banners/banner-educalinks-02.jpg") center
      top no-repeat;
    background-size: auto 100%;
  }
}
.ingenium #banner-01 {
  background-color: #422777 !important;
  background-size: auto 100%;
}
.ingenium #banner-01 .title_banner {
  color: #07c3a8;
}
.ingenium #banner-02 {
  background-color: #07c3a8 !important;
  background-size: auto 100%;
}
.ingenium .carousel {
  height: 1000px !important;
}
.ingenium h1,
.ingenium h2,
.ingenium h3,
.ingenium h4,
.ingenium h5,
.ingenium h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #422777;
}
.ingenium .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.ingenium .bg-primary {
  background-color: #422777 !important;
}
.ingenium .bg-primary .section-heading span {
  color: #ff00a8 !important;
}
.ingenium .bg-secondary {
  background-color: #ff00a8 !important;
}
.ingenium .bg-secondary .section-heading span {
  color: #422777;
}
.ingenium .bg-alternate .section-heading span {
  color: #ff00a8;
}
.ingenium .bg-light {
  background-color: #f8f9fa !important;
}
.ingenium .bg-light .section-heading span {
  color: #422777;
}
.ingenium .bg-linear-light {
  background: linear-gradient(#fff, #f8f9fa);
}
.ingenium .border-danger {
  border-color: #dc3545 !important;
}
.ingenium .btn-primary {
  background-color: #422777 !important;
}
.ingenium .btn-secondary {
  background-color: #ff00a8 !important;
}
.ingenium .btn-alternate {
  background-color: #07c3a8 !important;
}
.ingenium .text-primary {
  color: #422777 !important;
}
.ingenium .text-secondary {
  color: #ff00a8 !important;
}
.ingenium .navbar {
  box-shadow: none !important;
}
.ingenium .navbar ul li a:hover {
  color: #422777 !important;
}
.ingenium .navbar .dropdown li a.dropdown-item:hover {
  color: #422777 !important;
}
.ingenium ul.navbar-nav.text-uppercase.ml-auto.esp_menu {
  margin-left: auto !important;
}
.ingenium .carousel-indicators {
  bottom: -15px;
  display: none;
}
.ingenium .carousel-indicators li {
  background: #2c4489 !important;
  border-radius: 25px;
  padding: 5px 1px;
}
.ingenium #hero {
  background: #ec671c;
  background-image: url(../../ingenium/img/fondo-ingneium-web.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 0;
}
.ingenium #hero .container {
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding: 0;
}
.ingenium #hero .heroText {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ingenium #hero .heroText {
    width: 50%;
    text-align: left;
  }
}
.ingenium #hero .heroTitle {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
  color: #07c3a8;
}
.ingenium #hero .heroSubtitle {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .ingenium #hero .heroSubtitle {
    width: 70%;
    margin-bottom: 2rem;
  }
}
.ingenium #hero .heroButton {
  background: #07c3a8;
  border: none;
  border-radius: 16px;
  padding: 0.6rem 2.5rem;
  font-weight: bold;
  color: #422777;
  cursor: pointer;
}
.ingenium #hero .heroButton:hover {
  background: #ff00a8;
  color: white;
}
.ingenium #hero .heroImage {
  margin-top: 2rem;
  justify-content: center;
}
.ingenium #hero .heroImage img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ingenium #hero .heroImage {
    margin-top: 0;
    width: 50%;
  }
}
.ingenium #ingenium {
  background: linear-gradient(#fff, #f8f9fa);
}
.ingenium #ingenium h3 {
  font-weight: 400;
  color: #ff00a8;
}
.ingenium #ingenium h5 {
  font-weight: 400;
}
.ingenium #modulos p {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}
.ingenium #modulos .modulosTitle {
  color: #422777;
  line-height: 1.2;
  margin: 0 auto 2rem;
}
.ingenium #modulos .modulosSubtitle {
  color: #584a9f;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .ingenium #modulos .modulosSubtitle {
    width: 70%;
  }
}
.ingenium #modulos .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.ingenium #modulos .modulosCards {
  width: 100%;
  justify-content: center;
}
.ingenium #modulos .modulosGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ingenium #modulos .modulosGroup {
    justify-content: start;
  }
}
.ingenium #modulos .modulo {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(54, 54, 104, 0.233);
  height: 300px;
  width: 300px;
}
@media screen and (min-width: 480px) {
  .ingenium #modulos .modulo {
    height: 250px;
    width: 175px;
  }
}
@media screen and (min-width: 768px) {
  .ingenium #modulos .modulo {
    height: 240px;
    width: 170px;
  }
}
.ingenium #modulos .modulo p {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  line-height: 15px;
}
.ingenium #integraciones {
  text-align: center;
}
.ingenium #integraciones p {
  margin: 0;
  font-size: 1.4rem;
}
.ingenium #integraciones .integracionesTitle {
  color: #584a9f;
  font-weight: 500;
  margin: 0;
}
.ingenium #integraciones .integracionesSubtitle {
  color: #ec671c;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  font-weight: bold;
}
.ingenium #beneficios {
  margin-bottom: 60px;
}
.ingenium #beneficios .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.ingenium #beneficios .beneficiosTitle {
  color: #ff00a8;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.ingenium #beneficios .beneficiosSubtitle {
  font-size: 1.4rem;
  color: #584a9f;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ingenium #beneficios .beneficiosSubtitle {
    width: 70%;
  }
}
.ingenium .listNumber {
  background: #dde1ea;
}
.ingenium .list:first-of-type .listNumber {
  color: #fff;
  background: #422777;
}
.ingenium .listDesc h1,
.ingenium .listDesc h2,
.ingenium .listDesc h3,
.ingenium .listDesc h4,
.ingenium .listDesc h5 {
  color: #ff00a8;
  margin: 0;
}
.ingenium #products .product {
  background: #422777;
  color: #cff0ee;
  background: #422777;
  border-radius: 30px;
  text-align: center;
}
.ingenium #products .planesSubtitle {
  color: #ff00a8 !important;
}
.ingenium #products .price {
  color: #422777 !important;
}
.ingenium #products .price span {
  font-size: 12px;
  display: block;
}
.ingenium #products .buy {
  border: 1px solid #ff00a8 !important;
  background: #ff00a8 !important;
  color: white;
}
.ingenium #products .buy:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.ingenium #products .product-educalinks .planesSubtitle {
  color: #ec671c !important;
}
.ingenium #products .product-educalinks .price {
  background: white;
  color: #ec671c !important;
}
.ingenium #products .product-educalinks .buy {
  margin: 1em 0 0;
}
.ingenium #products .product-educalinks a.buy {
  border: 1px solid #ec671c !important;
  background: #ec671c !important;
  color: white;
  cursor: pointer;
}
.ingenium #products .product-educalinks a.buy:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
@media (min-width: 768px) {
  .ingenium #banner-01 {
    background: url("../ingenium/img/banners/banner-ingenium-01.jpg") center top
      no-repeat;
    background-size: auto 100%;
  }
  .ingenium #banner-02 {
    background: url("../ingenium/img/banners/banner-ingenium-01.jpg") center top
      no-repeat;
    background-size: auto 100%;
  }
}
.ingenium .btn-whatsapp,
.ingenium .btn-whatsapp:hover {
  background: #0d840a;
  border-color: #0d840a;
  color: white;
}
.knowhow h1,
.knowhow h2,
.knowhow h3,
.knowhow h4,
.knowhow h5,
.knowhow h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #25337a;
}
.knowhow .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.knowhow .bg-primary {
  background-color: #25337a !important;
}
.knowhow .bg-primary .section-heading span {
  color: #eb0029 !important;
}
.knowhow .bg-secondary {
  background-color: #eb0029 !important;
}
.knowhow .bg-secondary .section-heading span {
  color: #25337a;
}
.knowhow .bg-alternate .section-heading span {
  color: #eb0029;
}
.knowhow .bg-light {
  background-color: #f8f9fa !important;
}
.knowhow .bg-light .section-heading span {
  color: #25337a;
}
.knowhow .bg-linear-light {
  background: linear-gradient(#fff, #f8f9fa);
}
.knowhow .border-danger {
  border-color: #dc3545 !important;
}
.knowhow .btn-baner {
  background-color: white !important;
  color: #25337a !important;
  font-weight: 700;
}
.knowhow .btn-baner:hover {
  color: white !important;
  background-color: #eb0029 !important;
}
.knowhow .btn-primary {
  background-color: #25337a !important;
}
.knowhow .btn-secondary {
  background-color: #eb0029 !important;
}
.knowhow .btn-alternate {
  background-color: #47378f !important;
  color: white !important;
}
.knowhow .text-primary {
  color: #25337a !important;
}
.knowhow .text-secondary {
  color: #eb0029 !important;
}
.knowhow #producto-caracteristicas {
  background: white;
}
.knowhow section#producto-menu {
  background: #bc0912;
}
.knowhow section#producto-menu ul {
  padding: 0;
  margin: 0 auto;
  display: table;
  width: auto;
}
.knowhow section#producto-menu li {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
}
.knowhow .producto .tabs-nav {
  margin: 0;
}
.knowhow .producto .tabs-nav li a,
.knowhow .producto .tabs-nav li a:hover,
.knowhow .producto .tabs-nav li a:focus {
  color: #25337a;
}
.knowhow .producto .tabs-nav li.active a,
.knowhow .producto .tabs-nav li a:hover,
.knowhow .producto .tabs-nav li a:focus {
  background-color: white;
  border-radius: 20px 20px 0 0;
  color: #eb0029;
}
.knowhow .producto .tabs-nav {
  border-bottom: 0px solid #e0e1eb;
}
.knowhow .producto-container {
  padding: 20px;
  background: white;
  border-radius: 20px;
}
.knowhow .producto-container li {
  list-style: none;
  padding: 0 0 20px 0;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.knowhow .producto-container .producto-item {
  font-weight: 200;
  background: red url("/knowhow/img/requirement.png") center top no-repeat !important;
  min-height: 100px;
}
.knowhow #programa-de-idiomas {
  background: #d2d2dc
    url("/knowhow/img/background-knowhow-cursos-para-profesionales.jpg") center
    top no-repeat;
}
.knowhow #soporte {
  background: #eb0029
    url("../knowhow/img/background-knowhow-cursos-de-ingles-en-ecuador.jpg")
    right top no-repeat;
  background-size: auto 100%;
}
.knowhow #responsive {
  background: none;
}
.knowhow #instituciones {
  background-color: #f1f1f1;
}
.knowhow #instituciones .title h2 {
  font-weight: 300;
}
.knowhow #instituciones .title h2 strong {
  font-weight: 700;
}
.knowhow #instituciones .content_logo {
  text-align: center;
}
.knowhow #instituciones .content_logo .container {
  max-width: 100% !important;
}
.knowhow #instituciones .content_logo .logo_info {
  display: inline-block;
  padding: 0px 30px;
}
.knowhow #instituciones .badge-secondary {
  background: #eb0029;
  font-size: 0.6rem;
}
.knowhow #instituciones .item-soon {
  color: #b9b9b9;
}
.knowhow #contact {
  padding: 0;
  margin-top: -60px;
  margin-bottom: 60px;
}
.knowhow #contact .section-heading {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 60px;
}
.knowhow #contact strong {
  font-weight: bold;
}
.knowhow #contact .botonera {
  padding: 45px 0px;
}
.knowhow #contact a.btn {
  min-width: 60%;
}
.knowhow .portfolio-modal .modal-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.knowhow .img-fluid {
  width: 100%;
}
.knowhow .list-styled li {
  padding-left: 40px;
}
.knowhow .section-gray-full-width p {
  line-height: 1.111em;
  font-size: 23px;
}
.knowhow .text-main {
  font-size: 24px;
}
.knowhow section#transition-content {
  background: #25337a
    url("/knowhow/img/background-before-footer-call-to-action.png") left top
    repeat-x;
  color: white !important;
}
.knowhow .call-to-action {
  background-color: #eb0029 !important;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  padding: 20px;
}
.knowhow .promocion {
  border: 1px solid white;
  padding: 20px;
  border-radius: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
.knowhow .rosetta-app-movil-text {
  margin-top: 150px !important;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .knowhow .banner-text:after {
    display: none !important;
  }
  .knowhow section#banner {
    padding-bottom: 200px;
  }
  .knowhow .banner-form {
    margin-top: 0px !important;
  }
  .knowhow .banner-text {
    margin-top: 220px !important;
  }
}
@media (min-width: 1200px) {
  .knowhow #responsive {
    background: url("../knowhow/img/background-rosetta-stone-ecuador.jpg") fixed
      center no-repeat;
  }
}
.knowhow #plataformas {
  background-color: #f1f1f1;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
}
.knowhow #plataformas .title h2 {
  color: #25337a;
  font-size: 3rem;
  padding: 15px 0 0px 0px;
  font-weight: 700;
  margin-bottom: 0px;
}
.knowhow #plataformas .title h3 {
  font-weight: 500;
  color: #25337a;
  font-size: 2.4rem;
}
.knowhow #plataformas .title p {
  padding-top: 20px;
  line-height: 20px;
  font-weight: 300;
}
.knowhow #plataformas .card-title {
  font-size: x-large;
  margin: 20px 0;
}
.knowhow #plataformas .card-title span {
  font-size: xxx-large;
  font-weight: 700;
}
.knowhow #plataformas .card {
  border-radius: 20px;
  min-height: 620px;
  text-align: left;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.knowhow #plataformas .card img {
  border-radius: 20px;
  margin-top: -2px;
}
.knowhow #plataformas .card h4 {
  color: #47378f;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1px 0 10px 0;
}
.knowhow #plataformas .card .text_block {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.knowhow #plataformas .card .text_block p {
  line-height: 22px;
  color: #444444;
}
.knowhow #plataformas .service-clients {
  background: white;
  border: none;
}
.knowhow #plataformas .service-offers {
  background: white;
  border: none;
}
.knowhow #plataformas .service-sales {
  background: white;
  border: none;
}
@media (max-width: 990px) {
  .knowhow .banner-text {
    margin-top: 0px !important;
    padding: 30px;
    background: #ddd !important;
    border-radius: 30px 30px 0 0;
  }
  .knowhow .banner-text p,
  .knowhow .banner-text h2 {
    color: #333 !important;
  }
  .knowhow .banner-form {
    margin-top: 0px !important;
  }
  .knowhow .register-form {
    border-radius: 0 0 30px 30px !important;
  }
  .knowhow .banner-text:after,
  .knowhow section#banner-bottom {
    display: none !important;
  }
  .knowhow .rosetta-app-movil-text {
    margin-top: 0px !important;
  }
  .knowhow #primary-nav a,
  .knowhow #primary-nav span {
    color: #333;
  }
  .knowhow #primary-nav .submenu-expander {
    margin-top: 15px;
  }
  .knowhow #primary-nav ul {
    background-color: #ccc;
  }
  .knowhow section#producto-menu li,
  .knowhow section#producto-menu a {
    display: block;
  }
  .knowhow section#producto-menu ul {
    margin: 0;
    width: 100%;
  }
  .knowhow .hide-in-movil {
    display: none;
  }
}
.knowhow .float-right {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .knowhow #banner-01 {
    background: url("../../knowhow/img/banners/banner_knowhow.jpg") center top
      no-repeat;
    background-size: auto 100%;
  }
  .knowhow #banner-02 {
    background: url("../../img/banners/banner-educalinks-02.jpg") center top
      no-repeat;
    background-size: auto 100%;
  }
}
.redlinks h1,
.redlinks h2,
.redlinks h3,
.redlinks h4,
.redlinks h5,
.redlinks h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: red;
}
.redlinks {
  background-color: #f3f3f3;
}
.redlinks .page-section h2.section-heading {
  font-weight: 300;
}
.redlinks .bg_white {
  background-color: white;
}
.redlinks .bg-primary {
  background-color: red !important;
}
.redlinks .bg-primary .section-heading span {
  color: #422777 !important;
}
.redlinks .bg-secondary {
  background-color: #422777 !important;
}
.redlinks .bg-secondary .section-heading span {
  color: red;
}
.redlinks .bg-footer {
  background-color: #422777 !important;
}
.redlinks .bg-footer .section-heading span {
  color: red;
}
.redlinks .bg-alternate {
  background-color: #ff5d5e !important;
}
.redlinks .bg-alternate .section-heading span {
  color: #ff5d5e;
}
.redlinks .bg-light {
  background-color: #f8f9fa !important;
}
.redlinks .bg-light .section-heading span {
  color: red;
}
.redlinks .btn-primary {
  background-color: red !important;
}
.redlinks .btn-secondary {
  background-color: #422777 !important;
}
.redlinks .border-danger {
  border-color: #dc3545 !important;
}
.redlinks .text-primary {
  color: red !important;
}
.redlinks .text-secondary {
  color: #422777 !important;
}
.redlinks .navbar {
  box-shadow: none !important;
}
.redlinks ul.navbar-nav.text-uppercase.ml-auto.esp_menu {
  margin-left: auto !important;
}
.redlinks .banner-slide img.logo_redlinks {
  width: 250px;
}
.redlinks .banner-slide h1 {
  font-weight: 500;
  font-size: 2.6rem;
  margin-top: 50px;
}
.redlinks .banner-slide p.text-secondary {
  padding: 50px 0;
  font-size: 1.7rem;
}
.redlinks .carousel-indicators {
  bottom: -15px;
  display: none;
}
.redlinks .carousel-indicators li {
  background: #2c4489 !important;
  border-radius: 25px;
  padding: 5px 1px;
}
.redlinks #inicio .title_banner {
  font-size: xxx-large;
  font-weight: 500;
  padding-top: 30px;
  line-height: 47px;
}
.redlinks #inicio .text_banner {
  font-size: xx-large;
  font-weight: 300;
  color: #aea1c7;
  line-height: 40px;
  margin: 45px 0 0px 0 !important;
}
.redlinks #plataforma .card {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.redlinks #plataforma {
  background: #fff url("../img/bg_section_2.jpg") left bottom repeat-x;
  margin-bottom: 120px;
}
.redlinks #plataforma h3 {
  color: #422777;
  font-size: xx-large;
  padding-bottom: 15px;
  padding-top: 70px;
  font-weight: 700;
}
.redlinks #plataforma .tree_block {
  padding-top: 70px;
}
.redlinks #plataforma .card-title {
  font-size: x-large;
  margin: 20px 0;
}
.redlinks #plataforma .card-title span {
  font-size: xxx-large;
  font-weight: 700;
}
.redlinks #plataforma .card {
  border-radius: 20px;
  min-height: 620px;
  text-align: left;
}
.redlinks #plataforma .card img {
  border-radius: 20px;
}
.redlinks #plataforma .card p {
  line-height: 25px;
  font-size: smaller;
  font-weight: 200;
}
.redlinks #plataforma .service-clients {
  background: #422777;
  color: white;
}
.redlinks #plataforma .service-offers {
  background: red;
  color: white;
}
.redlinks #plataforma .service-sales {
  background: #422777;
  color: white;
}
.redlinks #funciones {
  margin-bottom: 70px;
  background-color: #e4e9ed;
}
.redlinks #funciones .section-heading {
  font-weight: 400;
}
.redlinks #funciones .feature {
  text-align: center;
  margin: 30px 20px;
}
.redlinks #funciones .feature p.card-text {
  color: gray;
  font-size: medium;
}
.redlinks #integraciones .badge-secondary {
  background: #422777;
  font-size: 0.6rem;
}
.redlinks #integraciones .item-soon {
  color: #b9b9b9;
}
.redlinks .portfolio-modal .modal-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.redlinks #services .text_services p {
  padding-bottom: 10px;
  font-size: x-large;
}
.redlinks #services .lista {
  margin: 40px 0;
}
.redlinks #services .lista .card_redlinks {
  min-height: 350px;
  border-radius: 0 0 20px 20px;
}
.redlinks #services .lista .card_redlinks h4,
.redlinks #services .lista .card_redlinks h5,
.redlinks #services .lista .card_redlinks p {
  color: white;
}
.redlinks #services .lista .card_redlinks h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
.redlinks #services .lista .card_redlinks p {
  padding: 25px 0;
  font-weight: 200;
  font-size: 1.1rem !important;
}
.redlinks #benefits {
  background-image: none;
  background-color: white;
  padding: 30px 0 0 0;
}
.redlinks #benefits p {
  font-size: x-large;
  padding: 5px 0 30px 0;
  line-height: 30px;
  font-weight: 200;
  margin: 0;
}
.redlinks #benefits h2 {
  font-weight: 400;
  font-size: 2rem;
}
.redlinks #benefits a.btn {
  width: 60%;
}
.redlinks #benefits .row.bt-center {
  margin-bottom: 70px;
}
.redlinks #contact {
  background-color: #efeded;
  padding: 3rem 0;
}
.redlinks #contact .section-heading {
  font-weight: 200;
  font-size: 2rem;
}
.redlinks #contact .text-center {
  margin: 50px 0;
}
.redlinks #contact .text-center h4.section-heading {
  margin: 0 0 70px 0;
  font-weight: 400;
}
.redlinks #contact a.btn {
  width: 60%;
}
.redlinks #contact .lista {
  padding: 50px 0 20px 0;
}
.redlinks .img-fluid {
  width: 100%;
}
.redlinks .list-styled li {
  padding-left: 40px;
}
.redlinks .top-bar {
  padding-top: 100px;
  background-color: #422777;
  display: flex;
  justify-content: center;
  font-size: 20px;
  overflow: hidden;
}
.redlinks .top-bar ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  display: flex;
  list-style: none;
}
.redlinks .top-bar li {
  padding-bottom: 20px;
  position: relative;
}
.redlinks .top-bar li:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #d34b49;
}
.redlinks .top-bar li.active:after {
  content: "";
  transform: rotate(45deg);
}
.redlinks .top-bar li:hover:after {
  content: "";
  transform: rotate(45deg);
}
.redlinks .top-bar a {
  color: white;
}
.redlinks .hero {
  font-size: 22px;
  color: #fff;
  background: url("../../redlinks/img/Banner_redlinks2021.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.redlinks .hero .container {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
.redlinks .hero .rl-logo {
  width: 400px;
  margin-bottom: 40px;
}
.redlinks .hero .text-lg {
  font-size: 70px;
}
.redlinks .hero .text-md {
  font-size: 48px;
}
.redlinks .hero-info {
  width: 55%;
  padding: 120px 0;
}
.redlinks .hero-info p {
  margin: 0;
  line-height: 1.5em;
}
.redlinks .hero-img {
  width: 40%;
  display: flex;
  align-items: center;
  position: relative;
}
.redlinks .hero .download-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.redlinks .hero .download-buttons a {
  width: 200px;
}
.redlinks .hero .download-buttons a img {
  width: 100%;
}
.redlinks .hero .play-btn {
  position: absolute;
  left: -100px;
  top: 100px;
}
.redlinks .locales {
  font-size: 32px;
  margin: 25px 0;
}
.redlinks .locales h2 {
  margin-bottom: 40px;
}
.redlinks .locales .marcas-participantes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: auto;
}
.redlinks .locales .splide__track {
  gap: 35px;
}
.redlinks .locales .splide__slide {
  padding: 20px;
  overflow: hidden;
  border-radius: 25px;
}
.redlinks .locales .splide__slide .img-container {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 0 20px 0px gray;
}
.redlinks .locales .splide__slide img {
  width: 100%;
}
.redlinks .usuarios {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(right - 10px) bottom;
  margin-bottom: 50px;
  position: relative;
}
.redlinks .usuarios .container {
  display: flex;
  justify-content: space-between;
}
.redlinks .usuarios .info {
  margin-left: 60px;
  width: 40%;
  padding: 150px 0;
}
.redlinks .usuarios h1 {
  font-size: 62px;
}
.redlinks .usuarios p {
  line-height: 1.3em;
  font-size: 44px;
  color: #422777;
}
.redlinks .usuarios img {
  height: 100%;
  z-index: -1;
}
.redlinks .how-to {
  margin: 50px 0;
}
.redlinks .how-to .title {
  font-size: 48px;
}
.redlinks .how-to p {
  font-size: 20px;
}
.redlinks .how-to img {
  width: 100%;
}
.redlinks .beneficios .container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.redlinks .beneficios .beneficio {
  width: 350px;
  display: inherit;
  gap: 5px;
  width: 0.8fr;
}
.redlinks .beneficios .icon {
  font-size: 32px;
}
.redlinks .beneficios p {
  font-size: 24px;
}
.redlinks .afiliacion {
  margin-bottom: 100px;
}
.redlinks .afiliacion .container > * {
  margin: 50px;
}
.redlinks .afiliacion p {
  font-size: 42px;
  line-height: 1.2em;
}
.redlinks .afiliacion .button-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.redlinks .afiliacion .btn {
  width: 250px !important;
  text-transform: none;
}
.redlinks .afiliacion .btn-register {
  background-color: #ff5d5e;
  color: #fff;
}
.redlinks #products .buy-redlinks-card-for-users,
.redlinks #products .buy-redlinks-suscription-for-brands {
  min-height: 550px;
}
.redlinks #products .buy-redlinks-card-for-users .product,
.redlinks #products .buy-redlinks-suscription-for-brands .product {
  max-width: 500px;
  padding: 50px 0;
}
.redlinks #products .buy-redlinks-card-for-users small,
.redlinks #products .buy-redlinks-suscription-for-brands small {
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  clear: both;
}
.redlinks #products .buy-redlinks-card-for-users h4,
.redlinks #products .buy-redlinks-suscription-for-brands h4 {
  font-size: xxx-large;
}
.redlinks #products .buy-redlinks-card-for-users h4,
.redlinks #products .buy-redlinks-card-for-users p,
.redlinks #products .buy-redlinks-suscription-for-brands h4,
.redlinks #products .buy-redlinks-suscription-for-brands p {
  color: white;
}
.redlinks #products .buy-redlinks-card-for-users {
  background: url("../../redlinks/img/background-buy-redlinks-cards.jpg")
    no-repeat;
  background-size: auto 100%;
}
.redlinks #products .buy-redlinks-card-for-users small {
  background: #ff5d5e;
}
.redlinks #products .buy-redlinks-suscription-for-brands {
  background: url("../../redlinks/img/background-buy-redlinks-suscribe.jpg")
    no-repeat;
  background-size: auto 100%;
}
.redlinks #products .buy-redlinks-suscription-for-brands small {
  background: #422777;
}
.redlinks #videoRedlinks iframe {
  background: #000;
}
.redlinks footer.footer.bg-primary {
  background-color: #422777 !important;
}
.redlinks .text-color-opaque {
  color: #ff5d5e !important;
}
.redlinks .splide__arrow {
  background: none;
}
.redlinks .splide__arrow:hover {
  background-color: #42277763;
}
.redlinks .splide__arrow svg {
  fill: #422777;
}
.redlinks .splide__arrow--prev {
  left: -2em !important;
}
.redlinks .splide__arrow--next {
  right: -2em !important;
}
.redlinks .splide__pagination {
  bottom: -0.5em;
}
.redlinks .splide__pagination__page.is-active {
  background-color: #422777;
  opacity: 1;
}
@media (max-width: 576px) {
  .redlinks .hero .download-buttons {
    justify-content: center;
  }
  .redlinks .hero .text-md {
    font-size: 1.7em;
  }
  .redlinks .hero .rl-logo {
    width: 90%;
  }
  .redlinks .locales img {
    width: 200px;
  }
  .redlinks .how-to img {
    width: 200px;
  }
  .redlinks .how-to p {
    line-height: 1.1em;
  }
}
@media (max-width: 768px) {
  .redlinks .hero-info,
  .redlinks .hero-img {
    width: 100%;
  }
  .redlinks .hero-img {
    display: block;
    width: fit-content;
    margin: auto;
  }
  .redlinks .hero .play-btn {
    left: 25%;
    top: 40%;
  }
  .redlinks .locales h2 {
    font-size: 0.8em;
  }
  .redlinks .usuarios .container {
    flex-wrap: wrap;
  }
  .redlinks .usuarios::before {
    content: "";
    background-image: url("../../redlinks/img/app_redlinks.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: -1;
  }
  .redlinks .usuarios .info {
    width: 100%;
    margin: 0vh;
  }
  .redlinks .usuarios p {
    font-size: 2.4em;
  }
  .redlinks .usuarios img {
    display: none;
    width: 100%;
    margin-top: -400px;
  }
}
.webinar #banner {
  background: #493a8e
    url("../img/webinars/2021-jul-aulas-hibridas/webinar-banner-links-ecuador.jpg")
    center bottom no-repeat !important;
}
.webinar #banner label {
  display: none;
}
.webinar .badge-secondary {
  background: #00ecca;
  padding: 10px;
  letter-spacing: 3px;
  color: #493a8e;
  margin: 15px;
}
.webinar #services .card {
  border-radius: 20px;
  min-height: 600px;
}
.webinar #services .card img {
  border-radius: 20px;
}
.webinar #topics {
  background: url("../img/webinars/2021-jul-aulas-hibridas/webinar-topics-links.jpg")
    right bottom no-repeat;
}
.webinar #speaker-data {
  background: url("../img/webinars/2021-jul-aulas-hibridas/webinar-speaker-data.jpg")
    center top no-repeat;
  color: white;
}
.webinar #speaker-data h6 {
  color: #00ecca;
}
.socialtray {
  height: 100%;
  color: #2c4489;
  overflow-x: hidden;
  background: #ffffff;
}
.socialtray #banner-01 {
  background: url("../socialtray/img/banners/crm-captacion-de-clientes.jpg")
    left top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .socialtray #banner-01 {
    background: url("../socialtray/img/banners/crm-captacion-de-clientes.jpg")
      center top no-repeat;
    background-size: auto 100%;
  }
}
.socialtray h1,
.socialtray h2,
.socialtray h3,
.socialtray h4,
.socialtray h5,
.socialtray h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2c4489;
}
.socialtray .page-section {
  padding: 0;
}
.socialtray .text-primary {
  color: #2c4489 !important;
}
.socialtray .text-secondary {
  color: #17ab7d !important;
}
.socialtray .btn-primary {
  color: #fff !important;
  background-color: #2c4489;
  border-color: #2c4489;
}
.socialtray .btn-secondary {
  color: #fff !important;
  background-color: #17ab7d;
  border-color: #17ab7d;
}
.socialtray .btn-socialtray {
  border-radius: 30px 3px 30px 30px !important;
}
.socialtray footer.footer.bg-primary {
  background-color: #660ff1 !important;
}
.socialtray .btn-socialtray-inverse {
  border-radius: 30px 30px 30px 3px !important;
  background-color: #17ab7d;
  color: #2c4489 !important;
}
.socialtray a.btn-socialtray-inverse:hover,
.socialtray a.btn-socialtray:hover {
  color: white !important;
}
.socialtray .navbar {
  box-shadow: none !important;
}
.socialtray .carousel-indicators {
  bottom: -15px;
}
.socialtray .carousel-indicators li {
  background: #2c4489 !important;
  border-radius: 25px;
  padding: 5px 1px;
}
.socialtray .container-fluid {
  padding: 0 !important;
}
.socialtray #plataforma {
  background: #ffffff;
  margin-bottom: 120px;
}
.socialtray #plataforma .card-title {
  font-size: large;
  color: white;
}
.socialtray #plataforma .card-title span {
  font-size: xxx-large;
  font-weight: 700;
}
.socialtray #plataforma .card {
  border-radius: 20px;
  min-height: 600px;
  text-align: left;
  font-weight: 300 !important;
}
.socialtray #plataforma .card img {
  border-radius: 20px;
}
.socialtray #plataforma .card p {
  line-height: 25px;
}
.socialtray #plataforma .service-clients {
  background: #2c4489;
  color: white;
}
.socialtray #plataforma .service-offers {
  background: #17ab7d;
  color: white;
}
.socialtray #plataforma .service-sales {
  background: #1788ac;
  color: white;
}
.socialtray #funciones {
  padding-top: 600px;
  margin-top: 90px;
  margin-bottom: 70px;
}
.socialtray #funciones .section-heading {
  line-height: 50px;
  margin-bottom: 50px;
}
.socialtray #funciones .feature {
  text-align: center;
}
.socialtray #plataforma .card {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.socialtray #integraciones .badge-secondary {
  background: #17ab7d;
  font-size: 0.6rem;
}
.socialtray #integraciones .item-soon {
  color: #b9b9b9;
}
.socialtray .portfolio-modal .modal-body {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.socialtray #contact .text-center {
  margin: 50px 0;
}
.socialtray .img-fluid {
  width: 100%;
}
.socialtray .list-styled li {
  background: url("../img/links/vineta.png") left top no-repeat;
  padding-left: 40px;
}
.colegios #hero {
  background: var(--color-links-cyan)
    url("../../img/colegios/plataforma-de-gestion-academica-para-colegios.jpg")
    center top no-repeat !important;
  background-attachment: fixed !important;
}
.colegios #pasos {
  background: var(--color-links-cyan)
    url("../../img/colegios/soluciones-tecnologicas-para-colegios-en-el-2022.jpg")
    center top no-repeat !important;
  background-attachment: fixed !important;
}
.colegios #pasos .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.colegios #pasos .container .title {
  font-size: 1.7rem;
}
.colegios #plataformas {
  background: var(--color-links-cyan)
    url("../../img/colegios/sistema-de-gestion-academica-en-ecuador.jpg") center
    bottom no-repeat !important;
}
.colegios #plataformas .text {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .colegios #plataformas .text {
    width: 40%;
  }
}
.colegios #plataformas .title {
  color: var(--color-links-dark-purple);
  text-align: right;
}
.colegios #plataformas .title span {
  color: var(--color-links-purple);
  text-align: right;
}
.colegios #plataformas .plataformasGroup {
  width: 70%;
  margin-right: 0;
}
.colegios #informacion {
  background: url(../../img/colegios/links-desarrollo-de-plataformas-para-colegios.jpg)
    no-repeat;
  background-attachment: fixed !important;
}
.empresas #hero {
  background: var(--color-links-cyan)
    url("../../img/empresas/curso-online-de-ingles-intensivo-para-empresas-y-profesionales.jpg")
    center top no-repeat !important;
  background-attachment: fixed !important;
}
.empresas #satisfaccion {
  background: var(--color-links-cyan);
}
.empresas #pasos {
  background: url("../../img/empresas/los-mejores-crm-2022-para-marketing-y-ventas-2022.jpg")
    center top no-repeat !important;
  background-attachment: fixed !important;
}
.empresas #pasos .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.empresas #pasos .container .title {
  font-size: 1.7rem;
}
.empresas #plataformas {
  background: url("../../img/empresas/vende-mas-convierte-mas-vilma-nunez.jpg")
    center center no-repeat !important;
  background-attachment: fixed !important;
  text-align: center;
}
.empresas #plataformas .title,
.empresas #plataformas .subtitle {
  color: white;
  text-align: center;
}
.empresas #plataformas .title span,
.empresas #plataformas .subtitle span {
  color: var(--color-links-cyan);
  text-align: center;
}
.empresas #plataformas .plataformasGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.empresas #plataformas .plataforma {
  width: 20%;
  color: white;
}
.empresas #informacion {
  background: url("../../img/empresas/links-desarrollo-de-plataformas-para-empresas.jpg")
    no-repeat;
  background-attachment: fixed !important;
}
.nbs #banner-01 {
  background-color: #422777 !important;
  background-size: auto 100%;
}
.nbs #banner-01 .title_banner {
  color: #07c3a8;
}
.nbs #banner-02 {
  background-color: #07c3a8 !important;
  background-size: auto 100%;
}
.nbs .carousel {
  height: 1000px !important;
}
.nbs h1,
.nbs h2,
.nbs h3,
.nbs h4,
.nbs h5,
.nbs h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #422777;
}
.nbs .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.nbs .bg-primary {
  background-color: #422777 !important;
}
.nbs .bg-primary .section-heading span {
  color: #ff00a8 !important;
}
.nbs .bg-secondary {
  background-color: #ff00a8 !important;
}
.nbs .bg-secondary .section-heading span {
  color: #422777;
}
.nbs .bg-alternate .section-heading span {
  color: #ff00a8;
}
.nbs .bg-light {
  background-color: #f8f9fa !important;
}
.nbs .bg-light .section-heading span {
  color: #422777;
}
.nbs .bg-linear-light {
  background: linear-gradient(#fff, #f8f9fa);
}
.nbs .border-danger {
  border-color: #dc3545 !important;
}
.nbs .btn-primary {
  background-color: #422777 !important;
}
.nbs .btn-secondary {
  background-color: #ff00a8 !important;
}
.nbs .btn-alternate {
  background-color: #07c3a8 !important;
}
.nbs .text-primary {
  color: #422777 !important;
}
.nbs .text-secondary {
  color: #ff00a8 !important;
}
.nbs .navbar {
  box-shadow: none !important;
}
.nbs .navbar ul li a:hover {
  color: #422777 !important;
}
.nbs .navbar .dropdown li a.dropdown-item:hover {
  color: #422777 !important;
}
.nbs ul.navbar-nav.text-uppercase.ml-auto.esp_menu {
  margin-left: auto !important;
}
.nbs .carousel-indicators {
  bottom: -15px;
  display: none;
}
.nbs .carousel-indicators li {
  background: #2c4489 !important;
  border-radius: 25px;
  padding: 5px 1px;
}
.nbs .text_banner {
  font-size: 1.3em;
  line-height: 1.2em;
}
.nbs .imagen_hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nbs .imagen_hero img {
  max-width: 100%;
}
.nbs #hero {
  background-image: url(../../nbs/img/banner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 0;
}
.nbs #hero .container {
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding: 0;
}
.nbs #hero .title_banner {
  color: #fff;
}
.nbs #hero .btn_pdf {
  font-weight: 800;
  color: #42468c;
}
.nbs #hero p {
  color: white;
}
.nbs #how_to {
  background-color: #f1f1fd;
  padding-top: 4em;
  padding-bottom: 1em;
}
.nbs #how_to .container {
  display: flex;
  margin: 0 auto;
}
.nbs #how_to .container .list-how {
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.nbs #how_to .container .list-how .item {
  color: #4d4d9d;
  display: flex;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
}
.nbs #how_to .container .list-how .item p {
  margin: 0;
}
.nbs #how_to .container .buttons {
  display: flex;
  justify-content: flex-start;
  gap: 3em;
}
.nbs #how_to .container .buttons .btn-nbs {
  border-color: #3b246d;
  font-weight: 700;
  box-shadow: none;
}
.nbs #how_to .container .buttons .btn-nbs.btn-outlined {
  background-color: transparent;
  color: #3b246d;
  border: 3px solid;
}
.nbs #how_to .container .buttons .btn-nbs.btn-filled {
  background-color: #3b246d;
  color: #fff;
  border: 3px solid #3b246d;
}
.nbs #how_to .container .image img {
  max-height: 500px;
  max-width: 100%;
  margin-top: 1.4em;
}
.nbs #beneficios {
  background-color: #f1f1fd;
  padding-top: 3em;
  padding-bottom: 1em;
}
.nbs #beneficios .title {
  text-align: center;
}
.nbs #beneficios .subtitle {
  text-align: center;
  margin: 0 auto;
  color: #484896;
}
.nbs #beneficios .list-benefits {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.nbs #beneficios .list-benefits .item {
  gap: 1em;
  justify-content: center;
  width: 150px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1em;
}
.nbs #beneficios .list-benefits .item .text {
  font-size: 0.8em;
  font-weight: 600;
  color: #575757;
  text-align: center;
}
.nbs #beneficios .list-benefits .item .image {
  margin: 0 auto;
}
.nbs #beneficios .list-benefits .item .image img {
  height: 60px;
}
.nbs #beneficios .list-benefits .item:last-child {
  background: #00ebbf;
}
.nbs #beneficios .list-benefits .item:last-child .text {
  color: #484896;
  font-weight: 700;
}
.nbs #reasons {
  padding: 3em 0 15em;
  background-color: #f1f1fd;
}
.nbs #reasons .title {
  text-align: center;
}
.nbs #reasons .subtitle {
  text-align: center;
  margin: 0 auto;
  color: #484896;
}
.nbs #reasons .info {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.nbs #reasons .info .image img {
  max-width: 100%;
}
.nbs #reasons .info .list-reasons {
  display: flex;
  gap: 2em;
  flex-direction: column;
}
.nbs #reasons .info .list-reasons .item {
  display: flex;
  gap: 1em;
}
.nbs #reasons .info .list-reasons .text .title {
  margin: 0 auto;
  font-weight: 800;
  text-align: left;
  color: #484896;
}
.nbs #reasons .info .list-reasons .text .description {
  text-align: left;
  margin: 0 auto;
  color: #484896;
}
@media (min-width: 768px) {
  .nbs #banner-01 {
    background: url("../nbs/img/banner.jpg") center top no-repeat;
    background-size: auto 100%;
  }
  .nbs #banner-02 {
    background: url("../nbs/img/banner.jpg") center top no-repeat;
    background-size: auto 100%;
  }
}
.nbs .btn-whatsapp,
.nbs .btn-whatsapp:hover {
  background: #0d840a;
  border-color: #0d840a;
  color: white;
}
@media (max-width: 576px) {
  .carousel {
    height: 700px !important;
  }
  .carousel h1 {
    font-size: 30px;
  }
  .carousel p {
    font-size: 20px;
  }
  .carousel .banner-slide {
    padding: 150px 20p 200px 20px;
    background-color: aqua !important;
    background-size: auto 100%;
    height: 100%;
  }
  .carousel img {
    width: 100%;
  }
  .btn-links {
    border-radius: 30px !important;
    font-size: 16px !important;
  }
  .btn-links-inverse {
    border-radius: 30px !important;
  }
  #benefits {
    padding-top: 20px;
  }
  #services {
    padding-bottom: 20px;
  }
  #gotopbutton {
    display: none;
  }
}
@media (min-width: 576px) {
  #benefits {
    padding-top: 20px;
  }
  #services {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  a.btn-links {
    border-radius: 35px 3px 35px 35px !important;
  }
  a.btn-links-inverse {
    border-radius: 35px 35px 35px 3px !important;
  }
  #benefits {
    background: #e9e9e9 url("../img/links/background-benefits.webp") center top
      no-repeat;
    padding-top: 6rem;
  }
  .links .modal-body {
    background: rgba(255, 255, 255, 0) !important;
  }
}
@media (min-width: 992px) {
  .carousel p {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
  .banner-slide {
    height: 100%;
    padding-top: 170px;
  }
  .portfolio-modal .modal-body {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
  }
  .mainMenu ul {
    padding: 20px;
    background: transparent;
  }
  .mainMenu ul li {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 0;
  }
  .floatingMenu ul {
    padding: 20px;
    background: transparent;
  }
  .floatingMenu ul li {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .owl-carousel .owl-nav {
    display: block !important;
  }
}
#banner-historia {
  height: 300px;
  background: url("/img/links/banner/banner-nuestra-historia.jpg") center top
    no-repeat;
  padding-top: 170px;
  text-align: center;
}
#banner-historia h2 {
  color: white;
}
#contacto {
  background: radial-gradient(
    30.57% 61.38% at 39.03% 26.74%,
    #03fccf 0%,
    #02ebc6 30.99%,
    #00c4b1 100%
  );
  padding-bottom: 250px;
  color: var(--color-links-dark-purple);
}
#contacto .contactoTitle1,
#contacto .contactoTitle2 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
#contacto .contactoTitle2 {
  color: var(--color-links-purple);
  font-weight: bold;
}
#contacto .contactoForm {
  width: 100%;
  margin-top: 4rem;
}
#contacto .contactoForm .formRow {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#contacto .contactoForm .formInput {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contacto .contactoForm .formInput {
    width: 48%;
  }
}
#contacto .contactoForm .formInput:only-child {
  width: 100% !important;
}
#contacto .contactoForm .formInput label {
  margin: 0;
}
#contacto .contactoForm .formInput input {
  border-radius: 24px;
  border: 1px solid #b0adad;
  width: 100%;
  padding: 0.6rem;
}
#contacto .contactoForm .formInput input:focus {
  outline: none;
}
#contacto .contactoForm .formInput select {
  border-radius: 24px;
  border: none;
  width: 100%;
  background: #8f63e8;
  color: white;
  padding: 0.6rem;
}
#contacto .contactoForm .formInput select:focus {
  outline: none;
}
#contacto .contactoForm .formInput textarea {
  border-radius: 24px;
  border: 1px solid #b0adad;
  width: 100%;
  padding: 0.6rem;
}
#contacto .contactoForm .formInput textarea:focus {
  outline: none;
}
#contacto .contactoForm .formButton {
  border: none;
  background: linear-gradient(180deg, #5831a6 0%, #8f63e8 100%);
  color: white;
  padding: 0.6rem 2rem;
}
#contacto .contactoForm .formButton:focus,
#contacto .contactoForm .formButton:focus-visible {
  outline: none;
}
@media screen and (min-width: 768px) {
  #header .navbar .container-fluid {
    width: auto !important;
  }
}
footer {
  border-top-right-radius: 230px 210px;
  margin-top: -200px;
}
#contact {
  padding-bottom: 280px;
}
