<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.2em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 60px !important;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
    .tools-box-icon .wrapper {
        background:#fff;
    }
.flex {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 40px;
}

.fill {
  -ms-flex: 1 1;
      flex: 1 1;
}

.app-icon-drop {
  height: auto;
  width: 400px !important;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  background-color: rgb(250, 250, 250);
}

.ads-appicon {
  width: 400px !important;
  margin-top: 16px;
} 

.ads-imagesets {
  width: 450px !important;
  margin-left: 21px;
} 

.ant-upload-drag-icon {
  padding-top: 10px !important;
  text-align: center;
  font-size: 60px;
  margin-bottom: 0px;
  color: rgb(24 144 255 / 35%);
}
.ant-upload-drag-icon-sets {
  padding-top: 130px !important;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
  color: rgb(24 144 255 / 35%);
}
.ant-upload-hint {
  text-align: center;
}

.padding {
  margin: 0px 20px;
}

.text {
  font-family: "Helvetica Neue For Number", "Chinese Quote", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14;
  color: rgba(0, 0, 0, 0.65);
}

.platforms {
  line-height: 2.4;
}

.generate-btn {
  width: 100%;
}

.footer {
  margin: 20px;
  bottom: 0px;
  border-top: 1px solid rgb(232, 232, 232);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
}

.footer a {
  color: gray;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  display: block;
}

.card {
  min-height: 100vh;
  width: 100%;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
}

.desktopapp-btn {
  margin-left: 10px;
}
.donate-btn {
  margin-right: 10px;
}

.share-btn {
  margin-left: 10px;
}

.card .ant-card-body {
  width: 100%;
}

.badge-new {
  background-color: #ef574a;
  color: white;
  display: block;
  float: right;
  font-size: 10px;
  height: 20px;
  line-height: 16px;
  padding: 2px;
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 4px;
}

.text-center {
  text-align: center;
}

.download-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bolder;
  font-size: 30px;
}

.btn-download-section {
  margin: 20px;
}

.btn-download-container {
  text-align: center;
  margin: 30px;
}

.btn-download {
  padding: 16px 24px;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  position: relative;
}

.btn-download:hover {
  color: white;
}

.download-subtitle {
  margin-bottom: 20px;
}

.download-button {
  margin: 60px;
}

.images-preview {
  height: 100%;
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.image-preivew-card {
  width: 124px;
  height: 150px;
  margin: 4px !important;
}

.image-preivew-card .ant-card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 110px;
  width: auto;
  background-image: url("./assets/transparnt-grid.png") !important;
}

@media screen and (max-width: 1024px) {
  .card {
    min-height: 100vh;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: auto;
    box-shadow: auto;
  }

  .card .ant-card-body {
    width: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  body {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .donate-btn {
    margin-right: 20px;
  }

  .share-btn {
    margin-left: 10px;
  }

  .titleBar,
  .flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .app-icon-drop {
    height: auto !important;
    width: 100% !important;
  }

  .ads-appicon {
    width: 300px !important;
    margin-top: 16px;
  } 

  .ads-imagesets {
    width: 450px !important;
    margin-left: 21px;
  } 
}

.app-in-dock {
  width: 50%;
}

.title {
  font-size: 18px !important;
  /* margin-left: 20px; */
}

hr {
  /* border: 1px solid rgb(26,188,156, 35%); */
}

.testimonial-contianer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.testimonial-contianer &gt; div {
  margin: 16px;
  padding: 18px;
  border: 1px solid rgb(26,188,156, 35%);
  border-radius: 12px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.btn-grad {
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(#1abc9c),
    color-stop(51%, #06cfcf),
    to(#1abc9c)
  );
  background-image: -webkit-linear-gradient(
    left,
    #1abc9c 0%,
    #06cfcf 51%,
    #1abc9c 100%
  );
  background-image: -o-linear-gradient(
    left,
    #1abc9c 0%,
    #06cfcf 51%,
    #1abc9c 100%
  );
  background-image: linear-gradient(
    to right,
    #1abc9c 0%,
    #06cfcf 51%,
    #1abc9c 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  -webkit-box-shadow: 0 0 20px #eee;
          box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.call-to-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 640px) {
  .call-to-action {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .testimonial-contianer &gt; div {
    width: 90%;
  }
}

.offer {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: red;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.offer strong {
  font-size: 16px;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0 0 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}

.tools-box-icon .upload-img-init {
  width:100% !important;
  height:auto;
  padding:60px;
}

.features-item {
  margin: 16px; 
  padding: 16px; 
  text-align: left; 
  border: 1px solid rgba(26,188,156, 0.35); 
  border-radius: 8px; 
  display: flex; 
  flex-direction: column; 
  align-items: center;

}
.tools-box a:active, .tools-box a:focus, .tools-box a:hover {
  color:#fff;
}
.text-green {
  color: #19B495 !important;
}
.ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ant-input-group-addon, .ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}
.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group&gt;.ant-input {
    display: table-cell;
}
.ant-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.input-group-addon {
  color:rgb(0, 0, 0, .65);
}
#download-appicon {
  border:none;
}
.anticon-message {
  font-size: 24px; 
  margin-bottom: 8px; 
  font-weight: bolder; 
  color: #19B495 !important;
}
.anticon-feature {
  font-size: 52px; 
  color: #19B495 !important;
}
label {
  margin-bottom:0;
}
.tools-box .btn-primary {
  border:none;
  width:100%;
  max-width:326px;
} 
.icon-part-title {
  font-size: 40px; 
  font-weight: bold;
  color:#111928;
}

.icon-part-sub-title {
  font-size: 16px;
  color: #637381;
  margin-bottom:40px !important;
}

.fqa-q {
  color: #111928;
  font-weight: bold !important;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom:10px;
  margin-top:20px;
}
.color-000 {
  color:#000 !important;
}

.other-part p,  .other-part li{
  color:#111928 !important;
}

.table {
  color:#6e6e73;
}

.features-item h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600;
}
.size-item a {
  color:#111928 !important;
  text-decoration:none;
}
.table&gt;tbody&gt;tr:first-child&gt;td {
  border-top:none;
  color: #111928 !important;
  font-weight: bold;
} 
@media (max-width: 768px) {
  .tools-box-icon .container {
    padding-left:15px;
    padding-right:15px;
  }
  .other-part .text-left{
    text-align: left;
  }
}</pre></body></html>