footer.lumigo-footer {
  background-color: #0b0c14;
  padding-top: 110px;
  padding-bottom: 66px;
  border-top: 1px solid rgba(150, 160, 188, 0.4);
}

footer .content-container {
  max-width: 1130px;
  margin: 0 auto;
}

.lumigo-footer__main-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.footer-menu-group {
  display: flex;
  column-gap: 70px;
  flex-wrap: wrap;
}

.footer-menu-group > ul > li > a {
  font-family: "Cal Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 18px;
}

.footer-menu-group ul.sub-menu {
  padding-left: 0;
}

.footer-menu-group > ul > li > ul.sub-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01rem;
  color: #96a0bc;
}

.footer-menu-group > ul > li > ul.sub-menu > li > a:hover {
  color: #c9d3ee;
}

.lumigo-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
}

.lumigo-terms-policy {
  display: flex;
}

.lumigo-footer__copyright,
.lumigo-footer__terms {
  border-right: solid 1px #212530;
  padding-right: 30px;
  margin-right: 30px;
}

.footer-legal,
.footer-legal a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.14px;
  color: #96a0bc;
}
.footer-legal a:hover {
  color: #c9d3ee;
}

.footer-social {
  display: flex;
  gap: 35px;
}

.footer-social img {
  width: 26px;
  height: 26px;  
  filter: none;
  transition: filter 0.3s ;
}
.footer-social a:hover img {
  filter: brightness(1.5);
}

.footer-menu-group li {
  list-style: none;
  text-align: left;
}

.footer-menu-group .sub-menu li {
  text-align: left;
}

.section-footer-bottom-cta {
  background-color: #0b0c14;
  background: linear-gradient(0deg, #11121e 0%, #0b0c14 100%);
}
.section-footer-bottom-cta .content-container {
  max-width: 1133px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
}

.bottom-cta-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-cta-group .cta-group {
  display: flex;
  gap: 25px;
  margin: 0;
}

.bottom-cta-group a.cta-blue span,
.bottom-cta-group a.cta-border span {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01rem;
  color: white;
  display: inline-block;
  transition: 0.3s;
}

.bottom-cta-group a.cta-blue span {
  color: #ffffff;
  background: #4273f1;
  border-radius: 91px;
  padding: 14px 50px;
}

.bottom-cta-group a.cta-blue span:hover {
  background: #3462d9;
}

.bottom-cta-group a.cta-border span {
  color: #ffffff;
  border: 0.094rem solid rgba(249, 249, 255, 0.4);
  border-radius: 91px;
  padding: 14px 30px;
}

.bottom-cta-group a.cta-border span:hover {
  background: rgba(222, 232, 250, 0.1);
}

h2.bottom-cta-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.01rem;
  background: linear-gradient(180deg, #ffffff 0%, #c9d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: inherit;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.section-footer-tr {
  background: linear-gradient(180deg, #eff1f9 0%, #ffffff 100.97%);
  padding-top: 130px;
  padding-bottom: 140px;
}

.section-footer-tr .content-container {
  max-width: 969px;
  margin: 0 auto;
}

.section-footer-tr h2.tr-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.01rem;
  background: linear-gradient(180deg, #0c0d15 0%, #12131f 0.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: inherit;
  /*max-width: 750px;*/
  max-width: 552px;
  margin: 0 auto 20px;
}

.section-footer-tr .tr-text {
  color: #5f606b;
  text-align: center;
  font-family: "Silka", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  padding-bottom: 40px;
  max-width: 553px;
  margin: auto;
}

.section-footer-tr .lp-rewards {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
}

.section-footer-tr .single-reward {
  background: linear-gradient(180deg, #fcfcff 0%, #edf0f9 165.54%);
  border: 1px solid #e1e3ea;
  border-radius: 20px;
  box-shadow: 1px 7px 15px 0 #7a7b9026, 3px 27px 27px 0 #7a7b9021,
    7px 60px 36px 0 #7a7b9014, 12px 106px 43px 0 #7a7b9005,
    19px 166px 47px 0 #7a7b9000;
  padding-top: 53px;
  padding-bottom: 10px;
  max-width: 464px;
  margin: 0 auto;
  position: relative;
  height: 275px;
  flex: 1;
  overflow: hidden;
}

.rewards-scroll {
  position: relative;
  height: 130px;
  display: inline-block;
  margin-bottom: 60px;
}
.reward-gallery-sc {
  animation: scroll 50s linear infinite;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  align-items: center;
  overflow: hidden;
}

.reward-gallery-sc img.scrl-image {
  /* flex-shrink: 0;
  max-height: 130px;  
  margin-right: 6px;
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center; */
  max-height: 130px;
  display: inline-flex;
  position: relative;
  width: max-content;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 0;
  width: 1166px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.reward-gallery.over-scroll {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.19))
    drop-shadow(0px 18px 18px rgba(0, 0, 0, 0.17))
    drop-shadow(0px 40px 24px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 72px 29px rgba(0, 0, 0, 0.03))
    drop-shadow(0px 112px 31px rgba(0, 0, 0, 0));
}

.section-footer-tr .lp-rewards ul.gallery {
  padding-left: 0;
}

.section-footer-tr h3.reward-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.03rem;
  color: #0c0d15;
  text-align: inherit;
  padding: 0 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: absolute;
  top: 62%;
  font-family: "Silka", sans-serif;
}

.reward-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.01rem;
  color: #5f606b;
  padding: 0 40px;
  font-family: "Silka", sans-serif;
  position: absolute;
  top: 77%;
  max-width: 282px;
  text-wrap: balance;
}

.slick-list {
  background: linear-gradient(180deg, #fcfcff 0%, #edf0f9 165.54%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #e1e3ea 0%, #e4e8f0 100%);
  border-radius: 20px;
  box-shadow: 1px 7px 15px 0 #7a7b9026, 3px 27px 27px 0 #7a7b9021,
    7px 60px 36px 0 #7a7b9014, 12px 106px 43px 0 #7a7b9005,
    19px 166px 47px 0 #7a7b9000;
}
.slick-dots li.slick-active button {
  opacity: 1;
  box-shadow: 0 0px 8px #ec7e38;
}
.slick-dots li button {
  background-color: #ec7e38;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 1000px;
  display: block;
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.slick-dots li button:hover {
  opacity: 1;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  display: none !important;
}
ul.slick-dots {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding: 0;
}
.single-testi {
  display: flex;
  gap: 20px;
  padding: 25px;
}
.lp-testimonials {
  margin-top: 40px;
}

.testi-quote-group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.testi-quote-image img {
  max-width: 424px;
  height: auto;
}

blockquote.testi-quote {
  font-family: "Cal Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.01rem;
  color: #12131f;
  position: relative;
}

blockquote.testi-quote:before {
  position: absolute;
  content: "“";
  font-family: "Cal Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.01rem;
  background: linear-gradient(
    227.38deg,
    #ffce4f 7.83%,
    #e02317 90.24%,
    #e02317 90.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -20px;
  left: -25px;
}

blockquote.testi-quote:after {
  position: absolute;
  content: "“";
  font-family: "Cal Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.01rem;
  background: linear-gradient(
    227.38deg,
    #ffce4f 7.83%,
    #e02317 90.24%,
    #e02317 90.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotateY(180deg);
  bottom: -35px;
  margin-left: 9px;
}

.testi-author-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

img.testi-author-image {
  width: 43px;
  height: 43px;
}

.testi-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01rem;
  color: #12131f;
}

.testi-author-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01rem;
  color: #5f606b;
}
.footer-logo-gallery {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-logo-item {
  width: 50px;
  height: 50px;
}
.footer-logo-item img {
  width: 100%;
  height: auto;
  max-width: 50px;

}
/**MEDIA**/
@media screen and (max-width: 1200px) {
  footer.lumigo-footer {
    padding-inline: 23px;
  }
}

@media screen and (max-width: 1000px) {
  .section-footer-tr .lp-rewards {
    flex-direction: column;
  }
  .section-footer-tr .single-reward {
    flex: auto;
  }
  .footer-logo-gallery {
    justify-content: center;
    margin: 40px 0;
  }
}

@media screen and (max-width: 900px) {
  footer.lumigo-footer {
    padding-bottom: 65px;
  }

  .lumigo-footer__bottom {
    flex-direction: column-reverse;
  }

  .footer-menu-group {
    margin-top: 30px;
  }

  .footer-menu-group ul {
    padding-left: 0;
    width: 100px;
  }

  .footer-social {
    gap: 64px;
    margin-bottom: 70px;
  }

  .single-testi {
    display: flex;
    gap: 20px;
    padding: 0 20px 20px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .section-footer-tr .content-container {
    padding: 0 20px;
  }
  .section-footer-tr .single-reward {
    max-width: 100%;
  }
  .testi-quote-group {
    align-items: start;
  }
  .reward-gallery img {
    max-width: 100%;
    height: auto;
  }
  .section-footer-tr h2.tr-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-align: center;
  }
  .section-footer-tr .tr-text {
    color: #5f606b;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
  }
  blockquote.testi-quote {
    color: #12131f;
    font-family: "Cal Sans";
    font-size: 19.04px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%; /* 23.61px */
    letter-spacing: 0.19px;
  }
  .bottom-cta-group {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .footer-legal {
    flex-direction: column-reverse;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .lumigo-footer__copyright {
    border: none;
    padding-right: 0;
    margin: 0;
  }
  .footer-social {
    gap: 34px;
  }
  .bottom-cta-group a.cta-blue span,
  .bottom-cta-group a.cta-border span {
    font-size: 14px;
    padding: 10px 20px;
  }
  h2.bottom-cta-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.3px;
  }
  .section-footer-bottom-cta .content-container {
    padding-bottom: 35px;
  }
}
