<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #f1c713;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.mainArea .contentBox.df .leftBox {
  width: 75%;
  padding: 0 50px 0 0;
}
@media (max-width: 1180px) {
  .mainArea .contentBox.df .leftBox {
    width: 100%;
    padding: 0 0 30px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mainArea .contentBox.df .rightBox {
  width: 25%;
}
@media (max-width: 1180px) {
  .mainArea .contentBox.df .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.side_contactInfo {
  margin-top: 20px;
}</pre></body></html>