<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.v-content {
  background-image: url('/static/img/custom/contact-bg.png');
  background-repeat: repeat !important;
  background-position: top !important;
}

.selects select {
  width: 268px;
}

.color-2784C6 {
  color: #2784C6;
}

.list-item {
  border-bottom: 1px solid #E6E6E6;
}

.v-wrapper__title {
  padding-bottom: 28px;
  border-bottom: 1px dashed #DEDEDE;
}

.v-wrapper__form-item {
  margin-top: 40px;
}
.v-wrapper__input {
  width: 380px;
  height: 40px;
  background: #F7FBFC;
  border: 1px solid #CAECFC;
  border-radius: 4px;
}
.v-wrapper__textarea {
  width: 740px;
  height: 120px;
  background: #F7FBFC;
  border: 1px solid #CAECFC;
  border-radius: 4px;
  resize: none;
}

.form-btn {
  width: 260px;
  height: 50px;
  background: #F28442;
  border-radius: 25px;
  cursor: pointer;
}
.color-red {
  color: red;
}

.form-btn:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #F28442;
}

@media screen and (min-width: 769px) {
  .platform {
    padding: 0 30px;
  }
  .v-wrapper__text {
    min-width: 120px;
  }
  .platform-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .platform-item {
    display: flex;
    justify-content: center;
  }
  .v-wrapper__text {
    min-width: 80px;
    font-size: 14px !important;
  }
  .platform-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .platform-item p {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
}
</pre></body></html>