.u-d5c66686 {
  width: calc(100% - 60px);
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: left;
  position: fixed;
  bottom: 25px;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  max-width: 334px;
  border-radius: 12px;
  z-index: 3;
  gap: 10px;
  margin: 0 15px;
}

.u-d5c66686 h1 {
  font-size: 28px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 10px;
  color: black;
}

.u-57eddc1d {
  font-size: 14px;
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
  color: rgb(69 81 90);
  font-weight: 400;
  opacity: .8;
  margin: 0 0 15px;
}

.u-ff4d8eeb {
  border: none;
  cursor: pointer;
  padding: 15px 15px;
  border-radius: 9px;
  font-size: 12px;
  transition: background-color 0.3s ease;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid transparent;
  flex: 1 1 33%;
}

.u-9817a25d {
  background: #fff;
  border: 2px solid #310B0B;
  color: rgb(12 30 48);
}

.u-a55c21a2 {
  color: white;
  background: #29476a;
}

.u-d5c66686>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 420px) and (min-width: 320px) {
  .u-57eddc1d {
      max-height: 40vh;
      font-size: 13px;
  }

  .u-ff4d8eeb {
      padding: 10px;
      font-size: 11px;
  }

  .u-d5c66686 h1 {
      font-size: 16px;
  }

  .u-d5c66686 {
      padding: 10px;
  }
}

.u-0eecf81f {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}

.u-0eecf81f>svg {
  width: 30px;
  height: 30px;
}

.u-01aa557a {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 150px;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  width: auto;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  border-radius: 10px;
  max-width: 300px;
  width: calc(100% - 60px);
  margin: 0 15px;
}

.u-01aa557a .u-9d9b3ea7 {
  font-size: 19px;
  font-weight: 600;
}

.u-01aa557a label {
  margin: 10px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: rgba(12, 30, 48, 0.1);
  padding: 15px;
  border-radius: 12px;
}

.u-01aa557a label svg {
  width: 15px;
  height: 15px;
}

.u-01aa557a label>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.u-01aa557a label input[type="checkbox"] {
  display: none;
}

.u-01aa557a label input[type="checkbox"]+.u-41f984bb {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  cursor: pointer;
}

.u-01aa557a label input[type="checkbox"]+.u-41f984bb:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #310B0B;
  left: 2px;
  transition: all 0.3s ease;
}

.u-01aa557a label input[type="checkbox"]:checked+.u-41f984bb {
  background-color: rgb(12 30 48);
}

.u-01aa557a label input[type="checkbox"]:checked+.u-41f984bb:before {
  left: 22px;
}

.u-2d6eab6e {
  background: #fff;
  border: 2px solid #310B0B;
  color: rgb(12 30 48);
}

.u-662f707d {
  display: none !important;
}

.u-9d9b3ea7 {
  text-align: left;
  margin-bottom: 35px;
  font-size: 25px !important;
}

.u-5333a8ce {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.u-5333a8ce button {
  padding: 15px 30px;
  font-size: 15px;
}

.u-b5019c51 {
  color: #222;
}