.container[data-v-589cd388] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #364462;
  text-align: center;
}
.container p[data-v-589cd388] {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bold;
}
.container a[data-v-589cd388] {
  padding: 0 100px;
}
.frame[data-v-589cd388] {
  border: 5px solid rgba(54, 68, 98, 0.2);
  border-radius: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 237px;
  height: 164px;
  padding-top: 20px;
  color: rgba(54, 68, 98, 0.2);
  font-size: 80px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
}
.frame[data-v-589cd388]::before {
  content: "...";
  position: absolute;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 30px;
  line-height: 5px;
  height: 5px;
  top: 2px;
  left: 10px;
  color: rgba(54, 68, 98, 0.2);
}
