#popup-banner p.text-16 {
  max-width: 20ch;
}

@media (max-width: 599px) {
  #popup-banner p.text-16 {
    max-width: 21ch;
    font-size: 14px;
  }
}

#buy-loyalty-benefits h3 {
  max-width: calc((740 / 16) * 1rem);
}

.lang-ja #popup-banner {
  max-width: 550px !important;
}

.lang-pt #popup-banner {
  max-width: 580px !important;
}

.lang-ja #popup-banner p:first-child,
.lang-pt #popup-banner p:first-child {
  font-size: 1.2rem;
}

@media (min-width: 600px) {

  .lang-ja #popup-banner p:first-child,
  .lang-pt #popup-banner p:first-child {
    max-width: 20ch;
    font-size: 1.6rem;
  }

  .lang-ja #popup-banner p:nth-child(2),
  .lang-pt #popup-banner p:nth-child(2) {
    font-size: 1.1rem;
  }

  .lang-pt #popup-banner p:nth-child(2) {
    max-width: 25ch;
  }
}

.lang-ru #stats .text-36,
.lang-tr #stats .text-36 {
  font-family: "TT Norms";
  font-size: 1.6rem;
}

.lang-ru [block-name="stats"] .text-36,
.lang-es [block-name="stats"] .text-36,
.lang-tr [block-name="stats"] .text-36 {
  font-size: 1.6rem;
}

#ambassadors.lang-ko [block-name="heading-stats-text-link"] .text-40 {
  font-size: 1.6rem;
}

#announcements .o-container>div:first-child img {
  object-position: center 45%;
}

.lang-en .c-footer-audit {
  max-width: 12ch;
}

body:not(.lang-en) #investment-thesis h3 {
  font-size: 2rem;
}

@keyframes slide-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.header-logo-one {
  height: 20px;
  transform: translateY(14%);
}

.header-logo-two {
  height: 20px;
  transform: translateY(23%);
}

.header-logo-three {
  height: 26px;
  transform: translateY(23%);
}

.c-tab-button {
  border: 1px solid #9eb3ee;
  background-color: #f4f6fd;
}

.c-tab-button.is-active {
  border: 0;
  background-color: white;
}

.c-tab-button.is-active span:first-of-type {
  opacity: 1;
  display: block;
}

.c-tab-button:hover span:first-of-type {
  opacity: 1;
}

.c-tab-button.is-active span:last-of-type {
  color: #14171a;
}

.c-tab-button.t-indigo-dark span:first-of-type {
  background-color: #122e82;
}

.c-tab-button.t-indigo-dark:hover span:first-of-type {
  background-color: #1e4dd8;
}

.c-cta img {
  right: 70px;
  bottom: -100%;
  max-width: calc(344 / 16 * 1rem);
}

@media screen and (max-width: 900px) {
  .c-cta {
    padding-bottom: 45vw;
  }

  .c-cta img {
    bottom: -330px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding-bottom: 75vw;
  }
}

/* Tabs slider */
.c-earn-how-to-slider__text {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.5s all ease;
}

.c-earn-how-to-slider__text.is-active {
  opacity: 1;
  transform: translateY(0%);
  transition: 1s all ease;
}

.c-earn-how-to-slider__text .c-heading-2,
.c-earn-how-to-slider__text .c-subheading-3,
.c-earn-how-to-slider__text .c-cta-boxXX {
  overflow: hidden;
}

.c-earn-how-to-slider__text .c-heading-2>span,
.c-earn-how-to-slider__text .c-subheading-3>span,
.c-earn-how-to-slider__text .c-cta-box>span {
  opacity: 0;
  display: block;
  transform: translateY(100%);
  transition: 0.3s all ease;
}

.c-earn-how-to-slider__text .c-cta-box>span {
  transform: translateY(-100%);
  transform: translateY(-10%);
  transition: 5s all ease;
}

.c-earn-how-to-slider__text.is-active .c-heading-2>span,
.c-earn-how-to-slider__text.is-active .c-subheading-3>span,
.c-earn-how-to-slider__text.is-active .c-cta-box>span {
  opacity: 1;
  display: block;
  transform: translateY(0%);
  transition: 0.6s all ease;
  transition-delay: 0.2s;
}

.c-earn-how-to-slider__text.is-active .c-subheading-3>span {
  transition-delay: 0.3s;
}

.c-earn-how-to-slider__text.is-active .c-cta-box>span {
  transition: 0.8s all ease;
  transition-delay: 0.6s;
}

.c-earn-how-to-slider__text.is-active {
  opacity: 1;
  transform: translateY(0%);
  transform-origin: right bottom;
  transition: 1s all ease;
}

.the-visual {
  transform: scale(0.96);
  transform-origin: right bottom;
  transition: 1s all ease;
}

.is-active .the-visual {
  transform: scale(1);
  transition: 1s all ease;
}

.c-slider-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;

  opacity: 0;
  transition: 1s all ease;
  transition-delay: 0.3s;
  background-size: cover;
  transform: scale(3);
}

.c-slider-background.is-active {
  opacity: 1;
  transition: 1.2s all ease;
  transition-delay: 0.3s;
  transform: scale(1);
}

[ob-tabsslider-toggle] {
  opacity: 1;
  background: transparent;
  color: #14171a;
  transition: 0.3s all ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

[ob-tabsslider-toggle]:hover {
  /* background: #fff; */
  border-color: rgba(0, 0, 0, 0.3);
}

[ob-tabsslider-toggle].is-active {
  opacity: 1;
  background: #fff;
  color: #14171a;
  transition: 0.3s all ease;
  border: 1px solid transparent;
}

[ob-tabsslider-toggle].is-active span {
  color: #14171a;
}

.tabs-progress-bar {
  display: none;
}

.tabs-progress-bar.is-active {
  display: block;
}

.tabs-progress-bar.t-indigo-dark .c-earn-how-to-slider__bar {
  background-color: #122e82;
}

.a-header-word {
  will-change: transform;
  animation-name: slide-fade-bottom;
  animation-duration: 0.75s;
  animation-fill-mode: backwards;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: calc(100ms * var(--anim-index));
}

.c-atf-visual {
  margin-bottom: -275px;
  margin-top: 40px;
}

.c-atf-visual,
.c-atf-visual-two {
  display: none;
  will-change: transform;
  margin-bottom: -215px;
  margin-top: 40px;
  /* min-width: 480px; */
  animation-name: slide-fade-bottom;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-delay: 0.2s;
}

.c-atf-visual-two {
  display: block;
  margin-bottom: -380px;
  margin-top: 55px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .c-atf-visual-two {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 800px) {
  .c-atf-links {
    order: 1;
    padding-bottom: 41px;
    z-index: 10;
    padding-top: 30px;
    background: rgba(13, 44, 139, 0.7);
    mix-blend-mode: normal;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10rem;
    margin-bottom: -10rem;
  }

  .a-header-logo-3 {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 480px) {
  .c-atf-links {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media screen and (min-width: 800px) {
  .c-atf-visual {
    display: block;
    max-width: 600px;
    position: absolute;
    margin: 0;
    right: -40px;
    top: 95px;
    min-width: auto;
  }

  .c-atf-visual-two {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .c-atf-visual {
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .c-atf-heading {
    font-size: 96px;
  }

  .c-atf-heading--main-layout .a-header-word:last-child {
    margin-left: auto;
    margin-right: -24px;
  }

  .c-atf-visual {
    position: static;
    margin: 0 -100px -192px -148px;
  }

  .c-atf-btm {
    margin-top: -220px;
  }

  .a-header-logo-2:before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #83888c;
    opacity: 0.1;
    top: 50%;
    transform: translateY(-50%);
    height: 88px;
  }
}

.c-logo {
  width: auto;
  height: 1em;
}

.c-atf-mobile-logos {
  padding-bottom: 185px;
  background: rgba(13, 44, 139, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

@media (max-width: 599px) {
  .c-atf-mobile-logos {}
}