.swiper-related-articles {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.swiper-related-articles .swiper-wrapper {
  margin-bottom: 40px; 
}
.swiper .swiper-wrapper {
  align-items: stretch;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #000;
  color: #fff;
  height: 45px;
  width: 45px;
  z-index: 70;
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 10px;
}
@media screen and (max-width: 767.5px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  border-radius: 0;
  height: 3px;
  max-width: 200px;
  width: 25%;
}
@media screen and (max-width: 860px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7%;
  }
}
.swiper
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.2;
}
.article-card {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  height: auto !important;
  min-height: 400px;
}
.article-card .illustration {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 60%;
  width: 100%;
}
.article-card .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  padding: 25px;
}
@media screen and (max-width: 992px) {
  .article-card .content {
    padding: 20px;
  }
}
.article-card .content .title {
  font-family: HMAlphaMono, Open sans, arial, sans-serif;
  text-transform: uppercase;
}
.article-card .content .caption-for-article {
  justify-content: space-between;
  margin: 0;
}
.article-card .content .caption-for-article > * {
  font-size: 10px;
}
.article-card .content .caption-for-article .badge {
  border-radius: 100px;
  font-family: Inter, Times New Roman, arial, sans-serif;
  font-size: 10px;
  margin-right: 0;
}
.article-card .content .caption-for-article .time-to-read {
  margin-right: 0;
}
.article-card .content .caption-for-article > :last-child {
  margin-left: inherit;
}
.caption-for-article {
  align-items: center;
  color: #949494;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .caption-for-article {
    flex-direction: row;
    justify-content: space-between;
  }
}
.caption-for-article > * {
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}
.caption-for-article > .time-to-read,
.caption-for-article > .time-to-read .badge {
  align-items: center;
  display: flex;
  margin-right: 3vw;
}
.caption-for-article > .time-to-read .badge {
  border-radius: 100px;
  color: inherit;
  font-family: HMAlphaMono, Open sans, arial, sans-serif;
  font-size: 1.1rem;
  line-height: normal;
  padding: 5px 10px 4px;
  text-decoration: none;
}
.caption-for-article > .time-to-read .badge i {
  margin-right: 7px;
}
.caption-for-article > .time-to-read .badge .icon-wifi {
  display: inherit;
  transform: rotate(90deg);
}
.caption-for-article > .level > * {
  color: inherit !important;
  text-decoration: none;
}
.product-comparison-block a {
  text-decoration: none;
}
.product-comparison-block .mobile-button-container a.button.primary,
.product-comparison-block .title-container a.button.primary {
  background-color: #fff;
  color: #000 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
  padding: 8px 16px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.product-comparison-block .title-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 992px) {
  .product-comparison-block .title-container {
    gap: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  .product-comparison-block .title-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .product-comparison-block .title-container a.button.primary {
    display: none;
  }
}
.product-comparison-block .mobile-button-container {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .product-comparison-block .mobile-button-container {
    display: none;
  }
}
.product-comparison-block .products-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product-comparison-block .products-container {
    flex-direction: column;
    gap: 16px;
  }
}
.product-comparison-block .products-container .product-card {
  background: hsla(0, 0%, 100%, 0.02);
  border: 1px solid #525252;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 1px 0 24px;
  position: relative;
  transition: background 0.3s ease, border 0.3s ease-out;
  width: calc(33.33333% - 16px);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .product-comparison-block .products-container .product-card {
    width: 100%;
  }
}
.product-comparison-block .products-container .product-card .white-square {
  background-color: #fff;
  height: 8px;
  position: absolute;
  width: 8px;
}
.product-comparison-block .products-container .product-card .white-square.top {
  top: -4px;
}
.product-comparison-block .products-container .product-card .white-square.left {
  left: -4px;
}
.product-comparison-block
  .products-container
  .product-card
  .white-square.right {
  right: -4px;
}
.product-comparison-block
  .products-container
  .product-card
  .white-square.bottom {
  bottom: -4px;
}
@media screen and (min-width: 769px) {
  .product-comparison-block .products-container .product-card:hover {
    background: hsla(0, 0%, 100%, 0.04);
    border-color: #fff;
  }
  .product-comparison-block
    .products-container
    .product-card:hover
    .image-container
    img {
    transform: translateY(-8px);
  }
}
.product-comparison-block .products-container .product-card .tags-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0;
  padding: 0;
}
.product-comparison-block .products-container .product-card .tags-container li {
  list-style: none;
  margin: 0;
}
.product-comparison-block .products-container .product-card .image-container {
  align-items: center;
  background: linear-gradient(
    196deg,
    hsla(0, 0%, 100%, 0) 8.21%,
    hsla(0, 0%, 100%, 0.05) 89.11%
  );
  display: flex;
  flex: 1 0 0;
  height: 259px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .product-comparison-block .products-container .product-card .image-container {
    height: 220px;
  }
}
.product-comparison-block
  .products-container
  .product-card
  .image-container
  div {
  height: 100%;
  padding: 0 62px;
}
.product-comparison-block
  .products-container
  .product-card
  .image-container
  div
  img {
  height: 100%;
  transition: transform 0.3s ease-out;
}
.product-comparison-block .products-container .product-card .text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 0 24px;
}
.product-comparison-block
  .products-container
  .product-card
  .text-container
  .rating-review-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 4px 0;
}
.product-comparison-block
  .products-container
  .product-card
  .text-container
  .rating-review-container
  .rating-container {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.product-comparison-block
  .products-container
  .product-card
  .text-container
  .button-container {
  margin-top: auto;
}
.product-comparison-block
  .products-container
  .product-card
  .text-container
  .button-container
  p {
  color: #fff;
}
.product-comparison-block .products-container .gradient {
  background: var(--Brand-Serenity-Purple, #abb5ff);
  border-radius: 1216px;
  filter: blur(106px);
  height: 320px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 992px) {
  .product-comparison-block .products-container .gradient {
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.mbss-section .scroll-fixed-content {
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 860px) {
  .mbss-section .scroll-fixed-content {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
  }
}
.mbss-section .scroll-fixed-content .fixed-area {
  height: 102%;
  min-width: 50%;
  position: sticky;
  text-align: center;
  top: 20%;
}
@media screen and (max-width: 860px) {
  .mbss-section .scroll-fixed-content .fixed-area {
    display: none;
    visibility: hidden;
  }
}
.mbss-section .scroll-fixed-content .fixed-area > div {
  background-image: url(../../../ledger.com/wp-content/uploads/2023/06/Language-selection.html);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: min(100vh, 500px);
  justify-content: center;
  margin: auto;
  max-width: 525px;
  width: 100%;
}
.mbss-section .scroll-fixed-content .mobile-img {
  display: none;
}
@media screen and (max-width: 860px) {
  .mbss-section .scroll-fixed-content .mobile-img {
    align-self: center;
    display: block;
  }
}
.mbss-section .scroll-fixed-content .bloc-text {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  max-width: 100%;
  opacity: 0.5;
  padding: 24px 24px 32px;
  transition: all 0.25s;
}
.mbss-section .scroll-fixed-content .bloc-text:before {
  content: "";
  height: 32px;
  width: 32px;
}
.mbss-section .scroll-fixed-content .bloc-text.bloc-text-1:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjY1NSAyNy41MjNjMS40NC44MzIgMy4yNjQuOTYgNS40NC0uMDY0bDExLjY4LTUuMzc2YTMuMDQxIDMuMDQxIDAgMDAxLjc2LTIuNzUyYzAtMS42OTYtMS40MDgtMi45NDQtMi45NzYtMi45NDQtLjMyIDAtLjYwOC4wNjQtMS4xNTIuMjg4bC0uMDk2LS4yMjRjLS43MDQtMS4zNDQtMi4zMDQtMS44NTYtMy43MTItMS4yNDhsLTIuNDY0IDEuMTJjLjQ0OC40MTYuOC45MjggMS4wNTYgMS41MzZsMi4xNzYtLjk2Yy41MTItLjI1NiAxLjEyLS4wMzIgMS4zNzYuNTEybC4xMjguMzItNS4zMTIgMi40Yy4xNi0xLjI4LS41NDQtMi41Ni0xLjY5Ni0zLjEwNGwtNS4xMi0yLjM2OGMtMy40MjQtMS42LTYuNjU2LS45OTItOS4yOCAyLjA4djguMzJoMS45NTJ2LTcuNTUyYzEuOTItMS45MiA0LjAzMi0yLjIwOCA2LjQ5Ni0xLjA4OEwxNiAxOC43ODdjLjQxNi4xOTIuNjcyLjYwOC42NzIgMS4wODggMCAuODMyLS44OTYgMS40MDgtMS42MzIgMS4wNTZsLTQuMjU2LTEuOTUyLS42NCAxLjQ0IDQuNTc2IDIuMTQ0Yy43NjguMzUyIDEuNjY0LjI4OCAyLjk3Ni0uMjg4bDguNDQ4LTMuODA4YS45NzIuOTcyIDAgMDExLjQwOC44NjRjMCAuMzg0LS4yMjQuOC0uNTc2Ljk2TDE1LjI2MyAyNS43Yy0xLjQwOC42NC0yLjU5Mi43MDQtMy42NDguMDk2bC0zLjQ1Ni0xLjkyLS45NiAxLjcyOCAzLjQ1NiAxLjkyem0uOTYtMTkuMjY0YTQuNDM5IDQuNDM5IDAgMDA0LjQ0OCA0LjQ0OCA0LjQzOSA0LjQzOSAwIDAwNC40NDgtNC40NDggNC40MzkgNC40MzkgMCAwMC00LjQ0OC00LjQ0OCA0LjQzOSA0LjQzOSAwIDAwLTQuNDQ4IDQuNDQ4em0xLjg1NiAwYTIuNTgxIDIuNTgxIDAgMDEyLjU5Mi0yLjU5MiAyLjU4MSAyLjU4MSAwIDAxMi41OTIgMi41OTIgMi41ODEgMi41ODEgMCAwMS0yLjU5MiAyLjU5MiAyLjU4MSAyLjU4MSAwIDAxLTIuNTkyLTIuNTkyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.mbss-section .scroll-fixed-content .bloc-text.bloc-text-2:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDI4LjMyYzYuOTEyIDAgMTIuMzItNS42IDEyLjMyLTEyLjMyIDAtNi44OC01LjQ0LTEyLjMyLTEyLjMyLTEyLjMyUzMuNjggOS4xMiAzLjY4IDE2IDkuMTIgMjguMzIgMTYgMjguMzJ6TTUuNzYgMTZjMC01Ljc2IDQuNTEyLTEwLjI0IDEwLjI0LTEwLjI0IDUuNzYgMCAxMC4yNCA0LjQ4IDEwLjI0IDEwLjI0IDAgNS41NjgtNC40OCAxMC4yNC0xMC4yNCAxMC4yNC01LjcyOCAwLTEwLjI0LTQuNTEyLTEwLjI0LTEwLjI0em01LjI4IDEuODg4Yy0uMDMyIDIuNDY0IDEuNjk2IDQuMjI0IDQuMjI0IDQuNTEydjEuNTY4aDEuNTA0VjIyLjRjMi40MzItLjI4OCA0LjE2LTEuODU2IDQuMTYtMy45MzYgMC0xLjkyLTEuMzc2LTMuMDA4LTMuNTUyLTMuMzI4bC0yLjA4LS4yODhjLTEuMzc2LS4xNi0xLjk1Mi0uNjA4LTEuOTUyLTEuNjk2IDAtMS4zNzYuOTYtMS44ODggMi42ODgtMS44ODggMS45MiAwIDIuNjI0LjY3MiAyLjYyNCAyLjQzMmgxLjk4NGMwLTIuMTQ0LTEuNjMyLTMuODQtMy44NzItNC4xMjh2LTEuNmgtMS41MDR2MS41NjhjLTIuMjQuMjg4LTMuODQgMS43OTItMy44NCAzLjc0NCAwIDEuODU2IDEuMTg0IDIuOTQ0IDMuMiAzLjIzMmwyLjA4LjI1NmMxLjU2OC4yMjQgMi4xNzYuNjcyIDIuMTc2IDEuODU2IDAgMS40NzItLjg5NiAyLjAxNi0yLjg0OCAyLjAxNi0yLjI0IDAtMy4wNC0uNzM2LTMuMDQtMi43NTJIMTEuMDR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
.mbss-section .scroll-fixed-content .bloc-text.bloc-text-3:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzc3IDE4LjA4djEuOTUyYzkuMTItMS4xODQgMTYuOC01Ljk1MiAyMi43Mi0xMi44LS4wMzIuOTYtLjAzMiAxLjkyLS4wMzIgMi44NDh2Mi4zMDRoMS43OTFWNC4xNmgtOC4xOTJ2MS44MjRoMi4xNzdjLjg5NiAwIDEuODU1IDAgMi43NTItLjAzMi01LjYgNi40OTYtMTIuNjcyIDEwLjk0NC0yMS4yMTYgMTIuMTI4em0tLjAzMiA5Ljc2aDIuMjA4di0zLjkwNEgzLjc0NXYzLjkwNHptNS41NjggMGgyLjIwN3YtNS42OTZIOS4zMTR2NS42OTZ6bTUuNiAwaDIuMTc1di03LjU4NGgtMi4xNzZ2Ny41ODR6bTUuNTY3IDBoMi4yMDl2LTkuNDA4SDIwLjQ4djkuNDA4em01LjUzNyAwaDIuMjA3di0xMS4yaC0yLjIwN3YxMS4yeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.mbss-section .scroll-fixed-content .bloc-text.bloc-text-4:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTIyIDEwLjkxMlYxNmgxLjk4NHYtNS4wODhjMC0uODk2Ljg2NC0xLjc5MiAxLjc5Mi0xLjc5MmgxOS4wMDhjLS42NzIuNjA4LTEuMzEyIDEuMjE2LTEuOTUyIDEuODI0TDIyLjY5IDEyLjY0bDEuMjggMS4zMTIgNS43OTItNS44MjQtNS43OTItNS43OTItMS4yOCAxLjMxMiAxLjY2NCAxLjY2NGMuNjA4LjYwOCAxLjI0OCAxLjIxNiAxLjg4OCAxLjgyNEg3LjI5OGMtMS44ODggMC0zLjc3NiAxLjk1Mi0zLjc3NiAzLjc3NnptLTEuMjggMTIuOTZsNS43OTIgNS43OTIgMS4yOC0xLjMxMi0xLjY2NC0xLjY5NmMtLjYwOC0uNTc2LTEuMjQ4LTEuMjE2LTEuODg4LTEuNzkyaDE4Ljk0NGMxLjg4OCAwIDMuNzc2LTEuOTg0IDMuNzc2LTMuNzc2VjE2aC0xLjk4NHY1LjA4OGMwIC44OTYtLjg2NCAxLjc5Mi0xLjc5MiAxLjc5Mkg1LjczYy42NC0uNjA4IDEuMzEyLTEuMjE2IDEuOTItMS44MjRsMS42NjQtMS43MjgtMS4yOC0xLjI4LTUuNzkyIDUuODI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.mbss-section .scroll-fixed-content .bloc-text.active {
  opacity: 1;
  transition: all 0.25s;
}
.mbss-section .scroll-fixed-content .bloc-text.active h3,
.mbss-section .scroll-fixed-content .bloc-text.active h4 {
  color: #abb5ff;
}
.mbss-section .scroll-fixed-content .bloc-text.multiple-sections:first-child {
  justify-content: start;
}
@media screen and (max-width: 860px) {
  .mbss-section .scroll-fixed-content .bloc-text {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 260px;
    height: auto;
    width: 100%;
  }
  .mbss-section .scroll-fixed-content .bloc-text:not(:last-child) {
    margin: 0 auto 80px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mbss-section .scroll-fixed-content .bloc-text {
    opacity: 1;
    transition: all 0.25s;
  }
}
.mbss-section .scroll-fixed-content .bloc-text .wysiwyg a {
  color: #f5f5f5;
}
.mbss-section .scroll-fixed-content .bloc-text .wysiwyg li,
.mbss-section .scroll-fixed-content .bloc-text .wysiwyg p,
.mbss-section .scroll-fixed-content .bloc-text .wysiwyg ul {
  margin-bottom: 2rem;
}
@media screen and (max-width: 690px) {
  #header {
    margin-bottom: 0 !important;
  }
}
.single-crypto h2,
.single-crypto h3,
.single-crypto h4,
.single-crypto h5,
.single-crypto h6 {
  font-family: Inter, Times New Roman, arial, sans-serif;
  text-transform: none;
}
.single-crypto .h7 {
  color: #c3c3c3;
}
.single-crypto .hero-container .introduction .row .row.flexbox {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .single-crypto .hero-container .introduction .row .row.flexbox {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.single-crypto .hero-container .introduction .content {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 90px 0;
}
.single-crypto .hero-container .introduction .content ul.infos-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  margin: 8px 0;
}
.single-crypto .hero-container .introduction .content ul.infos-container li {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .single-crypto .hero-container .introduction .content ul.infos-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.single-crypto .hero-container .introduction .content .cta-section {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .single-crypto .hero-container .introduction .content {
    gap: 8px;
    order: 2;
  }
  .single-crypto .hero-container .introduction .content .cta-section {
    align-items: flex-start;
    margin: 24px 0 28px;
  }
}
@media screen and (max-width: 690px) {
  .single-crypto .hero-container .introduction .content {
    padding: 40px 0;
  }
}
.single-crypto .hero-container .introduction .illustration-block {
  align-self: flex-end;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .single-crypto .hero-container .introduction .illustration-block {
    align-self: flex-start;
    justify-content: left;
    order: 1;
  }
}
.single-crypto .hero-container .introduction .illustration-block .illustration {
  max-height: 570px;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
@media screen and (max-width: 768px) {
  .single-crypto
    .hero-container
    .introduction
    .illustration-block
    .illustration {
    align-self: center;
    max-width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.single-crypto .crypto-page-wallets,
.single-crypto .crypto-page-wallets > * {
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  .single-crypto .crypto-page-wallets > * br {
    display: none;
  }
}
.single-crypto .crypto-page-wallets img {
  max-width: 60%;
}
.single-crypto .crypto-page-wallets .bloc-text {
  max-width: 40%;
  padding: 40px;
}
@media screen and (max-width: 690px) {
  .single-crypto .crypto-page-wallets .bloc-text {
    max-width: none;
  }
}
.single-crypto .what-is-coin {
  background-color: #c3c3c3;
}
.single-crypto .what-is-coin .what-is-coin-left p {
  margin-bottom: 20px;
}
.single-crypto .what-is-coin .coingecko-container {
  text-align: center;
}
.single-crypto .what-is-coin .coingecko-container a {
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  .single-crypto .what-is-coin-left {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .single-crypto .what-is-coin .coinmarketcap-currency-widget.crypto-wallet {
    min-width: 360px;
  }
}
.single-crypto .what-is-coin .coinmarketcap-currency-widget.crypto-wallet > * {
  border: 1px solid #142533 !important;
}
.single-crypto .what-is-coin .coinmarketcap-currency-widget.crypto-wallet > *,
.single-crypto
  .what-is-coin
  .coinmarketcap-currency-widget.crypto-wallet
  > *
  a {
  color: #000 !important;
}
.single-crypto
  .what-is-coin
  .coinmarketcap-currency-widget.crypto-wallet
  > *
  > :not(:first-of-type) {
  border-top: 1px solid #142533 !important;
}
.single-crypto
  .what-is-coin
  .coinmarketcap-currency-widget.crypto-wallet
  > *
  > :not(:first-of-type)
  > :not(:last-of-type) {
  border-right: 1px solid #142533 !important;
}
.single-crypto .what-is-coin .read-more {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .single-crypto .learn-more > .row > .row {
    flex-direction: column;
  }
  .single-crypto .learn-more > .row > .row .learn-more-right {
    justify-content: center;
    margin-top: 20px;
  }
}
.single-crypto .learn-more .overtitle {
  color: #abb5ff;
  display: inline-block;
  font-family: Inter, Times New Roman, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 690px) {
  .single-crypto .learn-more-left {
    text-align: center;
  }
}
.single-crypto .learn-more-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .single-crypto .learn-more-services {
    flex-direction: column;
  }
}
.single-crypto .learn-more-services .block-text {
  border: 1px solid #e5e5e5;
  display: flex;
  padding-left: 180px;
  position: relative;
}
.single-crypto .learn-more-services .block-text .h6 span {
  color: #abb5ff;
}
@media screen and (max-width: 768px) {
  .single-crypto .learn-more-services .block-text {
    flex-direction: column;
    padding-left: 20px;
    text-align: center;
  }
}
.single-crypto .learn-more-services .illustration {
  background: transparent 50% no-repeat;
  background-size: contain;
  height: 240px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-15%, -25%);
  width: 240px;
}
.single-crypto .learn-more-services .illustration.nano {
  background-image: url(../../wp-content/themes/ledger-v2/public/images/ledger-learn-more-device.html);
}
.single-crypto .learn-more-services .illustration.ledger-live {
  background-image: url(../../wp-content/themes/ledger-v2/public/images/ledger-learn-more-app.html);
}
@media screen and (max-width: 768px) {
  .single-crypto .learn-more-services .illustration {
    background-size: contain;
    height: 128px;
    margin: 0 auto 16px;
    position: relative;
    transform: none;
    width: 128px;
  }
}
.single-crypto .learn-more-services .transfer-icon {
  align-items: center;
  display: flex;
  flex: 0 0 100px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-crypto .learn-more-services .transfer-icon {
    flex: 0;
  }
  .single-crypto .learn-more-services .transfer-icon img {
    transform: rotate(90deg);
  }
}
.single-crypto .reviews .bloc-text.card {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .single-crypto .crypto-gallery {
    flex-direction: column;
  }
}
.single-crypto .crypto-gallery .grid-items > * {
  flex: auto;
  margin: 3px 5px;
  max-width: 170px;
  padding: 50px 0;
  position: relative;
  width: 25%;
}
.single-crypto .crypto-gallery .grid-items > * span {
  bottom: 10%;
  color: #000;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  width: 100%;
}
.single-crypto .crypto-gallery .grid-items > :hover {
  background-color: transparent;
  border: 2px solid;
  margin-bottom: -2px;
  margin-top: -2px;
}
.single-crypto .crypto-gallery .grid-items > :hover span {
  opacity: 1;
}
.single-crypto .crypto-gallery .grid-items > * img {
  filter: grayscale(1);
}
.single-crypto .steps-to-get-wallet {
  background-color: #c3c3c3;
}
.single-crypto .steps-section ul {
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 690px) {
  .single-crypto .steps-section > div > div > .h4 {
    text-align: left;
  }
}
.single-crypto .steps-section .gridbox > :not(:last-of-type) {
  border-right: 1px solid #c3c3c3;
  padding-right: 40px;
}
@media screen and (min-width: 690px) and (max-width: 860px) {
  .single-crypto .steps-section .gridbox > :not(:last-of-type) {
    padding-right: 20px;
  }
  .single-crypto .steps-section .gridbox > :not(:last-of-type):nth-child(odd) {
    border-right: 1px solid #c3c3c3;
  }
}
@media screen and (max-width: 690px) {
  .single-crypto .steps-section .gridbox > :not(:last-of-type) {
    border-bottom: 1px solid #c3c3c3;
    border-right: none;
    padding-bottom: 40px;
    padding-right: none;
  }
}
.single-crypto #howtoget.alternative {
  background-color: #fbfbfb;
  padding-top: 120px;
}
.single-crypto #howtoget.alternative .button {
  bottom: 32px;
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .single-crypto #howtoget.alternative .button {
    bottom: 0;
    margin-top: 24px;
    position: relative;
  }
}
.single-crypto #howtoget.alternative .illustration {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-crypto #howtoget.alternative .illustration {
    display: flex;
    justify-content: space-between;
  }
}
.single-crypto #howtoget.alternative .illustration img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.single-crypto #howtoget.alternative .h3 {
  font-size: 5rem;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .single-crypto #howtoget.alternative .h3 {
    font-size: 3.2rem;
  }
}
.single-crypto #howtoget.alternative .vertical-swiper {
  align-items: flex-start;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .single-crypto #howtoget.alternative .vertical-swiper {
    flex-direction: column;
    gap: 16px;
  }
}
.single-crypto #howtoget.alternative .vertical-swiper .item {
  align-items: center;
  align-self: stretch;
  border: 1px solid #e5e5e5;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 32px;
  position: relative;
}
.single-crypto #howtoget.alternative .vertical-swiper .item .content {
  padding: 0 32px 80px;
}
.single-crypto #howtoget.alternative .vertical-swiper .item .content ul {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-crypto #howtoget.alternative .vertical-swiper .item {
    text-align: center;
  }
  .single-crypto #howtoget.alternative .vertical-swiper .item li {
    text-align: left;
  }
}
.single-crypto #howtoget.alternative .step-number {
  background: var(--grey-grey-800, #191919);
  color: #fff;
  height: 56px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 56px;
}
.single-crypto #howtoget.alternative .step-number span {
  font-family: Inter, Times New Roman, arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 56px;
}
.single-crypto .vertical-swiper-block .content {
  margin-right: 120px;
}
@media screen and (max-width: 690px) {
  .single-crypto .vertical-swiper-block .content {
    margin-left: 5%;
    margin-right: 0;
    text-align: left;
  }
}
.single-crypto .vertical-swiper-block .vertical-swiper .item:after {
  background-color: #3c3b3b;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  width: 114%;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .single-crypto .vertical-swiper-block .vertical-swiper .item:after {
    width: 0;
  }
}
.single-crypto .products-block .title-block p {
  margin: 0 auto;
  width: 50%;
}
.single-crypto .blog-articles-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-crypto .blog-articles-list {
    flex-direction: column;
  }
}
.single-crypto .article-list-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-crypto .article-list-item {
    max-width: 31%;
    min-width: 31%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .single-crypto .article-list-item {
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single-crypto .article-list-item {
    margin-bottom: 40px;
  }
}
.single-crypto .article-list-item .illustration {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  min-height: 275px;
  transition: all 0.35s;
}
.single-crypto .article-list-item:hover .illustration {
  background-size: auto 170%;
  min-height: 275px;
}
.single-crypto
  .toggle-list
  .fields-container-options
  input:checked
  ~ label
  + div,
.single-crypto
  .toggle-list
  .fields-container-options
  input:checked
  ~ label
  + p {
  max-height: none;
}
@media screen and (max-width: 690px) {
  .single-crypto .mobile-button.flexbox {
    flex-flow: row wrap;
  }
}
.single-crypto .icon {
  color: #abb5ff;
}
.recommended-by {
  color: #fff;
  font-size: 1.4rem;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.recommended-by > div {
  justify-content: center;
  margin-top: 25px;
}
.recommended-by > div img {
  display: inline-block;
  margin: 0 2vw;
  max-height: 27px;
}
@media screen and (max-width: 767px) {
  .recommended-by > div img {
    margin: 0 1vw;
    max-height: 17px;
  }
}
.recommended-by-container {
  background-color: #191919;
}
