div#key-take-aways{
    border-radius: 6px;
    padding: 4px;
    box-shadow: 0 0 12px 0 rgba(201, 56, 227, .3);
    background-image: linear-gradient(90deg, #3475B6 0%, #245582 100%);
    width:80%;
    margin:-1em auto 2em;
    position: relative;
    z-index: 2;
}
div#key-take-aways__header {
    background: #FFF;
    padding:7px 15px;
    border-radius: 3px;
    display:flex;
    gap:20px;
    justify-content: space-between;
}
div#key-take-aways__header svg.absolute{
    width:0;
}
div#key-take-aways__content {
    color: rgb(52, 117, 182) !important;
    background:#FFF;
    margin-top:5px;
    border-radius: 3px;
    padding: 15px 10px 15px 10px;
    font-size:14px;
    display:none;
    font-weight:500;
}
div#key-take-aways__content ul{
    list-style: disc;
    margin-bottom: 0;
    padding:0 0 0 20px;
}
div#key-take-aways__header h2 {
    font-size:17px;
    margin: 0 !important;;
}
.textShimmer {
    --text-shimmer: linear-gradient(270deg, rgb(35 42 49) 0%, #3475B6 45%, #245582 55%, rgb(35 42 49) 100%) 0 0 / 440% 100%;
    background: var(--text-shimmer);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: move-text-shimmer 8s 0s cubic-bezier(0.37, 0, 0.63, 1);
    animation-fill-mode: forwards;
    animation-iteration-count: 2;
    margin-bottom: 0;
}


div#key-take-aways .lds-ring,
div#key-take-aways .lds-ring div {
  box-sizing: border-box;
}
div#key-take-aways .lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
div#key-take-aways .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 2px solid #3475b6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3475b6 transparent transparent transparent;
}
div#key-take-aways .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
div#key-take-aways .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
div#key-take-aways .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes move-text-shimmer {
    to {
        background-position: -400% 0;
    }
}
.key-take-aways__footer,
.key-take-aways__contact {
    font-style: italic;
    margin: 0 10px;
    opacity: .75;
}
.key-take-aways__footer {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.key-take-aways__footer a,
.key-take-aways__contact a {
    font-weight: 700;
    text-decoration: underline;
}