#lp-wallets #hero {
  position: relative;
  background: lightgray url("/assets/front/lp-assine-12/bg-images/background-hero.png") 50%/cover no-repeat;
  overflow: hidden;
}
#lp-wallets #hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #222;
  opacity: 0.8;
  z-index: 1;
}
#lp-wallets #hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/front/lp-assine-12/bg-images/background-brightness.png") 50%/cover no-repeat;
  z-index: 2;
}
#lp-wallets #hero .container {
  position: relative;
  z-index: 3;
}
#lp-wallets #hero .container .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 64px 0 48px 0;
}
@media (max-width: 1024px) {
  #lp-wallets #hero .container .content {
    padding: 32px 0;
    gap: 16px;
  }
}
#lp-wallets #hero .container .content .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #hero .container .content .header {
    gap: 8px;
  }
}
#lp-wallets #hero .container .content .header .reviews {
  display: flex;
  align-items: center;
  gap: 32px;
}
#lp-wallets #hero .container .content .header .reviews .platforms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
#lp-wallets #hero .container .content .header .reviews .platforms img {
  width: 24px;
}
#lp-wallets #hero .container .content .header .reviews .platforms span {
  color: #FFFFFF;
  font-family: "Figtree";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 767px) {
  #lp-wallets #hero .container .content .header .reviews .platforms span {
    font-size: 12px;
    line-height: 14px;
  }
  #lp-wallets #hero .container .content .header .reviews .platforms span.app-store {
    display: none;
  }
}
#lp-wallets #hero .container .content .header span.title {
  color: #FFAB66;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px; /* 121.739% */
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lp-wallets #hero .container .content .header span.title {
    max-width: 350px;
    font-size: 24px;
    line-height: 120%;
  }
}
#lp-wallets #hero .container .content .header span.subtitle {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media (max-width: 767px) {
  #lp-wallets #hero .container .content .header span.subtitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  #lp-wallets #hero .container .content .header .wallet-btns {
    width: 100%;
    justify-content: center;
  }
  #lp-wallets #hero .container .content .header .wallet-btns a {
    width: 50%;
  }
}
#lp-wallets #hero .container .content .carousel-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 1024px) {
  #lp-wallets #hero .container .content .carousel-content {
    flex-direction: column;
  }
}
#lp-wallets #hero .container .content .carousel-content .carousel-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  max-width: 980px;
}
#lp-wallets #hero .container .content .carousel-content .carousel-hero img {
  width: 100%;
}
#lp-wallets #hero .container .content .img-mobile {
  display: none;
}
@media (max-width: 1024px) {
  #lp-wallets #hero .container .content .img-mobile {
    width: 100%;
    display: flex;
    margin-top: -80px;
  }
}
#lp-wallets #resume {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  padding: 64px 0;
}
@media (max-width: 767px) {
  #lp-wallets #resume {
    padding: 24px 0;
  }
}
#lp-wallets #resume .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
#lp-wallets #resume .container .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .header {
    gap: 12px;
  }
}
#lp-wallets #resume .container .header .resume-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .header .resume-icons {
    gap: 12px;
  }
}
#lp-wallets #resume .container .header .resume-icons .icon {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 100%;
  border: 0.5px solid #FFCCA3;
  background: #FFF4EB;
  filter: drop-shadow(0 1px 20px rgba(255, 204, 163, 0.45));
}
#lp-wallets #resume .container .header .resume-icons .icon img {
  width: 28px;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .header .resume-icons .icon img {
    width: 16px;
  }
}
#lp-wallets #resume .container .header .title {
  color: #2F3137;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .header .title {
    font-size: 24px;
    line-height: 32px;
  }
}
#lp-wallets #resume .container .content {
  padding: 90px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content {
    padding: 0;
  }
}
#lp-wallets #resume .container .content .tabs {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content .tabs .wallet-btns {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  #lp-wallets #resume .container .content .tabs .wallet-btns a {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  #lp-wallets #resume .container .content .tabs {
    width: 100%;
    gap: 24px;
  }
}
#lp-wallets #resume .container .content .tabs .tab {
  cursor: pointer;
  padding-left: 24px;
  border-left: 2px solid #778698;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content .tabs .tab {
    padding-left: 16px;
    font-size: 20px;
    line-height: 120%;
  }
}
#lp-wallets #resume .container .content .tabs .tab .resume-img.mobile {
  display: none !important;
}
#lp-wallets #resume .container .content .tabs .tab.active {
  display: flex;
  padding-left: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-left: 2px solid #FFAB66;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content .tabs .tab.active {
    padding-left: 16px;
  }
}
#lp-wallets #resume .container .content .tabs .tab.active .title {
  color: #FFAB66;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H3 */
  font-family: Figtree;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content .tabs .tab.active .title {
    font-size: 20px;
    line-height: 120%;
  }
}
#lp-wallets #resume .container .content .tabs .tab.active .description {
  display: flex;
  color: #2F3137;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  #lp-wallets #resume .container .content .tabs .tab.active .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
#lp-wallets #resume .container .content .tabs .tab.active .resume-img.mobile {
  display: none;
}
@media (max-width: 1024px) {
  #lp-wallets #resume .container .content .tabs .tab.active .resume-img.mobile {
    display: flex !important;
    margin: -5px 0 -10px -5px;
    max-width: 100%;
    height: auto;
  }
}
#lp-wallets #resume .container .content .tabs .tab .title {
  color: #778698;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H3 */
  font-family: Figtree;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
#lp-wallets #resume .container .content .tabs .tab .description {
  display: none;
}
#lp-wallets #resume .container .content .resume-img {
  max-width: 650px;
}
#lp-wallets #resume .container .content .resume-img.mobile {
  display: none;
}
#lp-wallets #resume .container .content .resume-img.border {
  border-radius: 20px;
  border: 3px solid #2F3137;
  box-shadow: 0 10px 40px 0 rgba(44, 58, 83, 0.3);
}
#lp-wallets #tools {
  position: relative;
  background: #282724;
  overflow: hidden;
}
#lp-wallets #tools .container {
  display: flex;
  align-items: center;
  padding: 64px 0;
  gap: 50px;
}
@media (max-width: 1024px) {
  #lp-wallets #tools .container {
    padding: 24px 12px;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  #lp-wallets #tools .container {
    flex-direction: column;
  }
}
#lp-wallets #tools .container .tools-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #lp-wallets #tools .container .tools-description {
    width: 100%;
    align-items: flex-start;
  }
}
#lp-wallets #tools .container .tools-description .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
  gap: 16px;
}
@media (max-width: 767px) {
  #lp-wallets #tools .container .tools-description .content {
    gap: 12px;
  }
}
#lp-wallets #tools .container .tools-description .content .title {
  max-width: 420px;
  color: #FFAB66;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media (max-width: 767px) {
  #lp-wallets #tools .container .tools-description .content .title {
    font-size: 24px;
    line-height: 32px;
  }
}
#lp-wallets #tools .container .tools-description .content .description {
  max-width: 480px;
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #tools .container .tools-description .content .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
#lp-wallets #tools .container .carousel-tools {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  max-width: 790px;
}
#lp-wallets #tools .container .carousel-tools .card {
  max-width: 380px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #F5F5F4;
}
#lp-wallets #tools .container .carousel-tools .card .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
#lp-wallets #tools .container .carousel-tools .card .header .title {
  color: #282724;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 28.8px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#lp-wallets #tools .container .carousel-tools .card .header .description {
  color: #282724;
  font-feature-settings: "liga" off, "clig" off;
  /* Paragraph/Large */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#lp-wallets #tools .container .carousel-tools .card .image {
  width: 100%;
  height: 290px;
  flex-shrink: 0;
  padding: 10px 8px;
  border-radius: 20px;
  background: #FFE3CC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#lp-wallets #tools .container .carousel-tools .card .image img {
  height: 100%;
}
#lp-wallets #tools .container .carousel-tools .card .start-now {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid #C2C0BC;
  background: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(8, 33, 69, 0.12);
  color: #4D2300;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#lp-wallets #irpf {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
#lp-wallets #irpf .container {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  #lp-wallets #irpf .container {
    padding: 24px 12px;
    gap: 24px;
  }
}
#lp-wallets #irpf .container .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#lp-wallets #irpf .container .header .icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  #lp-wallets #irpf .container .header .icon {
    display: none;
  }
}
#lp-wallets #irpf .container .header .title {
  color: #2F3137;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H3 */
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
@media (max-width: 767px) {
  #lp-wallets #irpf .container .header .wallet-btns {
    display: none;
  }
}
#lp-wallets #irpf .container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  #lp-wallets #irpf .container .content {
    flex-direction: column;
    gap: 30px;
  }
}
#lp-wallets #irpf .container .content .tool-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
}
#lp-wallets #irpf .container .content .tool-list .tool {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #E8E6E3;
  gap: 12px;
}
#lp-wallets #irpf .container .content .tool-list .tool:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  #lp-wallets #irpf .container .content .tool-list .tool:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #lp-wallets #irpf .container .content .tool-list .tool {
    gap: 8px;
  }
}
#lp-wallets #irpf .container .content .tool-list .tool .tool-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
#lp-wallets #irpf .container .content .tool-list .tool .tool-title .box-icon {
  display: flex;
  padding: 8px;
  align-items: center;
  border-radius: 4px;
  background: #FFE3CC;
}
#lp-wallets #irpf .container .content .tool-list .tool .tool-title .box-icon .icon {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
#lp-wallets #irpf .container .content .tool-list .tool .tool-title span {
  color: #2F3137;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#lp-wallets #irpf .container .content .tool-list .tool ul li, #lp-wallets #irpf .container .content .tool-list .tool p {
  color: #2F3137;
  font-feature-settings: "liga" off, "clig" off;
  /* Paragraph/Large */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#lp-wallets #irpf .container .content .img-main {
  width: 530px;
  height: 490px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #lp-wallets #irpf .container .content .img-main {
    width: 100%;
    height: auto;
  }
}
#lp-wallets #experiences-and-investments {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
#lp-wallets #experiences-and-investments .container {
  display: flex;
  padding: 64px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1024px) {
  #lp-wallets #experiences-and-investments .container {
    padding: 32px 12px;
  }
}
#lp-wallets #experiences-and-investments .container #experiences {
  display: flex;
  padding: 64px;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: 25px;
  background: #282724;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  #lp-wallets #experiences-and-investments .container #experiences {
    flex-direction: column;
    gap: 32px;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content {
    gap: 8px;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .title {
  color: #FA6;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content .title {
    font-size: 21px;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .description {
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content .buttons {
    width: 100%;
  }
  #lp-wallets #experiences-and-investments .container #experiences .content .buttons .wallet-btns {
    padding-top: 12px !important;
    width: 100%;
  }
  #lp-wallets #experiences-and-investments .container #experiences .content .buttons .wallet-btns a {
    width: 50%;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns {
    width: 100%;
    justify-content: center;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns a {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #43403D;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns a {
    width: 50%;
  }
}
#lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns a p {
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
#lp-wallets #experiences-and-investments .container #experiences .content .buttons .app-btns a p span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
#lp-wallets #experiences-and-investments .container #experiences .hero-img {
  width: 630px;
  height: 350px;
}
@media (max-width: 1024px) {
  #lp-wallets #experiences-and-investments .container #experiences .hero-img {
    width: 100%;
    height: auto;
  }
}
#lp-wallets #experiences-and-investments .container #investments {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments {
    padding-top: 0;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  #lp-wallets #experiences-and-investments .container #investments .content {
    flex-direction: column;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .investment-manager {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #F5F5F4;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .investment-manager {
    padding: 24px;
    gap: 24px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header {
    gap: 8px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header .title {
  color: #282724;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header .title {
    font-size: 24px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header .description {
  color: #282724;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .investment-manager .header .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .investment-manager img {
  width: 100%;
  height: auto;
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 25px;
  background: #282724;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results {
    padding: 24px;
    gap: 32px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content {
    gap: 8px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .header .title {
  color: #FA6;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .header .title {
    font-size: 24px;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .header .description {
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .header .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .wallet-btns {
    width: 100%;
    padding-top: 12px !important;
  }
  #lp-wallets #experiences-and-investments .container #investments .content .strategy-results .content .wallet-btns .create-wallet {
    width: 100%;
  }
}
#lp-wallets #experiences-and-investments .container #investments .content .strategy-results img {
  width: 100%;
  height: auto;
}
#lp-wallets #smart-wallet {
  position: relative;
  background: #282724;
  overflow: hidden;
}
#lp-wallets #smart-wallet .container {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  #lp-wallets #smart-wallet .container {
    padding: 24px 0;
  }
}
#lp-wallets #smart-wallet .container .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
#lp-wallets #smart-wallet .container .header .header-icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  filter: drop-shadow(0 0 65px rgba(255, 114, 0, 0.6));
  border-radius: 100px;
  border: 0.5px solid var(--Color-Accent-orange-orange-800, #994500);
  background: #291200;
}
#lp-wallets #smart-wallet .container .header h3 {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H3 */
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
@media (max-width: 767px) {
  #lp-wallets #smart-wallet .container .header h3 {
    font-size: 30px;
  }
}
#lp-wallets #smart-wallet .container .content {
  display: flex;
  padding: 0 12px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#lp-wallets #smart-wallet .container .content.mobile {
  display: none;
}
@media (max-width: 1024px) {
  #lp-wallets #smart-wallet .container .content.mobile {
    display: flex !important;
  }
  #lp-wallets #smart-wallet .container .content.desktop {
    display: none;
  }
}
#lp-wallets #smart-wallet .container .content .cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  #lp-wallets #smart-wallet .container .content .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
#lp-wallets #smart-wallet .container .content .cards .card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #3E4751;
  background: #43403D;
  box-shadow: 0 2px 20px 0 rgba(211, 181, 131, 0.2);
}
@media (max-width: 767px) {
  #lp-wallets #smart-wallet .container .content .cards .card {
    padding: 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  #lp-wallets #smart-wallet .container .content .cards .card:last-child {
    grid-column: 1/-1;
  }
}
#lp-wallets #smart-wallet .container .content .cards .card img {
  width: 24px;
}
#lp-wallets #smart-wallet .container .content .cards .card span {
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H5 */
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #smart-wallet .container .content .cards .card span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
}
#lp-wallets #reviews {
  position: relative;
  background: #282724;
  overflow: hidden;
}
#lp-wallets #reviews .container {
  position: relative;
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767px) {
  #lp-wallets #reviews .container {
    padding: 24px 12px;
    gap: 24px;
  }
}
#lp-wallets #reviews .container .side.controls {
  position: absolute;
}
@media (max-width: 1300px) {
  #lp-wallets #reviews .container .side.controls {
    display: none;
  }
}
#lp-wallets #reviews .container .side.controls.left {
  top: 60%;
  left: -60px;
  z-index: 1;
}
#lp-wallets #reviews .container .side.controls.right {
  top: 60%;
  right: -40px;
  z-index: 1;
}
#lp-wallets #reviews .container .side.controls .btn-carousel {
  border: none;
  background: #FFAB66;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
}
#lp-wallets #reviews .container .side.controls .btn-carousel:hover {
  background: #FF8E33;
}
#lp-wallets #reviews .container .group-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1300px) {
  #lp-wallets #reviews .container .group-header {
    flex-direction: column;
    gap: 16px;
  }
}
#lp-wallets #reviews .container .group-header .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}
#lp-wallets #reviews .container .group-header .header .title {
  color: #FA6;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lp-wallets #reviews .container .group-header .header .title {
    font-size: 26px;
    text-align: center;
  }
}
#lp-wallets #reviews .container .group-header .header .subtitle {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  #lp-wallets #reviews .container .group-header .header .subtitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }
}
#lp-wallets #reviews .container .group-header .img-header {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #lp-wallets #reviews .container .group-header .img-header {
    max-height: unset;
  }
}
#lp-wallets #reviews .container .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 24px;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel {
  max-width: 100%;
  display: flex;
  padding: 0 12px;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 767px) {
  #lp-wallets #reviews .container .carousel-content .reviews-carousel {
    padding: 0;
  }
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #E8E6E3;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  max-width: 356px;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content span.card-header {
  display: flex;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-bottom: none;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content span.card-header .icon {
  width: 40px;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content span.card-header div.author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content span.card-header div.author p.author {
  color: #B25100;
  font-feature-settings: "liga" off, "clig" off;
  /* Headings/H6 */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content span.card-header div.author p.occupation {
  color: #2F3137;
  font-feature-settings: "liga" off, "clig" off;
  /* Labels/Default */
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content .review {
  display: flex;
}
#lp-wallets #reviews .container .carousel-content .reviews-carousel .card-box .content p.content-description {
  color: #2F3137;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  min-height: 172px;
}
#lp-wallets .wallet-btns {
  display: flex;
  padding-top: 16px;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  #lp-wallets .wallet-btns.resume {
    padding-top: 0;
  }
}
#lp-wallets .wallet-btns a {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #lp-wallets .wallet-btns a {
    padding: 12px 16px;
  }
}
#lp-wallets .wallet-btns a.b3, #lp-wallets .wallet-btns a.login {
  border-radius: 100px;
  border: 1px solid #E3E6ED;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(8, 33, 69, 0.12);
  transition: 0.3s all;
}
#lp-wallets .wallet-btns a.b3 span, #lp-wallets .wallet-btns a.login span {
  color: #4D2300;
  font-feature-settings: "liga" off, "clig" off;
  /* Labels/Large */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 767px) {
  #lp-wallets .wallet-btns a.b3 span, #lp-wallets .wallet-btns a.login span {
    font-size: 12px;
    line-height: 20px;
  }
}
#lp-wallets .wallet-btns a.b3:hover, #lp-wallets .wallet-btns a.login:hover {
  background: #FFF1E5;
  box-shadow: 0 0 6px 0 rgba(8, 33, 69, 0.12);
}
#lp-wallets .wallet-btns a.create-account {
  border-radius: 100px;
  background: #FFAB66;
  box-shadow: 0 2px 10px 0 rgba(8, 33, 69, 0.25);
  transition: 0.3s all;
  color: #4D2300;
  font-feature-settings: "liga" off, "clig" off;
  /* Labels/Large */
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 767px) {
  #lp-wallets .wallet-btns a.create-account {
    font-size: 12px;
    line-height: 20px;
  }
}
#lp-wallets .wallet-btns a.create-account:hover {
  background: #FF8E33;
}
#lp-wallets .row-carousel {
  display: none;
}
@media (max-width: 1300px) {
  #lp-wallets .row-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#lp-wallets .row-carousel .controls {
  display: flex;
  justify-content: center;
  gap: 12px;
}
#lp-wallets .row-carousel .controls .btn-carousel {
  border: none;
  background: #FFAB66;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
}
#lp-wallets .row-carousel .controls .btn-carousel:hover {
  background: #FF8E33;
}
#lp-wallets .controls {
  display: flex;
  padding-top: 16px;
  align-items: center;
  gap: 24px;
}
#lp-wallets .controls.mobile-version {
  display: none;
}
@media (max-width: 1024px) {
  #lp-wallets .controls.mobile-version {
    display: flex;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  #lp-wallets .controls.desktop-version {
    display: none;
  }
}
#lp-wallets .controls button {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: 0.3s all;
  border: none;
  background: #FFAB66;
}
#lp-wallets .controls button:hover {
  background: #FF8E33;
}
@media (max-width: 767px) {
  #lp-wallets .controls button {
    width: 48px;
    height: 48px;
  }
}
