<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.UIHome {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 80px;
  padding: 0 0 150px;
}
.UIHome .cases {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.UIHome .cases .select {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 45px 0 0;
  padding-right: 0;
  padding-left: 20px;
}
.UIHome .cases .select .pulldown {
  z-index: 1;
  margin: 0 auto;
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding: 1.1em 1.4em;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.UIHome .cases .select .pulldown .option.active {
  color: #f77b13;
}
.UIHome .cases .select .pulldown .option {
  display: -ms-flexbox;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 0.5em;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #1b3667;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.UIHome .cases .select .pulldown .delim {
  margin: 15px auto;
  width: 100%;
  height: 1px;
  background-color: #1b3667;
  opacity: 0.2;
}
.UIHome .cases .select .pulldown .delim:last-child {
  display: none;
}
.UIHome .cases .select .btn {
  width: auto;
  display: -ms-flexbox;
  z-index: 2;
  margin: 0 auto;
  padding-right: 8px;
  display: flex;
  float: none;
  color: #fff;
  cursor: pointer;
  min-width: 250px;
}
.UIHome .cases .select .btn span {
  margin-right: 10px;
}
.UIHome .cases .select .btn i {
  position: relative;
  margin: auto 0 auto auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.UIHome .cases .select .btn i svg {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(90deg);
}
.UIHome .cases .docs {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 70px 0 0;
  position: relative;
  z-index: 1;
}
.UIHome .cases .docs .document.active {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.UIHome .cases .docs .document.active i {
  background: #ff9500;
  background: linear-gradient(to bottom, #ff9500 0, #f57517 100%);
}
.UIHome .cases .docs h3 {
  display: inline-block;
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 28px;
}
.UIHome .cases .docs hr {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 10px 0;
  height: 1px;
  border: none;
  background: #1c3667;
  opacity: 0.3;
}
.UIHome .cases .docs .list {
  display: -ms-flexbox;
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0;
}
.UIHome .cases .docs .document {
  display: inline-block;
  float: left;
  position: relative;
  width: 23.5%;
  margin: 15px 2% 1vw 0;
  box-sizing: border-box;
  padding: 20px 15px 15px 20px;
  border-radius: 10px;
  background: #e8ebf0;
  cursor: pointer;
  overflow: hidden;
}
.UIHome .cases .docs .document:nth-child(4n+4) {
  margin-right: 0;
}
.UIHome .cases .docs .document h4 {
  display: inline-block;
  float: left;
  width: 80%;
  width: calc(100% - 100px);
  position: absolute;
  top: 50%;
  left: 20px;
  font-weight: 500;
  transform: translateY(-50%);
}
.UIHome .cases .docs .document i {
  display: inline-block;
  float: right;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 50%;
  background: #648fdb;
  background: linear-gradient(to bottom, #648fdb 1%, #1b3667 100%);
}
.UIHome .cases .docs .document i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.UIHome .cases h2 {
  display: inline-block;
  position: relative;
  float: none;
  width: auto;
}
.UIHome .cases h2 b {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.UIHome .cases h2 i {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.UIHome .cases h2 img {
  position: absolute;
  z-index: 1;
  top: 0;
}
.UIHome .cases h2 img.left {
  left: 0;
  transform: translate(-90%, -20%);
}
.UIHome .cases h2 img.right {
  right: 0;
  transform: translate(90%, -20%);
}
.UIHome .cases .wrap {
  float: none;
  position: relative;
  text-align: center;
  margin: 300px 0 0;
}
.UIHome .cases h6 {
  display: inline-block;
  width: 100%;
  float: none;
  margin: 25px 0 0;
  font-size: 16px;
  opacity: 0.7;
  text-align: center;
}
.UIHome .cases .select.active {
  height: auto;
}
.UIHome .cases .select.active .btn i svg {
  top: 10px;
  transform: rotate(-90deg);
}
.UIHome .cases .select.active .pulldown {
  display: flex;
}
.UIHome .cases h6.active {
  visibility: hidden;
}
.UIHome .circles {
  top: 0;
  max-width: 1390px;
  max-height: 1390px;
  position: absolute;
  z-index: 1;
  right: 8%;
  width: 80vw;
  height: 80vw;
  transform: translate(50%, -50%);
}
.UIHome .circles b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #edeff3;
  border-radius: 50%;
}
.UIHome .circles i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #edeff3;
  border-radius: 50%;
  background: #dde0e8;
  opacity: 1;
  width: -webkit-calc(100% - 20%);
  width: 80%;
  height: -webkit-calc(100% - 20%);
  height: 80%;
  z-index: 2;
}
.UIHome .cols {
  margin: 2em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
}
.UIHome .cols .col {
  width: 27%;
  display: flex;
  justify-content: center;
  position: relative;
}
.UIHome .company {
  float: left;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
  text-align: center;
  background: #edeff3;
  overflow: hidden;
  padding-bottom: 130px;
}
.UIHome .company .counter .cols {
  width: 100%;
  justify-content: center;
}
.UIHome .company .counter .cols .col {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  flex: 0 0 25%;
}
.UIHome .company .counter .cols .col .number {
  font-size: 120px;
  font-weight: 700;
  color: #f77b13;
  text-align: center;
  line-height: 0.8;
}
.UIHome .company .counter .cols .col p {
  color: #1b3667;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.UIHome .company .info {
  float: left;
  position: relative;
  display: inline-block;
  z-index: 3;
  margin: 100px 0 120px 7vw;
  width: 50%;
}
.UIHome .company .info a.btn {
  margin: 40px 0 0;
}
.UIHome .company .wrap {
  position: relative;
  z-index: 2;
  margin: 100px 0 0;
}
.UIHome .company .visual {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: -4%;
  width: 60%;
  max-width: 931px;
}
.UIHome .company .circles {
  top: 30%;
  right: 3%;
  width: 55vw;
  height: 55vw;
  max-width: 969px;
  max-height: 969px;
}
.UIHome .company .circles b {
  background: #dde0e8;
  opacity: 1;
}
.UIHome .company .circles i {
  background: #dde0e8;
  opacity: 1;
  background: #ced3de;
  opacity: 1;
  width: -webkit-calc(100% - 20%);
  width: 80%;
  height: -webkit-calc(100% - 20%);
  height: 80%;
}
.UIHome .keyvisual {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.UIHome .keyvisual .article .btn {
  width: 180px;
  height: 54px;
  line-height: 54px;
  margin: 10px auto 0 0;
  background: #3a5ea0;
  background: linear-gradient(to bottom, #3a5ea0 0, #1b3667 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.UIHome .keyvisual .info {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 120px 0;
  width: 50%;
}
.UIHome .keyvisual .info svg.ce {
  float: left;
  display: inline-block;
  width: 56px;
  height: 40px;
  margin: 46px 25px 0 0;
}
.UIHome .keyvisual .info a.btn {
  position: relative;
  margin: 40px 0 0;
}
.UIHome .keyvisual .wrap {
  position: relative;
  z-index: 2;
}
.UIHome .keyvisual .visual {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: -11%;
  width: 80%;
  max-width: 1321px;
}
.UIHome .solutions {
  float: left;
  display: inline-block;
  margin: 200px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.UIHome .solutions .visual {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: -11%;
  width: 80%;
  max-width: 1321px;
}
.UIHome .solutions .info {
  display: inline-block;
  text-align: center;
  margin-top: -120px;
  margin-bottom: 100px;
}
.UIHome .solutions .info h2 {
  width: auto;
  display: inline-block;
  text-align: center;
  float: none;
}
.UIHome .solutions .info h2 b {
  float: none;
  text-align: center;
}
.UIHome .solutions .info h2 i {
  float: none;
  text-align: center;
}
.UIHome .solutions .info p {
  display: inline-block;
  float: none;
  text-align: center;
  width: 55%;
}
.UIHome .solutions .info a.btn {
  display: inline-block;
  float: none;
  position: relative;
  margin: 40px 0 0;
  padding-left: 0;
}
.UIHome .solutions .info a.btn i {
  display: inline-block;
  float: left;
  position: relative;
  margin: 8px 10px 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.3);
}
.UIHome .solutions .info a.btn i svg {
  position: absolute;
  top: 11px;
  left: 14px;
}
.UIHome .solutions .info a.btn span {
  margin-left: 7px;
  display: inline-block;
  float: left;
}
.UIHome .solutions .wrap {
  text-align: center;
}
.UIHome .solutions .wave {
  display: inline-block;
  float: none;
  position: relative;
  width: 100%;
  max-width: 1600px;
}
.UIHome .solutions .wave img {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.UIHome .solutions .circles {
  z-index: 1;
  top: 95%;
  right: auto;
  left: 0;
  width: 40vw;
  height: 40vw;
  max-width: 848px;
  max-height: 848px;
  transform: translate(-50%, -50%);
}
.UIHome .solutions .circles b {
  background: #1b3667;
  opacity: 0.08;
}
.UIHome .solutions .circles i {
  background: #1b3667;
  opacity: 0.08;
  opacity: 0.08;
  width: -webkit-calc(100% - 20%);
  width: 80%;
  height: -webkit-calc(100% - 20%);
  height: 80%;
}
.UIHome .solutions .solution {
  display: inline-block;
  position: relative;
  width: 70%;
  margin: 0 0 80px;
}
.UIHome .solutions .solution &gt; img {
  display: inline-block;
  float: left;
  width: 50%;
  max-width: 676px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.UIHome .solutions .solution .col {
  box-sizing: border-box;
  padding: 0 20px 0 0;
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
}
.UIHome .solutions .solution .col h3 {
  display: inline-block;
  float: left;
  position: relative;
  width: 90%;
}
.UIHome .solutions .solution .col h3 span {
  display: inline-block;
  float: left;
  font-size: 44px;
  font-weight: 700;
  color: #1b3667;
  line-height: 110%;
}
.UIHome .solutions .solution .col h3 i {
  position: absolute;
  top: -5px;
  left: -80px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background: #ff9500;
  background: linear-gradient(to bottom, #ff9500 0, #f57517 100%);
  font-style: normal;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.UIHome .solutions .solution .col p {
  font-size: 16px;
  width: 95%;
}
.UIHome h1 {
  float: left;
  display: inline-block;
  width: 100%;
}
.UIHome h1 b {
  float: left;
  display: inline-block;
  position: relative;
  transform: translateX(-3px);
  font-size: 60px;
  letter-spacing: -2px;
  color: #1b3667;
  font-weight: 700;
}
.UIHome h1 i {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  color: #f77b13;
  font-weight: 700;
  text-transform: uppercase;
}
.UIHome h2 {
  float: left;
  display: inline-block;
  width: 100%;
}
.UIHome h2 b {
  float: left;
  display: inline-block;
  position: relative;
  transform: translateX(-3px);
  font-size: 60px;
  letter-spacing: -2px;
  color: #1b3667;
  font-weight: 700;
}
.UIHome h2 i {
  float: left;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  color: #f77b13;
  font-weight: 700;
  text-transform: uppercase;
}
.UIHome p {
  float: left;
  display: inline-block;
  margin: 15px 0 0;
  width: 80%;
  line-height: 170%;
  font-size: 18px;
  color: #495e85;
  text-align: justify;
  font-weight: 500;
}
.UIHome .news {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.UIHome .news h2 {
  width: auto;
  display: inline-block;
  text-align: center;
  float: none;
  position: relative;
  z-index: 2;
}
.UIHome .news h2 b {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.UIHome .news h2 i {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.UIHome .news .circles {
  right: -2%;
  top: 65%;
  transform: translate(50%, -50%);
  width: 50vw;
  height: 50vw;
  max-width: 999px;
  max-height: 999px;
}
.UIHome .news .circles i {
  opacity: 0.08;
  width: -webkit-calc(100% - 20%);
  width: 80%;
  height: -webkit-calc(100% - 20%);
  height: 80%;
  opacity: 0.08;
  background: #1b3667;
}
.UIHome .news .circles b {
  opacity: 0.08;
  background: #1b3667;
}
.UIHome .news .wrap {
  position: relative;
  text-align: center;
  margin: 130px 0 0;
}
.UIHome .news .holder {
  display: inline-block;
  float: left;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 600px;
  margin: 120px 0 0;
}
.UIHome .news .slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -258px;
  width: 10000px;
}
.UIHome .news .slider:hover {
  cursor: grab;
}
.UIHome .news .slider:active {
  cursor: grabbing;
}
.UIHome .news .line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 30px;
  height: 100%;
  margin-left: -350px;
}
.UIHome .news .line h6 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #f77b13;
  letter-spacing: 4px;
  white-space: nowrap;
  transform: rotate(-90deg) translate(-40%, 300%);
  font-weight: 700;
}
.UIHome .news .line i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #f77b13;
}
.UIHome .news .slider.grabbing {
  cursor: grabbing;
}
.UIHome .news .article {
  display: inline-block;
  float: left;
  margin: 0 35px;
  width: 446px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.UIHome .news .article .info {
  display: inline-block;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 25px 25px 110px;
  text-align: center;
}
.UIHome .news .article .info .text {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 180%;
}
.UIHome .news .article .info h3 {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: 500;
}
.UIHome .news .article .info h4 {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  font-size: 12px;
  letter-spacing: 4px;
  color: #f77b13;
  font-weight: 700;
  text-transform: uppercase;
}
.UIHome .news .article .info .btn {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.UIHome .news .article .photo {
  display: inline-block;
  float: left;
  width: 100%;
  height: 288px;
  background-color: #edeff3;
  background-image: url(../img/news/photo-placeholder.png);
  background-position: top center;
}
.UIHome .powers {
  z-index: 1;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-bottom: 130px;
}
.UIHome .powers .wrap {
  position: relative;
  z-index: 2;
}
.UIHome .powers .wrap .cols {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 3em auto 0;
}
.UIHome .powers .wrap .cols .col p {
  width: 100%;
  color: #495e85;
  font-weight: 500;
}
.UIHome .powers .wrap .col {
  width: 100%;
  display: block;
}
.UIHome .powers .wrap .info p {
  color: #495e85;
  font-weight: 500;
  margin-bottom: 50px;
}
.UIHome .powers .wrap.sbasWrap {
  background-color: #edeff3;
  border-radius: 30px;
}
.UIHome .powers .info {
  z-index: 3;
  margin: 160px 0 180px 7vw;
  width: 50%;
}
.UIHome .powers .info.reversed {
  margin: 160px -2vw 180px 0;
  float: right;
}
.UIHome .powers .info.reversed .visual {
  position: absolute;
  z-index: 2;
  top: -5%;
  left: 5%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.UIHome .powers .visual {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: -4%;
  width: 63%;
  max-width: 1140px;
}
.UIHome .how {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 8em 0;
}
.UIHome .how .cols {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 3em auto 0;
}
.UIHome .how .cols .col {
  width: 47%;
  display: flex;
  flex-direction: column;
}
.UIHome .how .cols .col h3 {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  color: #f77b13;
  letter-spacing: -0.03em;
  line-height: 1em;
}
.UIHome .how .cols .col p {
  margin: 10px 0 0;
  width: auto;
  line-height: 1.6em;
}
.UIHome .how .cols .col li {
  line-height: 1.6em;
}
.UIHome .how .cols .col ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.UIHome .how .cols .col .btn {
  margin: auto auto 0 0;
  transform: translateY(15px);
  min-width: 28%;
}
.UIHome .how .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.UIHome .how .head h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: none;
  width: auto;
}
.UIHome .how .head h2 b {
  text-align: center;
}
.UIHome .how .head h2 i {
  text-align: center;
}
.UIHome .how .head .wave {
  position: absolute;
  bottom: 0;
  left: 10%;
}
.UIHome .how .head .wave.right {
  left: auto;
  right: 10%;
}
.UIHome .how .col .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.UIHome .how .col .text h2 {
  float: none;
  text-align: center;
  margin-bottom: -10px;
  margin-top: 20px;
  font-weight: 700;
}
.UIHome .how .col .text p {
  float: none;
  text-align: center;
  font-weight: 500;
}
.UIHome .how .col .text small {
  margin-bottom: 40px;
  margin-top: 10px;
}
.UIHome .how .wrap {
  width: calc(100% - 400px);
}
.UIHome .grid {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  padding: 0 0 120px;
  margin: -80px auto 0;
}
.UIHome .grid .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.UIHome .grid .article {
  display: -ms-flexbox;
  box-sizing: border-box;
  margin: 20px auto 20px 20px;
  width: calc(25% - 20px);
  max-width: 360px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.UIHome .grid .article:hover {
  box-shadow: 0 0 20px 10px rgba(9, 18, 34, 0.33);
}
.UIHome .grid .article:hover .read b {
  color: #f77b13;
}
.UIHome .grid .article:hover .read i {
  background-color: #f77b13;
}
.UIHome .grid .article .info {
  display: -ms-flexbox;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 45px 25px 25px;
  box-sizing: border-box;
  flex-grow: 1;
}
.UIHome .grid .article .info i.icon {
  position: absolute;
  top: -36px;
  left: 14px;
  box-shadow: none;
  transform: scale(0.7);
}
.UIHome .grid .article .info i.icon u {
  border: 8px solid #fff;
  border-radius: 50%;
  height: 88px;
}
.UIHome .grid .article img {
  width: 100%;
  height: 12vw;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.UIHome .grid .article h2 {
  margin: 10px auto 10px 0;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 500;
  color: #f77b13;
}
.UIHome .grid .article .short {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  color: #495e85;
  line-height: 1.7em;
  margin-bottom: 40px;
}
.UIHome .grid .article .date {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  color: #1b3667;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.UIHome .grid .article .read {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  color: #1b3667;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: auto 0 0;
  width: 100%;
  position: relative;
  display: flex;
  color: #1e3a6d;
}
.UIHome .grid .article .read b {
  white-space: nowrap;
}
.UIHome .grid .article .read i {
  height: 1px;
  width: 100%;
  background-color: #1e3a6d;
  margin: auto 0 4px 10px;
}
.UIHome .grid i.icon {
  position: relative;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: #3a5ea0;
  background: linear-gradient(to bottom, #3a5ea0 0, #1b3667 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.UIHome .grid i.icon svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 44px;
}
.UIHome .grid i.icon u {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
  width: 72px;
  height: 72px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border: 2px solid #edeff3;
  border-bottom: none;
}
.UIHome .grid i.icon#bloodparams svg {
  width: 34px;
  height: 35px;
}
.UIHome .grid i.icon#ai svg {
  width: 46px;
  height: 46px;
}
.UIHome .grid i.icon#regulator svg {
  width: 40px;
  height: 40px;
}
.UIHome .grid i.icon#press svg {
  width: 35px;
  height: 34px;
}
.UIHome .grid i.icon#scientific svg {
  width: 40px;
  height: 34px;
}
.UIHome .company.company-end {
  margin-bottom: -150px;
}

.UIHome.titlewr {
  margin: -130px 0;
}

.no-touch .UIHome .cases .docs .document:hover {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-touch .UIHome .cases .docs .document:hover i {
  background: #ff9500;
  background: linear-gradient(to bottom, #ff9500 0, #f57517 100%);
}
.no-touch .UIHome .cases .select .pulldown .option:hover {
  color: #f77b13;
}

@media only screen and (max-width: 1800px) {
  .UIHome .company .info {
    position: relative;
    z-index: 3;
    margin: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  .UIHome .circles {
    width: 70vw;
    height: 70vw;
  }
  .UIHome .circles i {
    width: -webkit-calc(100% - 20%);
    width: 80%;
    height: -webkit-calc(100% - 20%);
    height: 80%;
  }
  .UIHome h1 b {
    font-size: 62px;
    line-height: 110%;
  }
  .UIHome h2 b {
    font-size: 62px;
    line-height: 110%;
  }
  .UIHome .keyvisual .visual {
    width: 70%;
  }
  .UIHome .keyvisual .info {
    margin: 100px 0;
  }
  .UIHome .solutions {
    margin-top: 100px;
  }
  .UIHome .solutions .info {
    margin-top: -106px;
    margin-bottom: 150px;
  }
  .UIHome .company .wrap {
    position: relative;
    z-index: 2;
    margin: 70px 0 0;
  }
  .UIHome .company .info {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    width: 50%;
  }
  .UIHome .grid .article h2 {
    font-size: 20px;
  }
  .UIHome .how {
    padding: 8em 0 7em;
  }
  .UIHome .how .wrap {
    width: calc(100% - 200px);
  }
  .UIHome .how .head .wave {
    width: 26vw;
  }
  .UIHome .how .cols {
    width: 100%;
  }
  .UIHome .how .cols .col h3 {
    font-size: 34px;
  }
  .powers .wrap .info.reversed .visual {
    max-width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .UIHome h1 b {
    font-size: 58px;
  }
  .UIHome h2 b {
    font-size: 58px;
  }
  .UIHome .keyvisual .info {
    margin: 80px 0;
  }
  .UIHome .keyvisual .info svg.ce {
    width: 52px;
    height: 37px;
    margin: 48px 23px 0 0;
  }
  .UIHome .solutions .info {
    margin-top: -97px;
  }
  .UIHome .solutions .solution {
    width: 75%;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -70px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 38px;
  }
  .UIHome .company.company-end {
    padding-bottom: 120px;
  }
  .UIHome .cases .docs .document {
    margin-top: 15px;
    padding: 15px 10px 10px 15px;
    border-radius: 8px;
  }
  .UIHome .cases .docs .document i {
    width: 50px;
    height: 50px;
  }
  .UIHome .cases .select .btn i {
    width: 32px;
    height: 32px;
  }
  .UIHome .cases .select .btn i svg {
    left: 11px;
    width: 10px;
    height: 12px;
  }
  .UIHome .cases .select .pulldown {
    margin: 0 auto;
    padding: 1em 1.1em;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
  .UIHome .cases .select .pulldown .delim {
    margin: 12px auto;
  }
  .UIHome .cases .select .pulldown .option {
    padding: 0 0.4em;
    font-size: 15px;
  }
  .UIHome .company .counter .cols .col .number {
    font-size: 100px;
  }
  .UIHome .grid {
    padding: 0 0 100px;
    margin: 120px auto 0;
  }
  .UIHome .grid .article h2 {
    font-size: 18px;
  }
  .UIHome .grid .article .short {
    font-size: 15px;
  }
  .UIHome .grid .article .date {
    font-size: 13px;
  }
  .UIHome .grid .article .read {
    font-size: 13px;
  }
  .UIHome .how {
    padding: 7em 0 6em;
  }
  .UIHome .how .wrap {
    width: calc(100% - 100px);
  }
  .UIHome .how .head .wave {
    width: 30vw;
    bottom: -20%;
  }
  .UIHome .how .cols {
    padding-top: 1em;
  }
  .UIHome .how .cols .col h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .UIHome .solutions .solution {
    width: 80%;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 32px;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -60px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .UIHome .solutions .info {
    margin-top: -90px;
  }
  .UIHome .solutions .info a.btn {
    margin-top: 20px;
  }
  .UIHome .solutions .info a.btn i {
    margin: 8px 10px 0 8px;
    width: 30px;
    height: 30px;
  }
  .UIHome .solutions .info a.btn i svg {
    top: 10px;
    left: 12px;
    width: 9px;
    height: 11px;
  }
  .UIHome .solutions .info a.btn span {
    margin-left: 5px;
  }
  .UIHome .cases .docs {
    margin: 80px 0 0;
  }
  .UIHome .cases .docs .document {
    width: 32%;
    margin-bottom: 0.5vw;
    padding: 15px 10px 10px 15px;
    border-radius: 8px;
  }
  .UIHome .cases .docs .document h4 {
    font-size: 14px;
  }
  .UIHome .cases .docs .document:nth-child(4n+4) {
    margin-right: 2% !important;
  }
  .UIHome .cases .docs .document:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .UIHome .cases .docs h3 {
    font-size: 28px;
  }
  .UIHome .cases .select .pulldown .option {
    padding: 0 0.4em;
    font-size: 14px;
  }
  .UIHome .cases .select select {
    width: 290px;
  }
  .UIHome .cases .select .mask {
    height: 46px;
    width: 270px;
  }
  .UIHome .cases h2 img {
    width: 100%;
  }
  .UIHome .cases .select.btn i {
    margin: 8px 10px 0 -35px;
    width: 30px;
    height: 30px;
  }
  .UIHome .cases .select.btn i svg {
    top: 10px;
    left: 10px;
    width: 9px;
    height: 11px;
  }
  .UIHome h1 b {
    font-size: 52px;
  }
  .UIHome h2 b {
    font-size: 52px;
  }
  .UIHome p {
    line-height: 150%;
    font-size: 16px;
  }
  .UIHome .keyvisual .info {
    margin: 50px 0;
  }
  .UIHome .keyvisual .info svg.ce {
    width: 49px;
    height: 34px;
    margin: 46px 22px 0 0;
  }
  .UIHome .company .circles {
    right: 0;
  }
  .UIHome .company .info {
    width: 45%;
  }
  .UIHome .company .info p {
    width: 90%;
  }
  .UIHome .company .visual {
    top: 6%;
    right: -6%;
  }
  .UIHome .news .holder {
    margin: 100px 0 0;
  }
  .UIHome .news .article .info {
    padding: 25px 25px 100px;
  }
  .UIHome .news .article .info h3 {
    margin: 3px 0 0;
    font-size: 26px;
  }
  .UIHome .news .article .info .text {
    margin: 7px 0 0;
    font-size: 16px;
    line-height: 170%;
  }
  .UIHome .news .article .info .btn {
    bottom: 30px;
  }
  .UIHome .grid .article {
    margin: 20px auto 20px 10px;
    width: calc(31% - 10px);
    border-radius: 18px;
  }
  .UIHome .grid .article img {
    width: 100%;
    height: 15vw;
  }
  .UIHome .grid .article .info {
    padding: 40px 20px 20px;
  }
  .UIHome .grid .article .info i.icon {
    top: -36px;
    left: 10px;
    transform: scale(0.6);
  }
  .UIHome .grid .article .short {
    font-size: 14px;
  }
  .UIHome .how {
    padding: 7em 0 6em;
  }
  .UIHome .how .wrap {
    width: calc(100% - 80px);
  }
  .UIHome .how .head .wave {
    width: 30vw;
    bottom: 10%;
  }
  .UIHome .how .cols {
    padding-top: 1em;
  }
  .UIHome .how .cols .col h3 {
    font-size: 26px;
  }
  .UIHome .powers .wrap .info.reversed .visual {
    max-width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .UIHome {
    padding-bottom: 120px;
  }
  .UIHome .news .article {
    margin: 0 25px;
    width: 396px;
  }
  .UIHome .news .article .info {
    padding: 25px 25px 80px;
  }
  .UIHome .news .article .info h3 {
    font-size: 24px;
  }
  .UIHome .news .article .info h4 {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .UIHome .news .article .info .text {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 160%;
  }
  .UIHome .news .article .info .btn {
    margin: 20px 0 5px;
    bottom: 20px;
  }
  .UIHome .news .article .photo {
    height: 258px;
  }
  .UIHome .news .wrap {
    margin: 90px 0 0;
  }
  .UIHome .news .circles {
    right: -2%;
    top: 60%;
    width: 80vw;
    height: 80vw;
  }
  .UIHome .news .holder {
    margin: 60px 0 0;
    height: 550px;
  }
  .UIHome .news .slider {
    margin-left: -223px;
  }
  .UIHome .news .line {
    margin-left: -300px;
  }
  .UIHome h1 b {
    font-size: 40px;
    margin-top: 8px;
  }
  .UIHome h1 i {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .UIHome h2 b {
    font-size: 48px;
  }
  .UIHome h2 i {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .UIHome p {
    margin-top: 8px;
    line-height: 140%;
    font-size: 15px;
  }
  .UIHome .keyvisual .info a.btn {
    margin-top: 20px;
  }
  .UIHome .keyvisual .info a.btn i {
    margin: 4px 10px 0 4px;
    width: 28px;
    height: 28px;
  }
  .UIHome .keyvisual .info a.btn i svg {
    top: 9px;
    left: 11px;
  }
  .UIHome .keyvisual .info a.btn span {
    margin-left: 3px;
  }
  .UIHome .keyvisual .info svg.ce {
    width: 42px;
    height: 30px;
    margin: 24px 20px 0 0;
  }
  .UIHome .keyvisual .visual {
    width: 65%;
  }
  .UIHome .solutions {
    margin-top: 50px;
  }
  .UIHome .solutions .info {
    margin-top: -77px;
    margin-bottom: 110px;
  }
  .UIHome .solutions .info a.btn {
    margin-top: 20px;
  }
  .UIHome .solutions .info a.btn i {
    margin: 4px 10px 0 4px;
    width: 28px;
    height: 28px;
  }
  .UIHome .solutions .info a.btn i svg {
    top: 9px;
    left: 11px;
  }
  .UIHome .solutions .info a.btn span {
    margin-left: 3px;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 28px;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  .UIHome .company {
    padding-bottom: 60px;
  }
  .UIHome .company .info {
    margin-top: 0;
    margin-left: 3vw;
    width: 48%;
  }
  .UIHome .company .info a.btn {
    margin-top: 30px;
  }
  .UIHome .company .visual {
    top: 5%;
    width: 55%;
  }
  .UIHome .cases .select .pulldown .option {
    padding: 0 0.3em;
    font-size: 13px;
  }
  .UIHome .cases .select .btn {
    padding-right: 4px;
  }
  .UIHome .cases .select .btn i {
    width: 32px;
    height: 32px;
    background: 0 0;
    box-shadow: none;
  }
  .UIHome .cases .select .btn i svg path {
    fill: #fff;
  }
  .UIHome .cases .select select {
    margin: 9px 0 0;
    width: 270px;
  }
  .UIHome .cases .select .mask {
    height: 36px;
    width: 250px;
  }
  .UIHome .cases .docs {
    margin: 60px 0 0;
  }
  .UIHome .cases .docs .document {
    width: 49%;
    margin-bottom: 0.5vw;
  }
  .UIHome .cases .docs .document:nth-child(3n+3) {
    margin-right: 2% !important;
  }
  .UIHome .cases .docs .document:nth-child(4n+4) {
    margin-right: 2% !important;
  }
  .UIHome .cases .docs .document:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .UIHome .cases .docs h3 {
    font-size: 25px;
  }
  .UIHome .cases h6 {
    margin: 15px 0 0;
    font-size: 15px;
  }
  .UIHome .cases .wrap {
    margin: 280px 0 0;
  }
  .UIHome .cases h2 img {
    top: -100px;
    width: 100%;
  }
  .UIHome .cases h2 img.left {
    left: 120px;
  }
  .UIHome .cases h2 img.right {
    right: 120px;
  }
  .UIHome .cases .select.btn {
    margin: 35px 0 0;
    padding-left: 15px;
  }
  .UIHome .cases .select.btn i {
    float: right;
    margin: 4px 4px 0 -35px;
    width: 28px;
    height: 28px;
  }
  .UIHome .cases .select.btn i svg {
    top: 9px;
    left: 10px;
  }
  .UIHome .grid {
    padding: 0 0 70px;
    margin: 100px auto 0;
  }
  .UIHome .grid .article {
    margin: 20px auto 20px 10px;
    width: calc(48% - 10px);
    border-radius: 15px;
  }
  .UIHome .grid .article img {
    width: 100%;
    height: 19vw;
  }
  .UIHome .grid .article .info {
    padding: 30px 15px 15px;
  }
  .UIHome .grid .article .info i.icon {
    top: -36px;
    left: -4px;
    transform: scale(0.5);
  }
  .UIHome .grid .article .date {
    font-size: 12px;
  }
  .UIHome .grid .article .read {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .UIHome .grid .article h2 {
    font-size: 17px;
  }
  .UIHome .grid .article .short {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
  .UIHome .how {
    padding: 6em 0 5em;
  }
  .UIHome .how .wrap {
    width: calc(100% - 80px);
  }
  .UIHome .how .head .wave {
    width: 40vw;
    bottom: 0;
  }
  .UIHome .how .head .wave.left {
    left: 0;
  }
  .UIHome .how .head .wave.right {
    right: 0;
  }
  .UIHome .how .cols {
    padding-top: 1em;
  }
  .UIHome .how .cols .col h3 {
    font-size: 24px;
  }
  .UIHome h2 b {
    font-size: 40px;
  }
  .UIHome h2 i {
    font-size: 13px;
  }
  .UIHome .powers .wrap .info.reversed {
    margin: 0px -2vw 200px 0;
  }
  .UIHome .powers .wrap .info.reversed .visual {
    max-width: 50%;
    left: 0;
    top: 50px;
  }
  .UIHome .company.company-end {
    margin-bottom: -120px;
  }
  .UIHome .company .counter .cols .col p {
    font-size: 15px;
  }
  .UIHome .company .counter .cols .col .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .UIHome {
    padding-bottom: 100px;
  }
  .UIHome .circles {
    width: 70vw;
    height: 70vw;
    right: 1%;
  }
  .UIHome .news .article {
    margin: 0 15px;
    width: 346px;
  }
  .UIHome .news .article .info {
    padding: 25px 25px 70px;
  }
  .UIHome .news .article .info .btn {
    bottom: 15px;
  }
  .UIHome .news .article .info h4 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .UIHome .news .article .info .text {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 150%;
  }
  .UIHome .news .article .info h3 {
    font-size: 21px;
  }
  .UIHome .news .article .photo {
    height: 218px;
  }
  .UIHome .news .slider {
    margin-left: -188px;
  }
  .UIHome .news .holder {
    margin: 60px 0 0;
    height: 480px;
  }
  .UIHome .news .line {
    margin-left: -280px;
  }
  .UIHome h1 b {
    font-size: 28px;
    letter-spacing: 0;
  }
  .UIHome h1 i {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .UIHome h2 b {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .UIHome h2 i {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .UIHome p {
    line-height: 130%;
    font-size: 14px;
  }
  .UIHome .keyvisual .info {
    margin: 30px 0;
    width: 65%;
  }
  .UIHome .keyvisual .info svg.ce {
    width: 34px;
    height: 24px;
    margin: 24px 17px 0 0;
  }
  .UIHome .keyvisual .visual {
    width: 75%;
    top: 0;
    right: -15%;
  }
  .UIHome .solutions {
    margin-top: 120px;
  }
  .UIHome .solutions .info {
    margin-top: -47px;
  }
  .UIHome .solutions .info a.btn i {
    margin: 3px 6px 0 3px;
    width: 24px;
    height: 24px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  }
  .UIHome .solutions .info a.btn i svg {
    top: 7px;
    left: 10px;
    width: 7px;
    height: 9px;
  }
  .UIHome .solutions .info a.btn span {
    margin-left: 3px;
  }
  .UIHome .solutions .solution {
    width: 60%;
    text-align: center;
  }
  .UIHome .solutions .solution .col {
    float: none;
    padding: 0 0 10px;
    width: 100%;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 24px;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -45px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .UIHome .solutions .solution .col p {
    font-size: 14px;
  }
  .UIHome .solutions .solution &gt; img {
    float: none;
    width: 100%;
    padding: 0;
  }
  .UIHome .company .info {
    margin-top: -20px;
    margin-left: 2vw;
  }
  .UIHome .cases .select .btn {
    min-width: 220px;
  }
  .UIHome .cases .select .btn i svg {
    left: 15px;
    width: 7px;
    height: auto;
  }
  .UIHome .cases .select .pulldown {
    padding: 1em 1.1em;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .UIHome .cases .select .pulldown .option {
    padding: 0 0.5em;
    font-size: 12px;
  }
  .UIHome .cases .select .pulldown .delim {
    margin: 10px auto;
  }
  .UIHome .cases .select select {
    margin: 7px 0 0;
    width: 240px;
  }
  .UIHome .cases .select .mask {
    height: 30px;
    width: 220px;
  }
  .UIHome .cases .docs {
    margin: 60px 0 0;
  }
  .UIHome .cases .docs .document i {
    width: 45px;
    height: 45px;
  }
  .UIHome .cases .docs .document i svg {
    width: 65%;
    height: auto;
  }
  .UIHome .cases .docs hr {
    margin-bottom: 5px;
  }
  .UIHome .cases .docs h3 {
    font-size: 20px;
  }
  .UIHome .cases h6 {
    margin: 13px 0 0;
    font-size: 14px;
  }
  .UIHome .cases .wrap {
    margin: 240px 0 0;
  }
  .UIHome .cases h2 img {
    top: -80px;
    width: 280px;
  }
  .UIHome .cases h2 img.left {
    left: 100px;
  }
  .UIHome .cases h2 img.right {
    right: 100px;
  }
  .UIHome .cases .select.btn {
    margin: 25px 0 0;
    padding-left: 12px;
  }
  .UIHome .cases .select.btn i {
    margin: 3px 3px 0 -35px;
    width: 24px;
    height: 24px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
  }
  .UIHome .cases .select.btn i svg {
    top: 8px;
    left: 9px;
    width: 7px;
    height: 9px;
  }
  .UIHome .grid {
    padding: 120px 0 60px;
    margin: -50px auto 0;
  }
  .UIHome .grid .article {
    margin: 10px auto 20px 10px;
    width: calc(48% - 10px);
    border-radius: 15px;
  }
  .UIHome .grid .article .date {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .UIHome .grid .article .read {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .UIHome .grid .article h2 {
    font-size: 16px;
  }
  .UIHome .grid .article .short {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 25px;
  }
  .UIHome .how {
    padding: 4em 0;
  }
  .UIHome .how .wrap {
    width: calc(100% - 60px);
  }
  .UIHome .how .cols {
    padding-top: 0;
    margin-top: 2em;
  }
  .UIHome .how .cols .col h3 {
    font-size: 20px;
  }
  .UIHome .how .head .wave {
    width: 40vw;
    bottom: 20%;
  }
  .UIHome .how .head .wave.left {
    left: 0;
  }
  .UIHome .how .head .wave.right {
    right: 0;
  }
  .UIHome h2 b {
    font-size: 28px;
  }
  .UIHome h2 i {
    font-size: 12px;
  }
  .UIHome .powers {
    padding-bottom: 60px;
  }
  .UIHome .powers .wrap .info.reversed {
    margin: 0px -2vw 0px 0;
  }
  .UIHome .powers .wrap .info.reversed p {
    width: 90%;
  }
  .UIHome .powers .wrap .info.reversed .visual {
    max-width: 70%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    padding-bottom: 20px;
  }
  .UIHome .company.company-end {
    margin-bottom: -100px;
  }
  .UIHome .company .counter .cols .col p {
    font-size: 14px;
  }
  .UIHome .company .counter .cols .col .number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .UIHome {
    padding-bottom: 80px;
  }
  .UIHome .circles {
    width: 90vw;
    height: 90vw;
    top: -12%;
    right: 4%;
  }
  .UIHome h1 b {
    font-size: 34px;
    margin-top: 4px;
  }
  .UIHome h1 i {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .UIHome h2 b {
    font-size: 38px;
    letter-spacing: -0.5px;
  }
  .UIHome h2 i {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .UIHome p {
    font-size: 12px;
  }
  .UIHome .company {
    padding-bottom: 10vw;
    margin-bottom: -30px;
  }
  .UIHome .company .info {
    width: 100%;
    text-align: center;
    margin-top: 35vw;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .UIHome .company .info h2 {
    width: 100%;
    text-align: center;
  }
  .UIHome .company .info h2 b {
    width: 100%;
    text-align: center;
  }
  .UIHome .company .info h2 i {
    width: 100%;
    text-align: center;
  }
  .UIHome .company .info p {
    width: 100%;
    text-align: center;
    line-height: 150%;
  }
  .UIHome .company .info a.btn {
    float: none;
    margin-top: 20px;
  }
  .UIHome .company .visual {
    top: -6%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
  }
  .UIHome .company .circles {
    width: 90vw;
    height: 90vw;
  }
  .UIHome .keyvisual .info {
    width: 100%;
    text-align: center;
    margin: 49vw 0 20px;
  }
  .UIHome .keyvisual .info h1 {
    width: 100%;
    text-align: center;
  }
  .UIHome .keyvisual .info h1 b {
    width: 100%;
    text-align: center;
  }
  .UIHome .keyvisual .info h1 i {
    width: 100%;
    text-align: center;
  }
  .UIHome .keyvisual .info p {
    width: 100%;
    text-align: center;
    line-height: 150%;
  }
  .UIHome .keyvisual .info a.btn {
    float: none;
  }
  .UIHome .keyvisual .info svg.ce {
    width: 34px;
    height: 24px;
    margin: 20px 13px -9px 0;
    float: none;
  }
  .UIHome .keyvisual .visual {
    top: -6%;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .UIHome .solutions {
    margin-top: 40px;
  }
  .UIHome .solutions .info {
    margin-top: -42px;
    margin-bottom: 90px;
  }
  .UIHome .solutions .info p {
    width: 80%;
    margin-top: 20px;
    line-height: 150%;
  }
  .UIHome .solutions .solution {
    width: 70%;
    margin-bottom: 50px;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 22px;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -35px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    top: -4px;
  }
  .UIHome .solutions .solution .col p {
    font-size: 13px;
    line-height: 150%;
  }
  .UIHome .news .wrap {
    margin: 70px 0 0;
  }
  .UIHome .news .holder {
    margin: 40px 0 0;
  }
  .UIHome .news .line {
    display: none;
  }
  .UIHome .news .article .info h3 {
    font-size: 19px;
  }
  .UIHome .news .article .info .text {
    margin: 3px 0 0;
    font-size: 13px;
  }
  .UIHome .news .circles {
    right: -11%;
    top: 58%;
    width: 100vw;
    height: 100vw;
  }
  .UIHome .cases .docs {
    margin: 50px 0 0;
  }
  .UIHome .cases .docs hr {
    margin-bottom: 0;
  }
  .UIHome .cases .docs .document {
    margin-right: 0 !important;
    width: 100%;
  }
  .UIHome .cases .docs .document i {
    width: 40px;
    height: 40px;
  }
  .UIHome .cases .docs .document i svg {
    width: 60%;
    height: auto;
  }
  .UIHome .cases .docs .document:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .UIHome .cases .docs .document:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .UIHome .cases .docs .document:nth-child(4n+4) {
    margin-right: 0 !important;
  }
  .UIHome .cases .docs h3 {
    font-size: 17px;
  }
  .UIHome .cases h6 {
    margin: 12px 0 0;
    font-size: 12px;
  }
  .UIHome .cases .wrap {
    margin: 200px 0 0;
  }
  .UIHome .cases h2 img {
    top: -60px;
    width: 220px;
  }
  .UIHome .cases h2 img.left {
    left: 80px;
  }
  .UIHome .cases h2 img.right {
    right: 80px;
  }
  .UIHome .cases .select .mask {
    height: 30px;
    width: 215px;
  }
  .UIHome .cases .select select {
    width: 235px;
  }
  .UIHome .cases .select.btn {
    margin: 20px 0 0;
    padding-left: 10px;
  }
  .UIHome .grid {
    padding: 0 0 60px;
    margin: 100px auto 0;
  }
  .UIHome .grid .article {
    margin: 10px auto 20px;
    width: 290px;
    border-radius: 13px;
  }
  .UIHome .grid .article img {
    width: 100%;
    height: 140px;
  }
  .UIHome .how .wrap {
    width: calc(100% - 40px);
  }
  .UIHome .how .cols {
    padding-top: 0;
    margin-top: 2em;
    flex-direction: column;
    align-items: center;
  }
  .UIHome .how .cols .col {
    width: 70%;
    max-width: 300px;
    margin: 1em auto 3em;
    align-items: center;
  }
  .UIHome .how .cols .col .btn {
    margin: auto auto 0;
  }
  .UIHome .how .cols .col ol {
    width: 80%;
    margin: 0 auto 0 35px;
  }
  .UIHome .how .cols .col p {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  .UIHome h2 b {
    font-size: 34px;
  }
  .UIHome h2 i {
    font-size: 11px;
  }
  .UIHome .powers .wrap .cols {
    flex-direction: column;
  }
  .UIHome .powers .wrap .info {
    margin: 50px 0 0 7vw;
    width: 100%;
  }
  .UIHome .powers .wrap .info &gt; .visual {
    position: relative;
    width: 100%;
    right: 20%;
  }
  .UIHome .powers.pb-0 {
    margin-top: -50px;
  }
  .UIHome .powers.pb-0 .info {
    margin: 50px 40px 0;
    width: 100%;
    text-align: center;
  }
  .UIHome .powers.pb-0 .info &gt; .visual {
    position: relative;
    width: 100%;
    right: 20%;
  }
  .UIHome .powers.pb-0 .wrap .cols {
    flex-wrap: wrap;
  }
  .UIHome .powers.pb-0 .wrap .info.reversed {
    margin: 0 -5vw 50px 0;
  }
  .UIHome .powers.pb-0 .wrap .info.reversed .visual {
    padding-bottom: 50px;
    position: relative;
    max-width: 70%;
    left: 0;
    top: 20px;
  }
  .UIHome .company .counter .cols {
    flex-wrap: wrap;
  }
  .UIHome .company .counter .cols .col {
    flex: 0 0 300px;
    margin-bottom: 20px;
  }
  .UIHome .company .counter .cols .col p {
    font-size: 14px;
  }
  .UIHome .company .counter .cols .col .number {
    font-size: 50px;
  }
  .UIHome .company.company-end {
    margin-bottom: -80px !important;
  }
  .UIHome .solutions .wrap .info .cols {
    flex-wrap: wrap;
  }
  .UIHome .solutions .wrap .info .cols .col {
    width: 50%;
    margin: auto;
  }
  .UIHome.titlewr {
    margin: -100px 0 -150px;
  }
}
@media only screen and (max-width: 460px) {
  .UIFooter {
    margin-top: 30px;
  }
  .UIHome {
    padding-bottom: 50px;
  }
  .UIHome .solutions .wrap .info .cols {
    flex-wrap: wrap;
  }
  .UIHome .solutions .wrap .info .cols .col {
    width: 80%;
    margin: auto;
  }
  .UIHome .cases .docs {
    margin: 40px 0 0;
  }
  .UIHome .cases .docs h3 {
    font-size: 15px;
  }
  .UIHome .cases h6 {
    margin: 10px 0 0;
    font-size: 11px;
  }
  .UIHome .cases .wrap {
    margin: 200px 0 0;
  }
  .UIHome .cases h2 img {
    top: -60px;
    width: 140px;
  }
  .UIHome .cases h2 img.left {
    left: 120px;
  }
  .UIHome .cases h2 img.right {
    right: 120px;
  }
  .UIHome .cases .select.btn {
    margin: 15px 0 0;
    padding-left: 10px;
  }
  .UIHome .news .article {
    margin: 0 12px;
    width: 224px;
    border-radius: 7px;
  }
  .UIHome .news .article .info {
    padding: 15px 15px 90px;
  }
  .UIHome .news .article .info h3 {
    font-size: 15px;
  }
  .UIHome .news .article .info .btn {
    bottom: 15px;
  }
  .UIHome .news .article .info h4 {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .UIHome .news .article .info .text {
    font-size: 12px;
  }
  .UIHome .news .article .photo {
    height: 148px;
  }
  .UIHome .news .circles {
    right: -21%;
    top: 48%;
    width: 130vw;
    height: 130vw;
  }
  .UIHome .news .wrap {
    margin: 50px 0 0;
  }
  .UIHome .news .holder {
    margin: 30px 0 0;
  }
  .UIHome .news .slider {
    margin-left: -124px;
  }
  .UIHome h1 b {
    font-size: 32px;
  }
  .UIHome h1 i {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .UIHome h2 b {
    font-size: 36px;
  }
  .UIHome h2 i {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .UIHome .keyvisual .visual {
    top: -2%;
    left: 55%;
    width: 120%;
  }
  .UIHome .keyvisual .info {
    margin: 58vw 0 20px;
  }
  .UIHome .keyvisual .info a.btn {
    margin-top: 15px;
  }
  .UIHome .solutions {
    margin-top: 40px;
    overflow-x: hidden;
  }
  .UIHome .solutions .wave {
    width: 100%;
    margin-left: 0;
  }
  .UIHome .solutions .info {
    margin-top: -32px;
    margin-bottom: 70px;
  }
  .UIHome .solutions .info p {
    width: 100%;
    margin-top: 15px;
  }
  .UIHome .solutions .solution {
    width: 85%;
    margin-left: 15%;
  }
  .UIHome .solutions .solution .col {
    width: 104%;
  }
  .UIHome .solutions .solution .col h3 span {
    font-size: 20px;
  }
  .UIHome .solutions .solution .col h3 i {
    left: -42px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    top: -3px;
  }
  .UIHome .solutions .solution .col p {
    text-align: left;
    font-size: 12px;
    line-height: 150%;
  }
  .UIHome .solutions .solution &gt; img {
    width: 120%;
    margin-left: -20%;
  }
  .UIHome .company .visual {
    width: 100%;
    top: -10%;
  }
  .UIHome .company .info {
    margin-top: 40vw;
  }
  .UIHome .how {
    padding-bottom: 2em;
  }
  .UIHome .how .head .wave {
    width: 50vw;
    bottom: auto;
    top: -100px;
  }
  .UIHome .how .head .wave.left {
    left: -20%;
  }
  .UIHome .how .head .wave.right {
    right: -20%;
  }
  .UIHome .how .cols {
    padding-top: 0;
    margin-top: 1em;
  }
  .UIHome .how .cols .col {
    width: 100%;
  }
}/*# sourceMappingURL=sba-home.css.map */</pre></body></html>