.nav-secondary {
  background-color: #eef5f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.margin-bottom {
  margin-bottom: 80px;
}

.nav-secondary > * {
  margin: 0 25px;
  cursor: pointer;
}

.vline {
  background-color: #d9d9d9;
  flex-basis: 1px !important;
  flex-grow: 0 !important;
  margin: 0 30px;
}

.row > div {
  flex: 1;
}

.normal-row {
  display: flex;
  gap: 20px;
}

footer {
  position: relative;
}

.evenly {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
}

.logos-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.logos-row img {
  flex: 1;
  width: 0;
  object-fit: contain;
  min-width: 100px;
  max-width: 100px;
}

.padding-h {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

ul {
  font-size: 20px;
  padding-left: 17px;
}

li::marker {
  color: var(--color-main);
}

.blik-text {
  margin: 0;
  font-size: 20px;
}

li {
  margin-bottom: 25px;
}

#animation {
  position: relative;
  height: 470px;
  width: 470px;
  flex-grow: 0;
}

#animation img {
  position: absolute;
  top: 0;
  left: 0;
}

.animation-button {
  height: 54px;
  width: 270px;
  background-color: #fafafa;
  margin-bottom: 20px;
  font-size: 17px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 3px;
}
.animation-button img {
  height: 30px;
  margin: 0 12px;
}

.coin {
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
}

.selfie {
  font-size: 24px;
}

.selfie p {
  margin: 0;
  flex: 1;
}

.selfie .normal-row {
  align-items: center;
  height: 60px;
}

.selfie .vline {
  width: 2px;
  flex-basis: 50px !important;
  margin: 10px 30px;
}

footer {
  background-color: #313237;
  color: white;
  padding-bottom: 50px !important;
  font-size: 13px;
}
footer hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #44454E;
}

footer a {
  color: white !important;
}


.nota {
  background-color: #292a2e;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

footer .absolute-bar {
  padding: 0 calc((100% - var(--page-width)) / 2) !important;
  width: auto !important;
}

footer .absolute-button {
  padding-right: calc((100% - var(--page-width)) / 2) !important;
  z-index: 10;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #deedf2a9;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: scroll;
  transition: opacity 300ms;
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
}

.popup > div {
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  width: 1120px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  position: relative;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 3px 20px 0px var(--color-shadow);
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--color-main);
  cursor: pointer;
  border-bottom-left-radius: 6px;
}

.card {
  border-radius: 6px;
  border: 1px solid #eee;
  padding: 20px;
}

.popup > div {
  gap: 30px;
}

.popup .row {
  gap: 30px;
}

.coin-header {
  display: flex;
  font-size: 20px;
  gap: 15px;
  align-items: center;
}

.coin-header p {
  margin: 0;
  font-weight: 700; 
}

.coin-header strong {
  font-weight: 700 !important; 
}

.center {
  text-align: center;
}


.card ul {
  font-size: 16px !important;
}

.card li {
  margin-bottom: 5px;
}


.wrap {
  flex-wrap: wrap;
}