@charset "UTF-8";
.sl-hero-section {
  position: relative;
  color: var(--lm-color-white);
  margin-top: 50px;
  max-width: 1920px;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sl-hero-section .sl-hero-top {
  margin-bottom: 30px;
}
.sl-hero-section .sl-hero-top .inner {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px 4px 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  gap: 8px;
  min-width: 300px;
}
.sl-hero-section .sl-hero-top .inner span {
  font-family: var(--font-bold);
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  background: #192a5b;
  background: linear-gradient(180deg, #192a5b 35%, #0b50ea 100%);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
}
.sl-hero-section .sl-hero-top .inner a {
  color: #fff;
  font-size: 14px;
  font-family: var(--font-s-medium);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sl-hero-section .sl-hero-top .inner a:hover svg {
  animation: bounce 2s infinite;
}
.sl-hero-section .sl-hero-description {
  position: relative;
  z-index: 2;
}
.sl-hero-section .sl-hero-description h1 {
  margin: 0 auto 30px;
  max-width: 1135px;
}
.sl-hero-section .sl-hero-description .hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.sl-hero-section .buttons {
  margin-top: 40px;
}
.sl-hero-section .sl-hero-image {
  position: relative;
  padding-top: 80px;
}
.sl-hero-section .sl-hero-image:before {
  content: "";
  position: absolute;
  top: -244px;
  right: -17%;
  background: url("../../../images/graphic-dots-new.jpg") no-repeat center center/contain;
  width: 120%;
  height: 115%;
}
.sl-hero-section .sl-img img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sl-hero-section .hero-badges-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin: 50px auto 0;
}
.sl-hero-section .hero-badges-inner .badge-item {
  margin-left: 40px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.sl-hero-section .hero-badges-inner .badge-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
}
.sl-hero-section .hero-badges-inner .badge-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0 none;
}
.sl-hero-section .hero-badges-inner .badge-item:first-child:before {
  display: none;
}
.sl-hero-section .hero-badges-inner .badge-item .icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .sl-hero-section .hero-badges-inner .badge-item {
    margin-left: 0;
    padding-left: 0;
  }
}

.sl-masonry-cards {
  margin-top: 220px;
}
.sl-masonry-cards .sl-heading h2 {
  max-width: 650px;
  margin: 25px auto 0;
}
.sl-masonry-cards .centered-logo {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  width: 196px;
  height: 196px;
  transform: translate(-50%, -50%);
}
.sl-masonry-cards .centered-logo:before {
  content: "";
  background: rgba(0, 85, 254, 0.4);
  height: 190px;
  width: 190px;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.3);
  animation: pulse2 2.4s infinite;
  border-radius: 50%;
  position: absolute;
  margin-top: -107px;
  margin-left: -104px;
}
.sl-masonry-cards .centered-logo img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  transform: scale(1);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 85, 254, 0.3);
  }
  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 15px rgba(0, 85, 254, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 85, 254, 0);
  }
}
.sl-masonry-cards .centered-image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sl-masonry-cards .masonry-cards {
  position: relative;
  max-width: 600px;
  padding-top: 10%;
  padding-bottom: 10%;
  margin: 0 auto 10%;
}
.sl-masonry-cards .sl-card {
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
  width: 390px;
}
.sl-masonry-cards .sl-card-1 {
  top: 80px;
  right: calc(100% - 60px);
}
.sl-masonry-cards .sl-card-2 {
  top: 130px;
  left: calc(100% - 60px);
}
.sl-masonry-cards .sl-card-3 {
  top: calc(100% - 210px);
  right: calc(100% - 210px);
}
.sl-masonry-cards .sl-card-4 {
  top: calc(100% - 160px);
  left: calc(100% - 210px);
}
.sl-masonry-cards .sl-card .image {
  max-width: 390px;
  position: relative;
}
.sl-masonry-cards .sl-card .image div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px;
}
.sl-masonry-cards .sl-card .image h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--font-medium);
}
.sl-masonry-cards .sl-card .image p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.sl-masonry-cards .masonry-slide {
  padding-left: 16px;
  padding-right: 16px;
}
.sl-masonry-cards .masonry-slide .swiper-pagination {
  bottom: 0;
}
.sl-masonry-cards .masonry-slide .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s;
  margin: 0 2px !important;
}
.sl-masonry-cards .masonry-slide .swiper-pagination-bullet-active {
  width: 22px;
  background-color: var(--lm-color-primary);
  border-radius: 10px;
}
.sl-masonry-cards .masonry-slide .swiper-wrapper {
  padding-bottom: 30px;
}
.sl-masonry-cards .masonry-slide .swiper-slide .image {
  max-width: 390px;
  position: relative;
}
.sl-masonry-cards .masonry-slide .swiper-slide .image div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px;
}
.sl-masonry-cards .masonry-slide .swiper-slide .image h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-medium);
}
.sl-masonry-cards .masonry-slide .swiper-slide .image p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media (max-width: 1300px) {
  .sl-masonry-cards .centered-logo {
    top: calc(50% - 2px);
    left: calc(50% + 17px);
    height: 120px;
    width: 120px;
  }
  .sl-masonry-cards .centered-logo:before {
    height: 116px;
    width: 116px;
    margin-top: -65px;
    margin-left: -63px;
  }
  .sl-masonry-cards .masonry-cards {
    padding-top: 145px;
    padding-bottom: 125px;
  }
  .sl-masonry-cards .centered-image {
    max-width: 400px;
  }
  .sl-masonry-cards .sl-card {
    width: 300px;
  }
  .sl-masonry-cards .sl-card-1 {
    right: calc(100% - 150px);
  }
  .sl-masonry-cards .sl-card-2 {
    top: 85px;
    left: calc(100% - 150px);
  }
  .sl-masonry-cards .sl-card-3 {
    top: calc(100% - 165px);
    right: calc(100% - 272px);
  }
  .sl-masonry-cards .sl-card-4 {
    top: calc(100% - 145px);
    left: calc(100% - 240px);
  }
  .sl-masonry-cards .sl-card .image div {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .sl-masonry-cards .lm-container-md {
    padding-right: 0;
    padding-left: 0;
  }
  .sl-masonry-cards .masonry-cards {
    padding-top: 30px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .sl-masonry-cards .sl-heading {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sl-masonry-cards .centered-image {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sl-masonry-cards {
    margin-top: 75px;
  }
  .sl-masonry-cards .centered-logo {
    top: 45%;
    left: 52%;
    height: 38%;
    width: 34%;
  }
  .sl-masonry-cards .centered-logo:before {
    height: 139px;
    width: 139px;
    margin-top: -62px;
    margin-left: -74px;
  }
}

.sl-list-wings-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.sl-list-wings-section .sl-image {
  border: 1px solid rgba(245, 247, 250, 0.06);
  -webkit-box-shadow: -11px -12px 18px -13px rgba(207, 207, 207, 0.07);
  -moz-box-shadow: -11px -12px 18px -13px rgba(207, 207, 207, 0.07);
  box-shadow: -11px -12px 18px -13px rgba(207, 207, 207, 0.07);
  border-radius: 16px;
}
.sl-list-wings-section .sl-wings-text-wrap {
  margin: 28px 0 30px;
}
.sl-list-wings-section .sl-wings-text {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.sl-list-wings-section .sl-wings-text .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
}
.sl-list-wings-section .sl-wings-text .icon svg {
  width: 20px;
  height: 20px;
}
.sl-list-wings-section .sl-wings-text p {
  color: var(--lm-color-white-fade);
}
.sl-list-wings-section .sl-wings-text:nth-of-type(2) .icon svg {
  width: 24px;
  height: 24px;
}

.sl-card-grid-section {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 230px;
}
.sl-card-grid-section .lm-card-grid-items {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 1320px !important;
  display: flex;
  align-items: flex-start;
}
.sl-card-grid-section .lm-card-grid-item {
  position: relative;
  background: #01010F;
}
.sl-card-grid-section .lm-card-grid-item.card-1 {
  transform: rotate(-6deg) translate(34%, 30px);
  position: sticky;
  top: 100px;
}
.sl-card-grid-section .lm-card-grid-item.card-3 {
  transform: rotate(6deg) translate(-34%, 30px);
}
.sl-card-grid-section .lm-card-grid-item.card-2 {
  z-index: 2;
}
.sl-card-grid-section .lm-card-grid-item .description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.sl-card-grid-section .lm-img {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
}
.sl-card-grid-section .lm-img img {
  position: relative;
  display: block;
}
.sl-card-grid-section .right-side {
  position: absolute;
  right: -78px;
  bottom: 0;
  width: calc(100% - 300px);
}
@media (max-width: 1350px) {
  .sl-card-grid-section {
    max-width: 767px;
    margin-inline: auto;
  }
  .sl-card-grid-section .lm-container-md {
    padding-left: 0;
    padding-right: 0;
  }
  .sl-card-grid-section .right-side {
    width: calc(100% - 262px);
    right: 0;
  }
  .sl-card-grid-section .lm-card-grid-items {
    height: 980px !important;
  }
  .sl-card-grid-section .lm-card-grid-item .description {
    padding: 15px;
  }
  .sl-card-grid-section .lm-card-grid-item .description .text-size-28 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sl-card-grid-section {
    margin-top: 60px;
    padding: 0 16px;
  }
  .sl-card-grid-section .lm-card-grid-items {
    display: none;
  }
}

/* fan wings */
.fan-wings-section {
  margin-top: 100px;
}
.fan-wings-section .inner {
  display: flex;
  align-items: flex-start;
  padding-left: 80px;
}
.fan-wings-section .fan-left-side {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  width: 362px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
.fan-wings-section .fan-left-side .image {
  position: relative;
}
.fan-wings-section .fan-left-side img {
  position: relative;
  display: block;
}
.fan-wings-section .fan-left-side .description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 1350px) {
  .fan-wings-section {
    margin-top: 30px;
  }
  .fan-wings-section .inner {
    max-width: 768px;
    margin-inline: auto;
    padding-left: 0;
  }
  .fan-wings-section .fan-left-side {
    width: 245px;
  }
  .fan-wings-section .fan-left-side .description {
    padding: 15px;
  }
  .fan-wings-section .fan-left-side .text-size-28 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fan-wings-section {
    margin-top: 80px;
  }
  .fan-wings-section .inner {
    flex-direction: column;
  }
  .fan-wings-section .fan-left-side {
    width: 100%;
    transition: top 0.05s linear;
  }
  .fan-wings-section .fan-right-side {
    background: #01010f;
    z-index: 2;
  }
  .fan-wings-section .items {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.partners-section {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .partners-section {
    margin-top: 80px;
  }
}

.scroller-container {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.scroller-container .scroller {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.scroller-container .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.scroller-container .scroller__inner div {
  width: 200px;
  text-align: center;
}
.scroller-container .scroller__inner div img {
  filter: brightness(1.2) grayscale(100%);
  margin-left: auto;
  margin-right: auto;
}
.scroller-container .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.scroller-container .tag-list li {
  padding: 1rem;
  border-radius: 0.5rem;
}
.scroller-container .scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller-container .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  align-items: center;
}
.scroller-container .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.scroller-container .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.scroller-container .scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.scroller-container .scroller[data-speed=slow] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.sl-overlay-card {
  position: relative;
  margin-top: 120px;
}
.sl-overlay-card .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
.sl-overlay-card .inner-content h2 {
  margin: 30px 0 24px;
}
.sl-overlay-card .image {
  border-radius: 5.4%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sl-overlay-card {
    margin-top: 50px;
  }
  .sl-overlay-card .inner-content {
    width: 100%;
    padding: 32px;
  }
  .sl-overlay-card .inner-content h2 {
    font-size: 26px;
    margin-top: 0;
  }
}

/* Product page */
body.page-id-16, body.page-template-page-sl-contacts {
  background: #01010f url("../../../images/product-hero-bg-new.jpg") no-repeat center -160px/100vw;
}
body.page-id-16 header, body.page-template-page-sl-contacts header {
  position: fixed;
  top: 0;
  left: 0;
}
body.page-id-16 header.fixed, body.page-template-page-sl-contacts header.fixed {
  background: rgba(1, 1, 15, 0.7);
}
body.page-id-16 header:before, body.page-template-page-sl-contacts header:before {
  background: transparent;
}
@media (max-width: 767px) {
  body.page-id-16, body.page-template-page-sl-contacts {
    background: #01010f url("../../../images/product-hero-bg-new.jpg") no-repeat center top/1500px;
  }
}

.sl-pdp-hero-section {
  padding: 120px 0 8%;
}
.sl-pdp-hero-section h1 {
  font-size: clamp(28px, 4.5vw, 49px) !important;
}
.sl-pdp-hero-section h1 + p {
  max-width: 567px;
}
@media (max-width: 767px) {
  .sl-pdp-hero-section {
    padding-top: 120px;
    text-align: center;
  }
}

.sl-product-tabs-section {
  position: relative;
  z-index: 2;
}
.sl-product-tabs-section .heading {
  max-width: 760px;
  margin-inline: auto;
}
.sl-product-tabs-section .parent-tab-content,
.sl-product-tabs-section .child-tab-content {
  display: none;
}
.sl-product-tabs-section .parent-tab-content.current,
.sl-product-tabs-section .child-tab-content.current {
  display: grid;
}
.sl-product-tabs-section .sl-parent-tabs .item,
.sl-product-tabs-section .sl-child-tabs .item {
  cursor: pointer;
}
.sl-product-tabs-section .sl-parent-tabs {
  margin-top: 40px;
  margin-bottom: 100px;
}
.sl-product-tabs-section .sl-parent-tabs .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--lm-color-white);
  font-size: 16px;
  border-radius: 10px;
  font-family: var(--font-medium);
  height: 46px;
  padding: 0 18px;
  min-width: 190px;
}
.sl-product-tabs-section .sl-parent-tabs .item.current {
  background: var(--lm-color-primary);
  border: 2px solid rgba(255, 255, 255, 0.16);
  filter: drop-shadow(0 0 0 1px rgba(0, 85, 255, 0.12));
}
.sl-product-tabs-section .parent-tab-content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sl-product-tabs-section .parent-tab-content-inner .image {
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}
.sl-product-tabs-section .parent-tab-content-inner .item {
  width: 24%;
  border: 1px solid transparent;
  order: 2;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.3s;
}
.sl-product-tabs-section .parent-tab-content-inner .item.current, .sl-product-tabs-section .parent-tab-content-inner .item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sl-product-tabs-section .parent-tab-content-inner .item.current .icon, .sl-product-tabs-section .parent-tab-content-inner .item:hover .icon {
  background: linear-gradient(180deg, #0b50ea 35%, #192a5b 100%);
}
.sl-product-tabs-section .parent-tab-content-inner .item.current {
  border: 1px solid var(--lm-color-primary);
}
.sl-product-tabs-section .parent-tab-content-inner .icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #192a5b;
  background: linear-gradient(180deg, #192a5b 35%, #0b50ea 100%);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: grid;
  place-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sl-product-tabs-section {
    margin-top: 80px;
  }
  .sl-product-tabs-section .sl-parent-tabs {
    margin-bottom: 30px;
  }
  .sl-product-tabs-section .sl-parent-tabs .item {
    min-width: auto;
  }
  .sl-product-tabs-section .parent-tab-content-inner {
    gap: 0 10px;
  }
  .sl-product-tabs-section .parent-tab-content-inner .item {
    width: calc(50% - 6px);
    padding: 15px;
    margin-bottom: 15px;
  }
}

.sl-multigrid-section {
  padding: 200px 0;
  position: relative;
}
.sl-multigrid-section:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  background: url("../../../images/why-sledger-bg.jpg") no-repeat 79% 37%/70%;
  width: 100%;
  height: 100%;
}
.sl-multigrid-section .low-simple-cards {
  margin-top: 65px;
}
.sl-multigrid-section .low-simple-cards .item {
  width: 20%;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 27px;
  display: grid;
  gap: 10px;
}
.sl-multigrid-section .low-simple-cards .item h3 {
  font-size: clamp(40px, 2.5vw, 42px);
  color: #D4EDFF;
  background-image: linear-gradient(90deg, #F2F9FE, #D4EDFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-medium);
}
.sl-multigrid-section .low-simple-cards .item p {
  font-size: 18px;
  color: #828E9D;
}
.sl-multigrid-section .right-side {
  display: inline-grid;
  gap: 32px;
}
.sl-multigrid-section .right-side .item {
  padding: 7px;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}
.sl-multigrid-section .right-side .item div {
  background: var(--lm-color-primary);
  border-radius: 32px;
  padding: 11px 40px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 27px;
  min-height: 100px;
  justify-content: center;
}
.sl-multigrid-section .right-side .item h3 {
  font-size: clamp(40px, 4.5vw, 60px);
  font-family: var(--font-medium);
}
.sl-multigrid-section .right-side .item p {
  font-size: 18px;
}
.sl-multigrid-section .lm-container-md {
  position: relative;
}
.sl-multigrid-section .sl-badge-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sl-multigrid-section .sl-badge-card .icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  flex-shrink: 0;
}
.sl-multigrid-section .sl-badge-card p strong {
  color: #fff;
  font-family: var(--lm-font-bold);
}
@media (max-width: 1199px) {
  .sl-multigrid-section .right-side {
    display: flex;
    justify-content: center;
  }
  .sl-multigrid-section .low-simple-cards {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .sl-multigrid-section .low-simple-cards .item {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .sl-multigrid-section {
    padding: 100px 0;
  }
  .sl-multigrid-section .right-side {
    flex-direction: column;
    gap: 10px;
  }
  .sl-multigrid-section .right-side .item > div {
    padding: 11px 20px;
  }
  .sl-multigrid-section .low-simple-cards {
    margin-top: 10px;
  }
  .sl-multigrid-section .low-simple-cards .item {
    width: calc(50% - 10px);
  }
}

.sl-default-grid-card-section {
  background: url("../../../images/bg-light.jpg") no-repeat center top/145%;
  position: relative;
  z-index: 2;
}
.sl-default-grid-card-section .item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 24px 50px;
  border-radius: 20px;
  transition: all 0.3s;
  min-height: 120px;
  backdrop-filter: blur(12px);
  background: rgba(1, 1, 15, 0.5);
  overflow: hidden;
  position: relative;
}
.sl-default-grid-card-section .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/card-low-bg-new.png") no-repeat bottom center/contain;
  transition: all 0.3s;
  opacity: 0;
}
.sl-default-grid-card-section .item:hover:before {
  opacity: 1;
}
.sl-default-grid-card-section .item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #192a5b;
  background: linear-gradient(180deg, #192a5b 35%, #0b50ea 100%);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  position: relative;
}
.sl-default-grid-card-section .item h3 {
  font-family: var(--font-bold);
  color: #fff;
  position: relative;
}
.sl-default-grid-card-section .item .subtitle {
  color: #99999F;
  background: url("../../../images/horizontal-divider.png") no-repeat center bottom/53%;
  position: relative;
}
.sl-default-grid-card-section .item p {
  font-size: 15px;
  position: relative;
}
@media (min-width: 1921px) {
  .sl-default-grid-card-section {
    background: url("../../../images/bg-light.jpg") no-repeat center top/100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sl-default-grid-card-section .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .sl-default-grid-card-section {
    background: url("../../../images/bg-light.jpg") no-repeat center top/150vh;
  }
  .sl-default-grid-card-section .inner {
    align-items: unset;
  }
  .sl-default-grid-card-section .item {
    padding: 16px;
  }
}

.sl-quarters-section {
  padding-top: 160px;
  position: relative;
}
.sl-quarters-section:before {
  content: "";
  position: absolute;
  top: -23%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../../images/quarters-effect.jpg") no-repeat top center/contain;
  width: 100%;
  height: 100%;
}
.sl-quarters-section .image {
  position: sticky;
  top: 110px;
}
.sl-quarters-section .inner-quarters {
  position: relative;
  z-index: 2;
}
.sl-quarters-section .parent-tab-content-inner {
  display: grid;
  gap: 32px;
  position: relative;
}
.sl-quarters-section .parent-tab-content-inner .inner {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
}
.sl-quarters-section .parent-tab-content-inner .inner > div {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
.sl-quarters-section .parent-tab-content-inner .inner > div > span {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #192a5b;
  background: linear-gradient(180deg, #192a5b 35%, #0b50ea 100%);
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 2px 1px rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-family: var(--font-medium);
  flex-shrink: 0;
}
.sl-quarters-section .parent-tab-content-inner .inner h3 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--font-medium);
  padding-bottom: 20px;
  background: url("../../../images/horizontal-divider.png") no-repeat center bottom/122%;
}
.sl-quarters-section .parent-tab-content-inner .inner > div {
  margin-top: 13px;
  width: 100%;
}
.sl-quarters-section .parent-tab-content-inner .inner p br {
  display: none;
}
.sl-quarters-section .parent-tab-content-inner .inner p {
  padding-left: 10px;
}
.sl-quarters-section .parent-tab-content-inner .inner strong {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
  display: block;
  margin: 10px 0;
}
.sl-quarters-section .parent-tab-content-inner .inner strong:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.sl-quarters-section .parent-quarter-tab-content {
  display: none;
}
.sl-quarters-section .parent-quarter-tab-content.current {
  display: grid;
}
.sl-quarters-section .sl-parent-quarter-tabs {
  margin: 32px 0 50px;
}
.sl-quarters-section .sl-parent-quarter-tabs .item {
  width: 90px;
  background: #61616145;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--lm-color-white);
  font-size: 16px;
  border-radius: 10px;
  font-family: var(--font-bold);
}
.sl-quarters-section .sl-parent-quarter-tabs .item.current {
  filter: drop-shadow(0 0 0 1px rgba(0, 85, 255, 0.12));
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: var(--lm-color-primary);
}
@media (max-width: 767px) {
  .sl-quarters-section {
    padding-top: 60px;
  }
  .sl-quarters-section .sl-parent-quarter-tabs {
    backdrop-filter: blur(16px);
    background: rgba(1, 1, 15, 0.7);
    position: sticky;
    top: 77px;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
  }
  .sl-quarters-section .parent-tab-content-inner {
    gap: 12px;
  }
  .sl-quarters-section .parent-tab-content-inner .inner {
    padding: 16px 24px;
    flex-wrap: wrap;
  }
}

.swiper-carousel-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #1b1b1b;
}
.swiper-carousel-section .swiper-wrapper {
  align-items: stretch;
}
.swiper-carousel-section .swiper-slide {
  height: auto;
}
.swiper-carousel-section .swiper-slide > span {
  color: #fff;
  position: relative;
  font-family: var(--font-bold);
  display: block;
  overflow: hidden;
  position: relative;
  background: #1b1b1b;
  margin-bottom: 15px;
}
.swiper-carousel-section .swiper-slide > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
.swiper-carousel-section .swiper-slide > span i {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  background: #1b1b1b;
}
.swiper-carousel-section .swiper-slide > div {
  border: 1px solid rgba(245, 247, 250, 0.06);
  background: linear-gradient(159deg, rgba(219, 219, 219, 0.08) -163%, rgba(255, 255, 255, 0.08) -3%, rgba(24, 46, 156, 0) 99%);
  -webkit-box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  -moz-box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  padding: 24px;
  border-radius: 24px;
  height: calc(100% - 40px);
}
.swiper-carousel-section .swiper-slide ul {
  display: grid;
  gap: 16px;
}
.swiper-carousel-section .swiper-slide ul li {
  color: var(--lm-color-white-fade-100);
  position: relative;
  padding-left: 15px;
}
.swiper-carousel-section .swiper-slide ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.sl-fancy-dropdown-section .sl-inner {
  border: 1px solid rgba(245, 247, 250, 0.06);
  background: linear-gradient(159deg, rgba(219, 219, 219, 0.08) -163%, rgba(255, 255, 255, 0.08) -3%, rgba(24, 46, 156, 0) 99%);
  -webkit-box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  -moz-box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  box-shadow: -6px -7px 11px -7px rgba(207, 207, 207, 0.07);
  padding: 40px;
  border-radius: 32px;
}
.sl-fancy-dropdown-section .sl-low-section {
  display: flex;
  margin-top: 24px;
}
.sl-fancy-dropdown-section .sl-description {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 16px;
  color: var(--lm-color-white-fade);
  display: grid;
  gap: 8px;
}
.sl-fancy-dropdown-section .sl-description ul {
  display: grid;
  gap: 5px;
}
.sl-fancy-dropdown-section .sl-description ul li {
  color: var(--lm-color-white-fade);
  position: relative;
  padding-left: 15px;
  line-height: var(--lm-lineh-xs);
}
.sl-fancy-dropdown-section .sl-description ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.sl-fancy-dropdown-section .sl-repeater-list {
  display: grid;
  gap: 16px;
  line-height: var(--lm-lineh-xs);
}
.sl-fancy-dropdown-section .sl-repeater-list > div {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sl-fancy-dropdown-section .sl-low-section {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sl-fancy-dropdown-section .sl-inner {
    padding: 40px 16px;
  }
  .sl-fancy-dropdown-section .sl-top-section {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .sl-fancy-dropdown-section .sl-contract-add {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.sl-code-section {
  margin-top: 24px;
  border-radius: 16px;
  padding: 16px;
}
.sl-code-section.show-copied .copied-text {
  display: block;
}
.sl-code-section h4 {
  font-size: 12px;
  color: var(--lm-color-white-fade-100);
  margin-bottom: 7px;
}
.sl-code-section button {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.sl-code-section .copied-text {
  display: none;
  color: var(--lm-color-success);
  font-size: var(--lm-text-sm);
}
@media (max-width: 767px) {
  .sl-code-section {
    padding: 0 0 10px;
  }
}

.sl-discount-wings-section {
  position: relative;
  background: #161616;
  color: var(--lm-color-white);
}
.sl-discount-wings-section .inner {
  align-items: center;
  justify-content: center;
}
.sl-discount-wings-section .sl-hero-description > div {
  max-width: 490px;
  width: 100%;
}
.sl-discount-wings-section .sl-hero-description h2 {
  margin-bottom: 34px;
}
.sl-discount-wings-section .buttons {
  margin-top: 40px;
}
.sl-discount-wings-section .sl-hero-image {
  position: relative;
}
.sl-discount-wings-section .sl-discount-box {
  background: var(--lm-color-primary);
  padding: 12px 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skewX(-50deg);
  bottom: 50px;
  width: 100%;
}
.sl-discount-wings-section .sl-discount-box > div {
  display: flex;
  align-items: center;
  transform: skewX(50deg);
  justify-content: center;
  position: relative;
}
.sl-discount-wings-section .sl-discount-box a {
  color: var(--lm-color-white);
  display: block;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 4px solid #fff;
  font-size: clamp(14px, 2.5vw, 32px);
}
.sl-discount-wings-section .sl-discount-box p {
  font-size: clamp(14px, 2.5vw, 32px);
}
@media (max-width: 767px) {
  .sl-discount-wings-section .sl-discount-box {
    width: 86% !important;
    bottom: 35px;
  }
}

/* How to buy page */
.page-template-page-sl-howtobuy-php {
  background: #01010f url("../../../images/presales-top-bg.jpg") no-repeat center -75px/100vw;
}
.page-template-page-sl-howtobuy-php header:before {
  background: transparent;
  backdrop-filter: unset;
}
.page-template-page-sl-howtobuy-php header.fixed:before {
  backdrop-filter: blur(16px);
  background: rgba(1, 1, 15, 0.7);
}
.page-template-page-sl-howtobuy-php .sl-title {
  font-size: clamp(36px, 4.5vw, 50px);
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.page-template-page-sl-howtobuy-php .sl-title.medium {
  font-size: clamp(24px, 4.5vw, 50px);
}
.page-template-page-sl-howtobuy-php .sl-pdp-hero-section {
  padding-bottom: 6%;
}
.page-template-page-sl-howtobuy-php .sl-pdp-hero-section h1 {
  max-width: 600px;
}
.page-template-page-sl-howtobuy-php .sl-pdp-hero-section h1 + p {
  max-width: 390px;
  margin-top: 15px !important;
}
.page-template-page-sl-howtobuy-php .how-to-intro p {
  max-width: 870px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: clamp(16px, 2.5vw, 24px);
}
.page-template-page-sl-howtobuy-php .step-intro {
  text-transform: uppercase;
  border: 1px solid rgba(147, 147, 147, 0.3);
  border-radius: 30px;
  font-size: clamp(14px, 2.5vw, 20px);
  padding: 11px 50px;
  display: inline-block;
}
.page-template-page-sl-howtobuy-php .step-first-section {
  margin-top: 40px;
}
.page-template-page-sl-howtobuy-php .step-first-section .step-1-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.page-template-page-sl-howtobuy-php .step-first-section .step-item {
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  padding: 25px 20px;
  transition: all 0.3s;
  text-align: center;
}
.page-template-page-sl-howtobuy-php .step-first-section .step-item:hover {
  transform: translateY(-5px);
}
.page-template-page-sl-howtobuy-php .step-first-section .step-item p {
  color: #fff;
  font-family: var(--lm-font-medium);
  font-size: 20px;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 23px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .page-template-page-sl-howtobuy-php .step-first-section .step-1-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-template-page-sl-howtobuy-php .step-first-section .step-1-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-page-sl-howtobuy-php .step-first-section .step-item {
    display: flex;
    align-items: center;
  }
  .page-template-page-sl-howtobuy-php .step-first-section .step-item img {
    max-width: 53px;
  }
  .page-template-page-sl-howtobuy-php .step-first-section .step-item p {
    max-width: 100%;
    margin-left: 12px;
    margin-top: 0;
  }
}
.page-template-page-sl-howtobuy-php .step-second-section {
  margin-top: 120px;
  background: url("../../../images/presales-step-2-shape.jpg") no-repeat center 5vh/65%;
  padding-bottom: 130px;
}
.page-template-page-sl-howtobuy-php .step-second-section .description {
  max-width: 970px;
  margin: auto;
}
.page-template-page-sl-howtobuy-php .step-second-section .description p {
  margin-bottom: 10px;
  font-size: clamp(16px, 2.5vw, 24px);
}
.page-template-page-sl-howtobuy-php .step-second-section .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding-top: 100px;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  gap: 20px;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(1) {
  width: 55%;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(2) {
  width: 68%;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(3) {
  width: 82%;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(4) {
  width: 100%;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-item p {
  color: #fff;
  font-size: clamp(14px, 2.5vw, 26px);
  font-family: var(--font-medium);
}
.page-template-page-sl-howtobuy-php .step-second-section .logo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-2-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-2-items.reverse {
  align-items: flex-end;
}
.page-template-page-sl-howtobuy-php .step-second-section .step-2-items.reverse .step-item {
  flex-flow: row-reverse;
}
@media (max-width: 1199px) {
  .page-template-page-sl-howtobuy-php .step-second-section .items {
    display: flex;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-2-items {
    width: 40%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .logo {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .page-template-page-sl-howtobuy-php .step-second-section {
    background: url(../../../images/presales-step-2-shape.jpg) no-repeat center 19vh/89%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-2-items {
    gap: 25px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item {
    padding: 13px 15px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item p {
    font-size: 18px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item img {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .page-template-page-sl-howtobuy-php .step-second-section {
    background: url(../../../images/presales-step-2-shape.jpg) no-repeat center -4vh/133%;
    padding-bottom: 70px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .items {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .logo {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item {
    padding: 10px 15px;
    gap: 10px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(1) {
    width: 60%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(2) {
    width: 74%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item:nth-child(3) {
    width: 88%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item p {
    font-size: 13px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-item img {
    width: 24px;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-2-items {
    gap: 10px;
    width: 49%;
  }
  .page-template-page-sl-howtobuy-php .step-second-section .step-2-items:not(.reverse) {
    flex-direction: column-reverse;
  }
}
.page-template-page-sl-howtobuy-php .step-third-section .token-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: 20%;
}
.page-template-page-sl-howtobuy-php .step-third-section .token-btn-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-template-page-sl-howtobuy-php .step-third-section .images {
  background: url("../../../images/presales-step-2-shape.jpg") no-repeat center 42%/115%;
}
.page-template-page-sl-howtobuy-php .step-third-section .lm-button-primary {
  min-width: 190px;
  height: 55px;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.16);
}
.page-template-page-sl-howtobuy-php .step-third-section .description {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 20px;
}
.page-template-page-sl-howtobuy-php .step-third-section .description p {
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-template-page-sl-howtobuy-php .step-third-section .images {
    background: transparent;
  }
  .page-template-page-sl-howtobuy-php .step-third-section .token-btn-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-left: 0;
  }
  .page-template-page-sl-howtobuy-php .step-third-section .lm-button-primary {
    min-width: 120px;
    height: 50px;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.16);
  }
}
@media (max-width: 767px) {
  .page-template-page-sl-howtobuy-php {
    background: #01010f url("../../../images/presales-top-bg-mb.jpg") no-repeat center top/contain;
  }
  .page-template-page-sl-howtobuy-php .sl-pdp-hero-section h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-sl-howtobuy-php .sl-pdp-hero-section h1 + p {
    margin-left: auto;
    margin-right: auto;
  }
}

.sl-wings-default {
  margin-top: 60px;
}
.sl-wings-default .sl-title {
  max-width: 330px;
}
@media (max-width: 991px) {
  .sl-wings-default .sl-title {
    max-width: 100%;
  }
}
.sl-wings-default .lm-text {
  max-width: 449px;
}

.token-contracts-section {
  margin-top: 180px;
}
.token-contracts-section .lm-container-md {
  padding: 120px 0;
  background: url(../../../images/bg-light.jpg) no-repeat center top/120%;
}
.token-contracts-section .inner {
  max-width: 652px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.token-contracts-section .item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
  border-radius: 20px;
  transition: all 0.3s;
  min-height: 120px;
  backdrop-filter: blur(12px);
  background: rgba(1, 1, 15, 0.5);
  overflow: hidden;
  margin-top: 50px;
}
.token-contracts-section .item:hover {
  transform: translateY(-7px);
}
.token-contracts-section .sl-top {
  background: url(../../../images/horizontal-divider.png) no-repeat center bottom/contain;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .token-contracts-section {
    margin-top: 0;
    overflow: hidden;
  }
  .token-contracts-section .lm-container-md {
    background: url(../../../images/mb-token-shape.jpg) no-repeat center top/96%;
    padding-bottom: 40px;
  }
  .token-contracts-section .sl-top {
    padding-bottom: 17px;
    margin-bottom: 10px;
  }
  .token-contracts-section .item {
    background: url(../../../images/token-card-mb-gradient.png) no-repeat center right/125%;
    padding: 16px;
  }
}

.sl-token-card-section {
  position: relative;
  padding: 100px 0;
}
.sl-token-card-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../../images/token-bg-light.jpg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
}
.sl-token-card-section .sl-inner {
  position: relative;
}
.sl-token-card-section .piramide .list {
  max-width: 900px;
  margin: 50px auto 0;
}
.sl-token-card-section .piramide .item {
  width: 31%;
}
.sl-token-card-section .piramide a span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
}
.sl-token-card-section a {
  padding: 9px 11px;
  border-radius: 37px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.sl-token-card-section a span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--lm-font-medium);
  border-radius: 32px;
  padding: 8px 12px;
}
.sl-token-card-section a h3 {
  font-size: 20px;
}
.sl-token-card-section .sl-code-group {
  border-radius: 16px;
  padding: 16px;
  background: #1a1a1a;
}
@media (max-width: 767px) {
  .sl-token-card-section {
    padding-bottom: 60px;
  }
  .sl-token-card-section:has(.is-inline) {
    background: url(../../../images/bg-light.jpg) no-repeat center top/cover;
  }
  .sl-token-card-section:has(.is-inline):before {
    display: none;
  }
  .sl-token-card-section:has(.piramide) {
    padding-top: 40px;
  }
  .sl-token-card-section:has(.piramide) a span {
    padding: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
  }
  .sl-token-card-section a {
    padding: 7px;
  }
  .sl-token-card-section a h3 {
    font-size: 16px;
  }
  .sl-token-card-section .piramide .item {
    width: 100%;
  }
  .sl-token-card-section:has(.piramide):before {
    background: url(../../../images/token-bg-light-mb.jpg) no-repeat center 29%/cover;
  }
  .sl-token-card-section .sl-inner p {
    color: #fff;
    font-size: 14px;
  }
}

/* Contact page */
.sl-contact-page {
  padding: 180px 0 8%;
}
.sl-contact-page .wpforms-container .wpforms-field.unavailable-msg textarea {
  pointer-events: none;
  background-color: transparent !important;
  height: auto;
  border: 0 none !important;
  backdrop-filter: unset !important;
  resize: none;
}
.sl-contact-page .wpforms-container .wpforms-field.unavailable-msg textarea::placeholder {
  color: #ff4f4f;
}
.sl-contact-page .chat-section {
  margin-bottom: 40px;
}
.sl-contact-page .chat-section ul {
  display: flex;
  gap: 32px;
  margin-top: 14px;
}
.sl-contact-page .chat-section a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  gap: 9px;
}
.sl-contact-page .contact-form {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 32px !important;
  margin: 0 !important;
}
.sl-contact-page .contact-form div.wpforms-container-full input[type=text]:focus,
.sl-contact-page .contact-form div.wpforms-container-full input[type=text]:focus:invalid {
  box-shadow: unset !important;
}
.sl-contact-page .contact-form .lm-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px !important;
  padding: 0 18px !important;
  border: 2px solid rgba(255, 255, 255, 0.16) !important;
  background: var(--lm-color-primary) !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  color: var(--lm-color-white) !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  font-family: var(--font-bold) !important;
  filter: drop-shadow(0 0 0 1px rgba(0, 85, 255, 0.12)) !important;
  width: 100%;
  margin-top: 24px !important;
  overflow: hidden;
}
.sl-contact-page .contact-form .lm-button-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04));
  transform: skewX(-40deg);
  transition: none;
  pointer-events: none;
  z-index: 0;
}
.sl-contact-page .contact-form .lm-button-primary:hover {
  box-shadow: 0 0 10px var(--lm-color-primary), 0 0 20px var(--lm-color-primary) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  background: var(--lm-color-primary) !important;
}
.sl-contact-page .contact-form .lm-button-primary:hover:after {
  animation: scan 1s ease forwards;
}
.sl-contact-page .wpforms-container .wpforms-field, .sl-contact-page .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 !important;
}
.sl-contact-page .wpforms-field-container {
  gap: 24px;
  display: grid !important;
}
.sl-contact-page .wpforms-container .wpforms-required-label, .sl-contact-page .wp-core-ui div.wpforms-container .wpforms-required-label {
  color: #fff !important;
}
.sl-contact-page .wpforms-error {
  margin-top: 2px !important;
  font-size: 12px !important;
}
.sl-contact-page .wpforms-error:before {
  display: none !important;
}
.sl-contact-page .wpforms-field input[type=email],
.sl-contact-page .wpforms-field input[type=text],
.sl-contact-page .wpforms-field textarea {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}
.sl-contact-page .wpforms-field input[type=email]:focus,
.sl-contact-page .wpforms-field input[type=text]:focus,
.sl-contact-page .wpforms-field textarea:focus {
  box-shadow: 0px 0px 2px 1px rgba(0, 85, 254, 0.65) inset !important;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 85, 254, 0.65) inset !important;
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 85, 254, 0.65) inset !important;
}
.sl-contact-page .wpforms-field input[type=email]::placeholder,
.sl-contact-page .wpforms-field input[type=text]::placeholder,
.sl-contact-page .wpforms-field textarea::placeholder {
  color: #fff;
  opacity: 0.8;
}
.sl-contact-page .wpforms-container .wpforms-field-label,
.sl-contact-page .wp-core-ui div.wpforms-container .wpforms-field-label {
  color: #fff !important;
  font-weight: normal !important;
  margin-bottom: 4px !important;
}
@media (min-width: 1921px) {
  .sl-contact-page {
    padding: 180px 0 14%;
  }
}
@media (max-width: 767px) {
  .sl-contact-page {
    padding-top: 120px;
  }
  .sl-contact-page .contact-form {
    padding: 32px 16px !important;
  }
  .sl-contact-page .chat-section {
    margin-bottom: 0;
  }
  .sl-contact-page .chat-section ul {
    justify-content: center;
  }
  .sl-contact-page .chat-section a {
    font-size: 14px;
  }
}

.sl-assets-section {
  margin-bottom: 90px;
}
.sl-assets-section .item.full-img:first-child .image {
  padding: 0;
}
.sl-assets-section .item.full-img:first-child img {
  width: 100%;
}
.sl-assets-section .image {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 36px;
  display: grid;
  place-items: center;
  padding: 30px;
  aspect-ratio: 310/310;
  overflow: hidden;
}
.sl-assets-section .image.bg-white {
  background: #fff;
  border: 1px solid #fff;
}
.sl-assets-section .image.landscape {
  padding: 28px 50px;
  aspect-ratio: unset;
  border-radius: 22px;
}
.sl-assets-section a {
  border: 1px solid rgba(202, 155, 155, 0.3);
  font-size: 20px;
  color: #fff;
  padding: 8px 24px;
  margin-top: 20px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s;
}
.sl-assets-section a:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .sl-assets-section {
    margin-bottom: 50px;
  }
  .sl-assets-section a {
    font-size: 12px;
  }
  .sl-assets-section .sl-assets-items {
    display: flex;
  }
  .sl-assets-section .item {
    width: 30%;
  }
  .sl-assets-section .image {
    aspect-ratio: unset;
    width: 100%;
    padding: 17px;
    border-radius: 15px;
  }
  .sl-assets-section .image.landscape {
    padding: 21px 12px;
    border-radius: 15px;
  }
  .sl-assets-section .image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.sl-color-pallet-section {
  margin-bottom: 90px;
}
.sl-color-pallet-section:last-child {
  margin-bottom: 0;
}
.sl-color-pallet-section .color {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 36px;
  aspect-ratio: 310/310;
  overflow: hidden;
  display: grid;
  place-items: center;
  font-size: 130px;
  font-family: var(--font-bold);
}
.sl-color-pallet-section .color.blue {
  background: #0077FF;
  color: #fff;
}
.sl-color-pallet-section .color.white {
  background: #fff;
  color: #000;
}
.sl-color-pallet-section .description {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(202, 155, 155, 0.06);
  margin-top: 24px;
  padding: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .sl-color-pallet-section {
    margin-bottom: 50px;
  }
  .sl-color-pallet-section .lm-container-xs {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sl-color-pallet-section .sl-pallet-items {
    display: flex;
    justify-content: center;
  }
  .sl-color-pallet-section .item {
    width: 30%;
  }
  .sl-color-pallet-section .color {
    aspect-ratio: unset;
    width: 100%;
    padding: 17px;
    border-radius: 15px;
    min-height: 150px;
    font-size: 50px;
  }
  .sl-color-pallet-section .description {
    padding: 10px;
    font-size: 12px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .sl-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sl-hero-section .sl-hero-image img {
    width: calc(100% + 100px);
  }
}
@media (max-width: 991px) {
  .sl-hero-section .sl-hero-image {
    width: 100%;
    order: 1;
  }
  .sl-hero-section .sl-hero-description {
    order: 2;
  }
}
@media (max-width: 991px) {
  .sl-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .sl-list-wings-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sl-hero-section .lm-second-btn {
    display: none;
  }
  .sl-hero-section .sl-hero-description h1 {
    margin-bottom: 24px;
  }
  .sl-hero-section .hero-badges {
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
  }
  .sl-hero-section .hero-badges ::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
  .sl-hero-section .hero-badges-inner {
    width: max-content;
    margin-top: 20px;
  }
  .sl-hero-section .sl-hero-image {
    padding-top: 50px;
  }
  .sl-hero-section .sl-hero-image:before {
    width: 170%;
    top: -123px;
    right: -129px;
  }
  .sl-hero-section .buttons a:not(.lm-button-primary) {
    flex-shrink: 0;
  }

  .sl-card-grid-section + .fan-wings-section {
    margin-top: 30px !important;
  }
  .sl-card-grid-section .sl-mobile-slider {
    width: 100%;
    overflow-x: auto;
  }
  .sl-card-grid-section .sl-mobile-slider .lm-card-grid-item {
    width: 280px;
    flex-shrink: 0;
  }
}
@media (max-width: 1420px) {
  .sl-discount-wings-section .sl-discount-box {
    width: 93%;
    padding-left: 30px;
  }
}
body.privacy-policy,
body.page-id-120 {
  background: #01010f url("../../../images/bg-page-dots.jpg") no-repeat center -35px/contain;
  padding-top: 120px;
}
body.privacy-policy header,
body.page-id-120 header {
  position: fixed;
  top: 0;
  left: 0;
}
body.privacy-policy header.fixed,
body.page-id-120 header.fixed {
  background: rgba(1, 1, 15, 0.7);
}
body.privacy-policy header:before,
body.page-id-120 header:before {
  background: transparent;
}
body.privacy-policy #lm-content,
body.page-id-120 #lm-content {
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.privacy-policy h2,
body.page-id-120 h2 {
  font-size: 22px;
  line-height: 24px;
  font-family: var(--font-medium);
  margin-bottom: 20px;
  margin-top: 32px;
  color: #fff;
}
@media (max-width: 1200px) {
  body.privacy-policy,
body.page-id-120 {
    background: #01010f url("../../../images/bg-page-dots.jpg") no-repeat center top/108%;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  body.privacy-policy,
body.page-id-120 {
    background: #01010f url("../../../images/bg-page-dots.jpg") no-repeat center top/1500px;
    padding-top: 80px;
  }
  body.privacy-policy h2,
body.page-id-120 h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  body.privacy-policy p,
body.page-id-120 p {
    font-size: 14px;
  }
}

video {
  width: 420px;
  height: 420px;
  object-fit: cover;
  margin-left: 90px;
}

@media (max-width: 767px) {
  video {
    width: 330px;
    height: 330px;
    margin-left: 0px;
  }
}