.u-f043cccf {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  z-index: 1000;
  font-family: "Titillium Web", sans-serif;
  display: none;
}

.u-f043cccf.u-a7dd12b1 {
  display: block;
}

.u-059caca2 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.u-5d19002b {
  flex: 1;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.u-5d19002b p {
  margin: 0 0 10px;
  color: #fff;
}

.u-5d19002b a {
  color: #48c9b0;
  text-decoration: underline;
}

.u-15e76ebd {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.u-824353df {
  background-color: #48c9b0;
  color: #111;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.u-824353df:hover {
  background-color: #fff;
}

.u-8d47b7fe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.u-8d47b7fe:hover {
  background-color: #48c9b0;
  color: #fff;
}

@media (max-width: 768px) {
  .u-059caca2 {
    flex-direction: column;
    text-align: center;
  }

  .u-5d19002b {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .u-15e76ebd {
    justify-content: center;
  }
}
