/* @import 'base/normalize'; */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--mvc-gutter-x, 0.75rem);
  padding-left: var(--mvc-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --mvc-gutter-x: 1.5rem;
  --mvc-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--mvc-gutter-y) * -1);
  margin-right: calc(var(--mvc-gutter-x) / -2);
  margin-left: calc(var(--mvc-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--mvc-gutter-x) / 2);
  padding-left: calc(var(--mvc-gutter-x) / 2);
  margin-top: var(--mvc-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #fbfaf8;
  color: #404040;
  font-family: 'Open Sans', Arial, sans-serif;
}

.wrapper {
  width: 100%;
  margin: 2.5rem 0;
  flex: 1 0 auto;
}
.wrapper--no-both {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper--center {
  display: flex;
  align-items: center;
}

.image {
  width: 100%;
  display: block;
}

strong {
  font-weight: 700;
}

.container--course {
  max-width: 940px;
}

.container--form {
  max-width: 640px;
}

.container--wrapper {
  margin: 2.5rem auto;
}

.container--dashboard {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}

.row--inline {
  flex-flow: row nowrap;
}
.row--inline > * {
  flex-shrink: 1;
}

.question-item {
  margin-bottom: .5rem;
}

.step-item {
  margin-bottom: .5rem;
  padding: .5rem .75rem .5rem .25rem;
}
.step-item:nth-child(even) {
  background-color: #eee;
}

.grecaptcha-badge {
  display: none;
}

.navbar {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.navbar__brand {
  max-width: 300px;
  flex-grow: 1;
  padding: .5rem .25rem;
}
.navbar__brand-link {
  width: 100%;
  display: block;
  padding: 0rem .65rem;
}
.navbar__brand-image {
  width: 100%;
  display: block;
}
.navbar__list {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
}
.navbar__item {
  height: 100%;
  transition: all 300ms ease-in-out;
}
.navbar__item:hover, .navbar__item:focus {
  background-color: #21b6d8;
  color: #fff;
}
.navbar__item--primary {
  background-color: #21b6d8;
  color: #fff;
}
.navbar__item--primary:hover {
  background-color: transparent;
  color: #1d9ebb;
}
.navbar__link {
  height: 100%;
  display: flex;
  cursor: pointer;
  padding: 0 1rem;
  font-size: 1.125rem;
  color: #2a2a2a;
  text-decoration: none;
}
.navbar__link > span {
  align-self: center;
}
.navbar__link:hover, .navbar__link:focus {
  background-color: #21b6d8;
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #161616;
  background-image: url("/resources/assets/images/footer_bg.png");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  color: #abbaba;
  padding: 1.25rem 0;
  margin-top: auto;
  flex-shrink: 0;
}
.footer__widget__title {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer__menu {
  width: 100%;
  padding: 0 0 1rem 0;
}
.footer__menu__item {
  width: 100%;
  font-size: .875rem;
  padding: 0 0 .5rem .85rem;
  position: relative;
}
.footer__menu__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f0da';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 8px;
  color: #21b6d8;
}
.footer__link {
  color: #bababa;
  text-decoration: none;
  transition: 300ms ease-in-out;
}
.footer__link--company {
  color: #21b6d8;
}
.footer__link--inline {
  padding: 0 .5rem;
}
.footer__link:hover {
  color: #fff;
}
.footer__copyright {
  margin-right: auto;
}
.footer__seperator {
  margin: 1rem 0;
  width: 100%;
  height: 1px;
  background-color: #2e2e2e;
  float: left;
}
.footer__bottom {
  padding: 1rem 1rem;
  font-size: .875rem;
}

.button {
  display: inline-block;
  align-items: center;
  background-color: #f5f5f5;
  color: #444444;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: .9rem;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms all ease-in-out;
  white-space: nowrap;
}
.button:focus, .button:hover {
  outline: 0;
  background-color: #e1e1e1;
  border-color: #adadad;
}
.button--no-wrap {
  white-space: nowrap;
}

.tooltip {
  position: relative;
}

.tooltip:hover .tooltip__content {
  display: block;
}

.tooltip-container {
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  max-width: 200px;
  padding: 8px 10px 10px;
  font-size: .8rem;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 4px;
  -webkit-animation: tooltip-popup 0.8s;
  animation: tooltip-popup 0.8s;
  text-align: center;
}

.tooltip-container::after {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  border-width: 0 6px 8px 6px;
  border-bottom-color: #2d2d2d;
}

.tooltip-container.no-display {
  display: none;
}

.tooltip-container.tooltip-center {
  display: block;
}

.tooltip-container.tooltip-center::before, .tooltip-container.tooltip-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
}

.tooltip-container.tooltip-center::after {
  top: -8px;
  border-width: 0 6px 8px 6px;
  border-bottom-color: #2d2d2d;
}

[data-tooltip] {
  cursor: pointer;
}

@-webkit-keyframes tooltip-popup {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltip-popup {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
p {
  line-height: 1.8;
  margin: .5rem 0;
}

.flex {
  display: flex;
}

.align--center {
  align-self: center;
}

.text--silent {
  color: #adadad;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--small {
  font-size: .75rem;
}

.block {
  width: 100%;
  display: block;
}

.bold {
  font-weight: 700;
}

.title {
  color: #21b6d8;
  font-weight: 700;
  font-size: 1.5rem;
  margin: .5rem 0;
}
.title--md {
  font-size: 2rem;
  margin: .75rem 0;
}
.title--lg {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.list {
  margin: 1rem 0;
  padding-left: 2.5rem;
  list-style: disc;
  display: flex;
  flex-flow: row wrap;
}
.list__item {
  width: 100%;
}
.list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.text-push--left {
  margin-left: 1.5rem;
}

.link {
  color: #21b6d8;
  text-decoration: none;
  border-bottom: 1px dashed #21b6d8;
}

.info {
  width: 100%;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 7px;
}
.info--information {
  border-color: #f4fbfe;
  background-color: #f4fbfe;
  color: #1380ad;
}
.info--alert {
  border-color: #fef4f4;
  background-color: #fef4f4;
  color: #ad1313;
}
.info--success {
  border-color: #f6fef4;
  background-color: #f6fef4;
  color: #49ad13;
}
.info--warning {
  border-color: #fdfef4;
  background-color: #fdfef4;
  color: #ad9613;
}

.error {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.error__item {
  width: 100%;
  margin-bottom: .25rem;
  list-style: none;
}
.error__item > i {
  margin-right: .5rem;
  display: inline-block;
}

.card {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  padding: 1.75rem 2rem;
}
.card:not(:first-child) {
  margin-top: 1.5rem;
}
.card--fh {
  padding: 0;
  margin-bottom: 1.5rem;
}
.card--space-b {
  margin-bottom: 1rem;
}
.card--wt-padding {
  padding: 0;
}
.card__header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.card__title {
  font-size: 1.5rem;
  font-weight: 700;
  align-self: flex-start;
  margin-right: auto;
}
.card__action {
  display: flex;
  flex-flow: row nowrap;
  align-self: flex-start;
}
.card__action > * {
  margin-left: .5rem;
}
.card__link {
  width: 100%;
  padding: .75rem .85rem;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  border-left: 3px solid transparent;
}
.card__link:hover, .card__link:focus, .card__link--active {
  border-color: #21b6d8;
  color: #21b6d8;
}
.card__link__title {
  width: 100%;
  padding: .75rem .85rem;
  font-size: .85rem;
  background-color: #eee;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card__link:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card__link__text {
  font-weight: 700;
}
.card__link > span {
  width: 100%;
  display: block;
}

.form__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: block;
}
.form__control {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: .75rem;
}
.form__label {
  width: 100%;
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: .235rem;
}
.form__select {
  width: 100%;
  position: relative;
}
.form__select:before {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-size: .75rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  z-index: 99;
}
.form__textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: .85rem;
  font-family: inherit;
  line-height: 1.75;
  color: #454545;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  resize: none;
  display: none;
  visibility: hidden;
}
.form__textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
  border-color: #21b6d8;
}
.form__textarea--default {
  display: block;
  visibility: visible;
}
.form__input {
  font-family: 'Open Sans', Arial, sans-serif;
  width: 100%;
  padding: .35rem .85rem;
  line-height: 1.75;
  font-size: .85rem;
  color: #454545;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form__input[disabled] {
  background-color: #eee;
}
.form__input--select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form__input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
  border-color: #21b6d8;
}
.form__addon {
  padding: 0 .5rem;
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.form__addon--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__addon--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form__group {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.form__tooltip {
  width: 2rem;
  margin-left: 1rem;
  padding: .5rem;
  text-align: center;
  border: 1px solid #f4fbfe;
  border-radius: 50%;
  background-color: #f4fbfe;
  color: #1380ad;
  align-self: center;
  cursor: pointer;
}
.form__submit {
  padding: .5rem .85rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: .9rem;
  cursor: pointer;
  color: #fff;
  background-color: #21b6d8;
  border: 1px solid #21b6d8;
  border-radius: 7px;
  appearance: none;
  white-space: nowrap;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form__submit:hover, .form__submit:focus {
  outline: 0;
  border-color: #1d9ebb;
  background-color: #1d9ebb;
}
.form__submit:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
}
.form__q-checkbox {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 7px;
  cursor: pointer;
}
.form__q-checkbox > input {
  display: none;
}
.form__q-checkbox > input:checked + label {
  background-color: #21b6d8;
  color: #fff;
}
.form__q-checkbox > label {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: inherit;
  border-radius: 7px;
}
.form__q-checkbox > label > i {
  width: 100%;
  text-align: center;
  align-self: center;
  cursor: inherit;
}
.form__q-radio {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
}
.form__q-radio > input {
  display: none;
}
.form__q-radio > input:checked + label {
  background-color: #21b6d8;
  color: #fff;
}
.form__q-radio > label {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: inherit;
  border-radius: 50%;
}
.form__q-radio > label > i {
  width: 100%;
  text-align: center;
  align-self: center;
  cursor: inherit;
}
.form__checkbox {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: .5rem;
}
.form__checkbox > input {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.form__checkbox > input:checked + label:before {
  color: #fff;
  border-color: #21b6d8;
  background-color: #21b6d8;
}
.form__checkbox > input:checked + 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");
  color: #fff;
}
.form__checkbox > input:active + label:before, .form__checkbox > input:focus + label:before {
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
}
.form__checkbox > label {
  left: 0;
  padding-left: .75rem;
  cursor: pointer;
}
.form__checkbox > label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.188rem;
  height: 1.188rem;
  border: 1px solid #adb5bd;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out;
}
.form__checkbox > label:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.188rem;
  height: 1.188rem;
  padding: .125rem;
  content: '';
  background: no-repeat 50%/50% 50%;
}
.form__radio {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: .5rem;
}
.form__radio > input {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.form__radio > input:checked + label:before {
  color: #fff;
  border-color: #21b6d8;
  background-color: #21b6d8;
}
.form__radio > input:checked + 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");
  color: #fff;
}
.form__radio > input:active + label:before, .form__radio > input:focus + label:before {
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
}
.form__radio > label {
  left: 0;
  padding-left: .75rem;
  cursor: pointer;
}
.form__radio > label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.188rem;
  height: 1.188rem;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  transition: background-color .15s ease-in-out;
}
.form__radio > label:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.188rem;
  height: 1.188rem;
  padding: .125rem;
  content: '';
  background: no-repeat 50%/50% 50%;
}
.form__button {
  width: 100%;
  margin-top: .5rem;
  display: flex;
}
.form__button > label {
  width: 100%;
  display: inline-block;
  color: #21b6d8;
  cursor: pointer;
  font-size: .85rem;
}
.form__button > input {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
.form__button > input:active + label, .form__button > input:focus + label {
  box-shadow: 0 0 0 0.2rem rgba(81, 121, 214, 0.25);
}
.form__filezone {
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
  margin-top: 1.5rem;
}
.form__filezone--inline {
  margin-top: 0;
}
.form__filezone > label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border: 1px dotted #ccc;
  display: block;
  cursor: pointer;
  user-select: none;
}
.form__filezone > label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.form__filezone > label > span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ccc;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  text-align: center;
}
.form__filezone > img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 999;
}
.form__filezone > input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9999;
}

.space {
  width: 100%;
  display: block;
}
.space-sm {
  margin: .25rem 0;
}
.space-md {
  margin: .5rem 0;
}
.space-lg {
  margin: .75rem 0;
}
.space-xl {
  margin: 1rem 0;
}
.space-xxl {
  margin: 1.25rem 0;
}

.col-seperator {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 1.5rem 0;
  padding: 0 1rem 0 1rem;
  float: left;
}

.course__header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
}
.course__header__title {
  flex-grow: 1;
  margin-right: auto;
  font-size: 1.325rem;
  font-weight: 700;
}
.course__header__action {
  align-self: flex-start;
}
.course__picture-in-picture {
  width: 100%;
  height: 156px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.course__picture-in-picture-foreground {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 7px;
}
.course__picture-in-picture-background {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  filter: blur(8px);
}
.course__header-action {
  width: 100%;
  padding: 1.75rem 2rem 0 2rem;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.course__header-action-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
  align-items: center;
}
.course__header-action-title {
  flex-grow: 1;
  margin-right: auto;
  font-size: 1.325rem;
  font-weight: 700;
}
.course__header-action-dropdown {
  margin-left: auto;
}
.course__tab-list {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.course__tab-item {
  color: #2a2a2a;
  text-decoration: none;
  text-align: center;
  flex-grow: 1;
  border-bottom: 3px solid transparent;
  padding: .75rem 0;
  transition: 300ms ease-in-out;
}
.course__tab-item:hover, .course__tab-item:focus, .course__tab-item--active {
  outline: 0;
  border-color: #21b6d8;
}

.module__header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
  align-items: center;
}
.module__title {
  flex-grow: 1;
  margin-right: auto;
  font-size: 1.225rem;
  font-weight: 500;
}
.module__action {
  margin-right: 1rem;
  display: flex;
  flex-flow: row nowrap;
}
.module__action > *:not(:last-child) {
  margin-right: .5rem;
}
.module__step-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.module__step-list--collapsed {
  display: none;
}
.module__step-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid #eee;
  margin-bottom: .75rem;
}
.module__step-item:nth-child(2n) {
  background-color: #fafafa;
}
.module__step-item:hover {
  background-color: #f7f7f7;
}
.module__step-preview {
  width: 200px;
  position: relative;
}
.module__step-link {
  display: block;
  height: 100%;
  color: #2a2a2a;
  text-decoration: none;
  text-align: left;
}
.module__step-number {
  width: 64px;
  padding: .5rem;
  margin-right: .5rem;
  font-weight: 700;
}
.module__step-content {
  width: 100%;
  margin-right: auto;
  padding: .5rem 1rem;
}
.module__step-image {
  width: 100%;
  display: block;
}
.module__step-action {
  margin-top: .5rem;
  margin-right: 1rem;
}
.module__footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.module__footer > :not(:last-child) {
  margin-right: .5rem;
}

.course-card {
  position: relative;
  height: 300px;
  border: .5rem solid transparent;
}
.course-card__list {
  width: 100%;
  padding: 0 1rem;
}
.course-card__item {
  padding: 0;
  float: left;
}
.course-card__item::before, .course-card__item::after {
  content: ' ';
  clear: both;
  display: table;
}
.course-card__item--reverse {
  float: right;
}
.course-card__row {
  width: 100%;
  float: left;
}
.course-card__row::before, .course-card__row::after {
  content: ' ';
  clear: both;
  display: table;
}
.course-card__row:not(:first-child) {
  margin-top: 3rem;
}
.course-card__title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-left: .5rem;
  margin-bottom: .5rem;
  margin-top: 0;
}
.course-card--large {
  height: 600px;
}
.course-card__image {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.course-card__background {
  width: 100%;
  height: 100%;
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
.course-card__background:hover > i {
  opacity: 1;
}
.course-card__background::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.course-card__button {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 3rem;
  height: 3rem;
  transition: 300ms ease-in-out;
  opacity: 0;
}
.course-card__button--large {
  top: 50%;
  width: 5rem;
  height: 5rem;
}
.course-card__button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #21b6d8;
  animation: ripple 2s linear infinite;
}
.course-card__button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #21b6d8;
  animation: ripple 2s linear 1s infinite;
}
.course-card__button > i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #21b6d8;
  font-size: 3rem;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.course-card__button--large > i {
  font-size: 5rem;
}
.course-card:hover .course-card__button {
  opacity: 1;
}
.course-card__name {
  font-size: 1.125rem;
  font-weight: 700;
}
.course-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.925);
}
.course-card__explore {
  width: 100%;
  margin: .5rem 0;
}
.course-card__link {
  color: #0d6477;
  font-size: .85rem;
  display: flex;
  text-decoration: none;
}
.course-card__link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}
.course-card__link > i {
  align-self: center;
  margin-top: .125rem;
  margin-left: .5rem;
  display: inline-block;
}
.course-card__progress {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  z-index: 9;
}
.course-card__progress-bar {
  width: 100%;
  height: 8px;
  background-color: #ccc;
  border-radius: 7px;
  align-self: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.course-card__progress-bar-value {
  height: 100%;
  background-color: #21b6d8;
  border-radius: 7px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.course-card__progress-value {
  margin-left: .85rem;
  font-size: .85rem;
  align-self: center;
}

@media (max-width: 576px) {
  .course-card__item {
    width: 100%;
  }
}
.dropdown {
  position: relative;
}
.dropdown__menu {
  z-index: 1000;
  display: none;
  flex-flow: row wrap;
  background-color: #fff;
  padding: .5rem 0;
  border: 1px solid #cdcdcd;
  border-radius: 7px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown__menu.right {
  --bs-position: end;
}
.dropdown__menu.show {
  display: flex;
}
.dropdown__menu__item {
  color: #444;
  text-decoration: none;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  padding: .5rem 1rem;
  font-size: .9rem;
}
.dropdown__menu__item > i {
  width: 2rem;
}
.dropdown__menu__item:hover, .dropdown__menu__item:focus {
  outline: 0;
  background-color: #f5f5f5;
}
.dropdown__seperator {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: .5rem 0;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.attachment__list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem;
}
.attachment__item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.attachment__item:not(:last-child) {
  margin-bottom: .5rem;
}
.attachment__item-type {
  width: auto;
  margin-right: .5rem;
  background-color: #21b6d8;
  color: #fff;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  align-items: center;
}
.attachment__item-type > * {
  width: 70px;
  text-align: center;
}
.attachment__item-name {
  width: 100%;
  flex-grow: 1;
  padding: 1rem;
}
.attachment__item-progress {
  align-self: center;
  margin-right: .5rem;
}
.attachment__item-remove {
  align-self: center;
  margin: 0 .5rem;
}

.upload-zone {
  margin: 2rem 0;
}
.upload-zone--hidden {
  display: none;
}
.upload-zone__state {
  width: 100%;
}
.upload-zone__progress {
  width: 100%;
  height: 7px;
  background-color: #ccc;
  border-radius: 7px;
}
.upload-zone__progress-bar {
  height: 100%;
  background-color: #21b6d8;
  border-radius: 7px;
}
.upload-zone__progress-text {
  width: 100%;
  margin-top: .5rem;
}
.upload-zone__progress-text > i {
  margin-right: .5rem;
}

.table-list {
  width: 100%;
  display: none;
  border-collapse: collapse;
}
.table-list__container {
  width: 100%;
  border-collapse: collapse;
}
.table-list input, .table-list select {
  width: auto;
  padding: 6px 12px;
  font-size: .85rem;
  font-family: inherit;
  line-height: 1.75;
  color: #454545;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.table-list__item {
  vertical-align: middle;
  padding: .25rem .5rem;
}
.table-list__item__image {
  display: block;
  padding: .25rem;
  margin-left: .5rem;
}
.table-list__row:nth-child(even) {
  background-color: #eee;
}

.dataTables_wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.dataTables_length {
  width: 50%;
  margin-bottom: 1.5rem;
}
.dataTables_filter {
  width: 50%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.5rem;
}
.dataTables_filter > label {
  margin-left: auto;
}
.dataTables_filter > label > input {
  margin-left: 1rem;
}
.dataTables_info {
  width: 50%;
  margin-top: 1.5rem;
  flex-grow: 1;
  align-self: center;
}
.dataTables_empty {
  width: 100%;
  height: 250px;
  vertical-align: middle;
  text-align: center;
}
.dataTables_paginate {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1.5rem;
}
.dataTables_paginate > *:first-child {
  margin-left: auto;
}
.dataTables_paginate > * {
  align-self: center;
  cursor: pointer;
}

.paginate_button {
  background-color: #f5f5f5;
  color: #444444;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: .9rem;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms all ease-in-out;
}
.paginate_button.disabled, .paginate_button.current {
  cursor: not-allowed;
}
.paginate_button.current {
  background-color: #21b6d8 !important;
  color: #fff;
}
.paginate_button:not(:last-child) {
  margin-right: .5rem;
}
.paginate_button:focus, .paginate_button:hover {
  outline: 0;
  background-color: #e1e1e1;
  border-color: #adadad;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 580px;
  border-radius: 7px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.modal-content {
  padding: 2rem 1rem;
  background-color: #fff;
}
.modal-body {
  font-weight: 700;
}
.modal-body p {
  line-height: 1.5;
  margin: 0;
}
.modal-footer {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
}
.modal-footer > *:not(:last-child) {
  margin-right: .5rem;
}

.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.125em;
}

.lightpick--inlined {
  position: relative;
  display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box;
}

.lightpick.is-hidden {
  display: none;
}

.lightpick__months {
  display: grid;
  background-color: #EEE;
  grid-template-columns: auto;
  grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #FFF;
}

.lightpick__month-title-bar {
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center;
}

.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.lightpick__month-title > .lightpick__select:disabled {
  color: #333;
}

.lightpick__month-title > .lightpick__select-months {
  font-weight: bold;
  font-size: 1em;
  margin-right: .5em;
}

.lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #DDD;
  justify-content: center;
  align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 12px;
}

.lightpick__close-action {
  font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
  display: flex;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 18.8% auto;
  background-position: center bottom;
  color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(33, 182, 216, 0.1);
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(33, 182, 216, 0.1);
  background-image: none;
}

.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(33, 182, 216, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #21b6d8;
  background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #21b6d8;
  background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2321b6d8' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2321b6d8' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  color: #FFF;
  font-weight: bold;
}

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__footer {
  display: flex;
  justify-content: space-between;
}

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}

.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  max-height: 720px;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.breadcrumb {
  z-index: 999;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  background-color: #161616;
}
.breadcrumb__left {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  text-decoration: none;
}
.breadcrumb__left:hover, .breadcrumb__left:active, .breadcrumb__left:focus {
  outline: 0;
}
.breadcrumb__left:hover .breadcrumb__back, .breadcrumb__left:active .breadcrumb__back, .breadcrumb__left:focus .breadcrumb__back {
  background-color: #1d9ebb;
  border-color: #1d9ebb;
}
.breadcrumb__back {
  border: 1px solid #21b6d8;
  background-color: #21b6d8;
  color: #fff;
  cursor: pointer;
  padding: .75rem 1rem;
  font-size: 1.5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.breadcrumb__link {
  color: #fff;
  text-decoration: none;
  padding-left: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.breadcrumb__link > span {
  margin-left: .5rem;
}
.breadcrumb__title {
  align-self: center;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  flex-grow: 1;
}
.breadcrumb__action {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
}
.breadcrumb__button {
  border: 1px solid #21b6d8;
  background-color: #21b6d8;
  color: #fff;
  cursor: pointer;
  padding: .75rem 1rem;
  font-size: 1.5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.breadcrumb__button:hover, .breadcrumb__button:active, .breadcrumb__button:focus {
  outline: 0;
  background-color: #1d9ebb;
  border-color: #1d9ebb;
}

.step__viewport {
  width: 100%;
  position: relative;
}
.step__container {
  width: 100%;
  max-width: 1340px;
  margin: 2.5rem auto;
}
.step__image {
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.step__image > img {
  width: 100%;
  display: block;
}
.step__favorit {
  position: absolute;
  top: .5rem;
  left: .5rem;
  opacity: .5;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.step__favorit--active {
  opacity: 1;
  color: #ff0606;
}
.step__favorit > i {
  font-size: 2.25rem;
}
.step__favorit--small {
  top: .25rem;
  left: .25rem;
}
.step__favorit--small > i {
  font-size: 1.5rem;
}
.step__question {
  width: 100%;
  display: block;
  margin-top: 2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  padding: 1rem;
}
.step__question-title {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.step__question-check {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.step__question-answer {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.step__question-correct {
  color: #50bb44;
}
.step__question-correct label {
  background-color: #50bb44;
  color: #fff;
}
.step__question-failure {
  color: #bb4444;
}
.step__question-failure label {
  background-color: #bb4444;
  color: #fff;
}
.step__question-item {
  position: relative;
  padding: .5rem 0;
  border-radius: 7px;
  transition: background-color 150ms ease-in-out;
}
.step__question-item:hover {
  background-color: #eee;
}
.step__question-item label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.step__action {
  width: 100%;
  margin-top: 2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  padding: 1.5rem 1.75rem;
  display: flex;
}
.step__button {
  flex-basis: 150px;
}
.step__button > .button {
  width: 100%;
  display: block;
  padding: .45rem 1.25rem;
}
.step__stage {
  flex-grow: 1;
  text-align: center;
  align-self: center;
}
.step__focus {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.step__course-info {
  width: 100%;
  background-color: #fff;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 2rem;
}
.step__user-note {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.step__user-note--open {
  display: none;
}
.step-information__list {
  width: 380px;
  margin-left: 2rem;
  display: flex;
  flex-flow: column nowrap;
}
.step-information__title {
  width: 100%;
  background-color: #21b6d8;
  color: #fff;
  padding: .5rem .25rem;
  font-size: .85rem;
  height: 35px;
}
.step-information__content {
  width: 100%;
  height: 100%;
}
.step-information__content--p {
  padding: 1rem;
}
.step-information__note {
  width: 100%;
  height: calc(100% - 35px);
  max-height: calc(100% - 35px);
  outline: 0;
  display: block;
  border: 0;
  max-width: 100%;
  resize: none;
  padding: 0 1rem;
  font-family: inherit;
  font-size: .85rem;
  line-height: 33px;
}
.step__ask {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 99;
}
.step__ask-trigger {
  font-size: .85rem;
  border: 1px solid #21b6d8;
  background-color: #21b6d8;
  cursor: pointer;
  color: #fff;
  padding: .5rem 1rem;
}
.step__ask-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
}
.step__ask-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  width: 380px;
  display: none;
}
.step__ask-content {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
.step__ask-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.step__attachment {
  position: fixed;
  top: 133px;
  bottom: 25%;
  right: 0;
  z-index: 98;
  width: 100%;
  max-width: 480px;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}
.step__attachment--open {
  transform: translateX(0%);
}
.step__attachment-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  overflow: auto;
}
.step__attachment-content {
  width: 100%;
  height: auto;
  padding: 1rem;
}
.step__attachment-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.step__attachment-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #404040;
  text-decoration: none;
  border: 1px solid #eee;
  transition: background-color 150ms ease-in-out;
}
.step__attachment-item:hover {
  background-color: #eee;
}
.step__attachment-item:not(:last-of-type) {
  margin-bottom: .5rem;
}
.step__attachment-type {
  width: 80px;
  margin-right: 1rem;
  align-self: center;
  text-align: center;
  background-color: #21b6d8;
  color: #fff;
  text-transform: uppercase;
  font-size: .85rem;
  padding: .5rem;
}
.step__attachment-name {
  flex-grow: 1;
  margin-right: auto;
}
.step__attachment-action {
  margin-right: 1rem;
}

.payment-selection__item {
  width: 100%;
  position: relative;
}
.payment-selection__item:hover {
  background-color: #eee;
}
.payment-selection__content {
  width: 100%;
  padding-left: 2.5rem;
}
.payment-selection__title {
  width: 100%;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
.payment-selection__description {
  width: 100%;
}
.payment-selection__description > * {
  width: 100%;
  display: block;
}
.payment-selection__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: blue;
}

.rearrange__content {
  width: 100%;
}
.rearrange__list {
  width: 100%;
  margin-top: 1rem;
}
.rearrange__item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: .5rem 0 .5rem .5rem;
  cursor: pointer;
}
.rearrange__item:nth-child(even) {
  background-color: #eee;
}
.rearrange__item > span {
  width: 100%;
  flex-grow: 1;
}
.rearrange__item > i {
  margin-left: auto;
  margin-right: .5rem;
  display: inline-block;
}

.news__header {
  width: 100%;
  font-size: 2.25rem;
  font-weight: bold;
  margin-left: .5rem;
  margin-bottom: .5rem;
  margin-top: 0;
}
.news__list {
  width: 100%;
  padding: 0 1rem;
}
.news__item {
  width: 50%;
  height: 350px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: .5rem;
}
.news__item--large {
  width: 100%;
  height: 700px;
}
.news__item--half {
  width: 25%;
}
.news__row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.news__left {
  width: 40%;
  display: flex;
  flex-flow: row wrap;
}
.news__right {
  width: 60%;
  display: flex;
  flex-flow: row wrap;
}
.news__rest {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.news__rows {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.news__image {
  width: 100%;
  display: block;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  transition: all 850ms ease-in-out;
}
.news__image:hover {
  background-size: 110% 110%;
}
.news__image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.news__image::after {
  content: '';
  background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  position: absolute;
  left: 0;
  top: 80%;
  bottom: 0;
  right: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.news__image--large {
  background-size: 100%;
}
.news__image--large:hover {
  background-size: 110%;
}
.news__mask {
  position: absolute;
  left: 1.75rem;
  right: 1.75rem;
  bottom: 2.25rem;
}
.news__topic {
  padding: .25rem;
  background-color: #21b6d8;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: .85rem;
}
.news__date {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 1rem;
}
.news__date i {
  display: inline-block;
  margin-right: .5rem;
}
.news__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.news__title--large {
  font-size: 1.675rem;
}
.news__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  transition: all 250ms ease-in-out;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.news__link:hover {
  box-shadow: inset 0 0 0 0.25rem #21b6d8;
}
.news__banner {
  flex-grow: 1;
  height: 350px;
  padding: .5rem;
}
.news__banner-content {
  width: 100%;
  height: 100%;
  background-color: #21b6d8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.news__banner-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.faq__list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.faq__item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}
.faq__header {
  width: 100%;
  padding: .5rem 1rem;
  background-color: #21b6d8;
  color: #fff;
  cursor: pointer;
  user-select: none;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
}
.faq__header span {
  width: 100%;
  display: block;
  padding-right: 1rem;
}
.faq__header i {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
}
.faq__content {
  width: 100%;
  padding: .5rem 1rem;
  display: none;
}
.faq__content a {
  color: #21b6d8;
  text-decoration: none;
  border-bottom: 1px dashed #21b6d8;
}

.badge {
  font-size: .75rem;
  display: inline-flex;
  flex-flow: row nowrap;
  background-color: #eee;
  align-items: center;
  border-radius: .25rem;
  padding: .15rem .45rem;
  white-space: nowrap;
}
.badge > i {
  display: inline-block;
  margin-right: .5rem;
}
.badge-paypal {
  background-color: #013088;
  color: #fff;
}
.badge-bank {
  background-color: #0a8801;
  color: #fff;
}

.member-progress {
  width: 100%;
  height: 8px;
  background-color: #ccc;
  position: relative;
  margin-top: .25rem;
  margin-bottom: .25rem;
  border-radius: 7px;
}
.member-progress-bar {
  height: 100%;
  background-color: #21b6d8;
  border-radius: 7px;
}
