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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

a {
  color:rgba(108,43,217,var(--bg-opacity));
  font-weight:500;
}

a:hover {
  color:rgba(74,29,150,var(--bg-opacity));
  font-weight:500;
}

.u::after {
  background: rgba(74,29,150,var(--bg-opacity));
}

.btn.outline {
  border-radius: 2px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a.btn.alternate.outline.btn-light.btn-animated {
  border-width: 2px;
  background-color: transparent;
  color:rgba(108,43,217,var(--color-opacity));
  border-color: rgba(108,43,217,var(--bg-opacity));
}

a.btn.alternate.outline.btn-light.btn-animated:hover {
  background-color: rgba(74,29,150,var(--color-opacity));
  color: #ffffff;
  border-color: rgba(74,29,150,var(--bg-opacity));
}

.header {
  background-color: rgba(220,215,254,var(--bg-opacity));
  box-shadow: none;
  --header-link-color: rgba(108,43,217,var(--bg-opacity));
  --header-link-color-hover: rgba(74,29,150,var(--bg-opacity));
}

.level{
  align-items:center;
  justify-content:flex-start;
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 489px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}

.hero {
  justify-content: center;
}

.hero-index {
  margin-top:80px;
}

@media only screen and (min-width: 468px) and (max-width: 2000px) {
  .hero-index {
    margin-top:80px;
  }
}

.message {
  display: block;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  left: 3.5rem;
  -webkit-animation: openclose 6s ease-in-out forwards;
}

@media only screen and (min-width: 468px) and (max-width: 2000px) {
  .message {
    left: 4.5rem;
  }
}

@keyframes openclose {
  0% {
    top: 0rem;
    width: 0;
  }
  6% {
    width: 0;
  }
  12% {
    width: 320px;
  }
  18% {
    top: 0rem;
    width: 320px;
  }
  24% {
    top: 0rem;
    width: 0;
  }
  30% {
    top: -4rem;
    width: 0;
  }
  36% {
    top: -4rem;
    
  }
  42% {
    top: -4rem;
    width: 320px;
  }
  48% {
    top: -4rem;
    width: 320px;
  }
  54% {
    top: -4rem;
    width: 0;
    text-indent: 0;
  }
  60% {
    top: -8rem;
    width: 0;
  }
  66% {
    top: -8rem;
    width: 320px;
  }
  72% {
    top: -8rem;
    width: 320px;
  }
  80% {
    top: -8rem;
    width: 0;
  }
  86% {
    top: -12rem;
    width: 0;
  }

  92% {
    top: -12rem;
    width: 320px;
  }

  100% {
    top: -12rem;
    width: 320px;
    text-indent: 0;
  }
}

.hero-body {
  /* border-bottom: 1px #495057 solid; */
}

.hero-lottie {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 468px) and (max-width: 2000px) {
  .hero-lottie {
    width: 64%;
    height: 64%;
  }
}

/* Cards */

.card {
  max-width: ;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  max-height: 37rem;
}

@media only screen and (min-width: 468px) and (max-width: 1279px) {
  .card {
    max-width: 25rem;
    min-width: 24rem;
  }
}

.card-title {
  font-size: 1.5rem;
}

h2.card-title {
  margin-bottom: .6rem;
  font-weight: 500;
}

p.card-title {

}

.leading-tight {
    line-height: 1.6!important;
}

.card img {
  width: 80%;
  margin: 0 auto;
  margin-top:1rem;
  margin-bottom:2rem;
}

.card img.scenario {
  width: 16%;
  margin: 0 auto;
  margin-top:1rem;
  margin-bottom:2rem;
}

.card .card-container, .card .card__container {

}

.smaller_card {
  display: block;
  position: relative;
  height: 40%;
  min-height: 0rem;
  max-height: 4rem;
}

.card .action-bar, .card .card__action-bar {
  border-top: 0px;
  padding-bottom: 1em;
  padding-top: 0em;
}

/* Footer */

.footer .footer__list-item, .footer ul a .footer__list-item {
  color:rgba(26,86,219,var(--color-opacity));
}

@media only screen and (max-width: 640px) {
  .footer-link {
    max-width:120px;
  }
}

/* Card Slider */
[card-stack] {
  will-change: transform;
  position: relative;
  max-width:26rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding-bottom:34rem;
}

@media only screen and (min-width: 468px) and (max-width: 1900px) {
  [card-stack] {
    padding-bottom:;
  }
}

[name=card-set] {
  display: none;
}
[name=card-set]:checked + [card] {
  display: flex;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition: transform 1s, opacity 1s, filter 0.25s;
  transition-delay: 0.3s;
  z-index: 0;
}
[name=card-set]:checked + [card] ~ [card] {
  z-index: -1;
  display: flex;
  opacity: 0.9;
  filter: blur(0px);
  transform: translateY(1.2rem) scale(0.95);
  transition: transform 1.5s, opacity 1.5s, filter 0.5s;
  transition-delay: 0.4s;
}
[name=card-set]:checked + [card] ~ [card] ~ [card] {
  z-index: -2;
  display: flex;
  opacity: 0.7;
  filter: blur(0px);
  transform: translateY(2.4rem) scale(0.9);
  transition: transform 2s, opacity 2s, filter 1.5s;
  transition-delay: 0.5s;
}
[name=card-set]:checked + [card] ~ [card] ~ [card] ~ [card] {
  z-index: -3;
  display: flex;
  opacity: 0.5;
  filter: blur(0px);
  transform: translateY(3.6rem) scale(0.85);
  transition: transform 2.5s, opacity 2.5s, filter 2s;
  transition-delay: 0.7s;
}
[name=card-set]:checked + [card] ~ [card] ~ [card] ~ [card] ~ [card] {
  z-index: -4;
  display: flex;
  opacity: 0;
  filter: blur(0px);
  transform: translateY(5rem) scale(0.8);
  transition: transform 3s, opacity 3s, filter 2.5s;
  transition-delay: 0.8s;
}

[card] {
  display: flex;
  will-change: filter opacity transform;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  background-color: white;
  opacity: 0;
  transform: translateY(0) translateX(calc(-100% - 1rem)) scale(1);
  transition: transform 0.5s, opacity 0.2s 0.3s, filter 0.1s;
  transition-timing-function: ease-in;
  /* box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.2); */
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 34rem;
}
@media only screen and (min-width: 468px) and (max-width: 2000px) {
  [card] {
  width: 24rem;
  }
}
[card]::before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
[card] .content {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 2rem;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 468px) and (max-width: 2000px) {
  [card] .content {
    max-height: 32rem;
  }
}
[card] img {
  width:100%;
  margin: 0 auto;
  margin-bottom:1rem;
}
@media only screen and (min-width: 468px) and (max-width: 4000px) {
  [card] img {
    width:72%;
    margin-bottom:;
  }
}

[card] img.cs-image {
  width:64%;
  margin: 0 auto;
  margin-bottom:;
}

[card] h3 {
  margin:0 0 2rem 0;
}
[card] div {
  max-height:32rem;
}
[card] p {
  margin-top:0;
}
[card] label {
  font-size: ;
  color: #1D49A7;
  line-height: 3rem;
  display: inline-block;
  margin:0px;
  padding: 0 1rem;
  background-color: ;
  border-radius: .25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[card] label:hover {
  background-color: rgba(164,202,254,var(--bg-opacity))!important;
}
[card] label:active {
  background-color: rgba(118,169,250,var(--bg-opacity))!important;
}

[card] label:last-child:not(:first-child):not(.form-group-label) {
    margin-left: 0;
    width: fit-content;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .logo {
    max-width: 100%;
  }
}

@media only screen and (min-width: 468px) and (max-width: 2000px) {
  .logo {
    max-width: 60%;
  }
}

.word-card {
  max-width: 480px;
}

.work-title {
  font-size: 1.5rem;
}

.headline {
  font-size: 2rem;
}