h2 {
  text-align: center;
}
p {
  margin-bottom: 30px;
}
.bd-placeholder-img {
  margin-bottom: 18px;
  margin-top: 10px;
}
div.row.g-5.py-5 {
  margin-top: -30px;
}

a {
  color: rgba(0, 0, 0, 0.685);
}
a:hover,a:visited, a:link, a:active {
  color: initial;
  text-decoration: none;
}

.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222222;
}

.home {
  font-family: "muli";
  color: #222222;
  -webkit-font-smoothing: antialiased;
}
.home__banner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eeeeee;
  color: #00a3e0;
}
.home__banner__desc {
  font-size: 16px;
}
.home__banner__bot {
  display: flex;
  align-items: flex-end;
}
.home__banner__title {
  font-size: 24px;
  margin-right: 48px;
}
.home__banner__button {
  padding: 16px 24px;
  color: white;
  background: #00a3e0;
  border-radius: 3px;
  font-size: 12px;
  transition: transform 0.5s;
}
.home__banner__button:hover {
  transform: scale(1.1);
}
.home__banner__inner {
  max-width: 1359px;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 36px;
}
.home__nav {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "muli";
}
.home__nav__inner {
  max-width: 1824px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  margin: auto;
}
.home__nav__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home__nav__group--logo {
}
.home__nav__group--nav {
  flex: 1 1 auto;
}
.home__nav__group__inner {
  display: flex;
}
.home__nav__logo {
  width: 138px;
  margin-right: 60px;
}

.home__nav__product__header {
  font-size: 14px;
  padding-bottom: 16px;
  top: 24px;
  position: relative;
}
.home__nav__product__heading {
  margin-right: 40px;
}
.home__nav__product__heading--lsc {
  /* margin-right: 40px; */
  border-bottom: 3px solid transparent;
}
.home__nav__product__heading--lsc:hover {
  border-bottom: 3px solid #76b043;
}

.home__nav__product__heading--lss {
  /* margin-right: 40px; */
  border-bottom: 3px solid transparent;
}
.home__nav__product__heading--lss:hover {
  border-bottom: 3px solid #8c4799;
}

.home__nav__button {
  padding: 16px 32px;
  font-size: 12px;
  border-radius: 3px;
  transition: transform 0.5s;
}
.home__nav__button:hover {
  transform: scale(1.1);
}
.home__nav__button--download {
  border: 1px solid #363636;
  color: #434343;
  margin-right: 16px;
}
.home__nav__button--support {
  color: white;
  background: #434343;
  border: 1px solid #434343;
}
.home__hero {
  background-color: #dbdbdb;
  padding-left: 20px;
  padding-right: 20px;
}
.home__hero__top {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.home__hero__bot {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.home__hero__inner {
  max-width: 1359px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.home__hero__header {
  font-size: 45px;
  color: #434343;
  margin: 24px 0;
}
.home__main {
  padding-left: 20px;
  padding-right: 20px;
}
.home__main__inner {
  max-width: 1147px;
  padding-top: 48px;
  padding-bottom: 72px;
  margin: auto;
}
.home__main__row {
  display: flex;
  margin-left: -14px;
  margin-right: -14px;
}
.home__main__row > * {
  margin: 0 14px;
}
.home__main__box {
  width: 560px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.home__main__box__title {
  font-size: 21px;
  padding: 28px 52px;
}
.home__main__box__title--purple {
  background-color: #bc99c720;
  border: 1px solid #bc99c720;
}
.home__main__box__title--green {
  background-color: #aece8e20;
  border: 1px solid #aece8e20;
}
.home__main__box__content {
  padding: 24px 48px;
  border: 1px solid #dbdbdb;
  flex: 1 1 auto;
}
.home__main__box__content__links {
  margin-top: 10px;
  margin-bottom: 5px;
}
.home__main__box__content__links a {
  text-decoration: none;
  color: #00a3e0;
}
.home__main__box__content__links a:hover {
  color: #337ab7;
}
.home__main__note {
  /* background-color: #00a3e010; */
  /* padding: 28px 52px; */
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}
.home__main__note__title {
  color: #434343;
  font-size: 16px;
  background-color: #00a3e010;
  padding: 28px;
}
.home__main__note__title {
  color: #00a3e0;
}
.home__main__note__title:hover {
  color: #337ab7;
}

.home__main__note__button {
  color: #00a3e0;
  font-size: 12px;
  padding: 16px 32px;
  border: 1px solid #00a3e0;
  border-radius: 3px;
  display: inline-block;
  margin-left: 16px;
  /* margin-top: 24px; */
}
.home__main__note__button:hover {
  box-shadow: 0px 3px 6px #00000029;
}
.home__main__note__buttons {
  display: flex;
  padding: 28px 52px 28px 24px;
}

footer {
}
.home__footer__col {
  flex: 1 1 20%;
}
.home__footer__col > div > a > div {
  margin-left: 32px;
}
.home__footer__links {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eeeeee;
}
.home__footer__inner {
}
.home__footer__title {
  margin-bottom: 24px;
}
.home__footer__links__inner {
  display: flex;
  max-width: 1359px;
  margin: auto;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 48px;
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
}
.home__footer__bar {
  background-color: #00a3e0;
  height: 69px;
}
.home__footer__bot {
  padding-left: 20px;
  padding-right: 20px;
}
.home__footer__bot__inner {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1359px;
  margin: auto;
}
.home__footer__bot img {
  width: 148px;
  margin-right: 16px;
}

.home__nav__product__links {
  position: absolute;
  background: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
  width: 185px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
}

.home__nav__product:hover .home__nav__product__links {
  max-height: 200px;
}

.home__nav__product__links__inner {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .home__main__box {
    min-width: 100px;
  }
  .home__hero__header {
    font-size: 30px;
  }
  .home__banner__title {
    margin-right: 12px;
  }
  .home__main__note {
    flex-direction: column;
  }
  .home__main__note__button {
    margin-left: 0;
    margin-top: 16px;
  }
  .home__main__row {
    flex-direction: column;
  }
  .home__main__box {
    flex: 1 1 100%;
    width: auto;
    margin-bottom: 16px;
  }
  .home__main__note__buttons {
    flex-direction: column;
  }
  .home__nav__group__inner {
    width: 100%;
    justify-content: space-between;
  }
  .home__nav__product__heading {
    margin-right: 8px;
  }
  .home__nav__group__inner {
    flex-direction: column;
  }
  .home__nav__button {
    margin-bottom: 8px;
    width: 100%;
  }
  .home__banner__bot {
    flex-direction: column;
    align-items: initial;
  }
  .home__banner__title {
    margin: 16px 0;
  }
  .home__nav__group__inner > .home__nav__product__heading {
    margin-bottom: 16px;
  }
  .home__main__box__title {
    padding: 20px;
  }
  .home__main__box__content {
    padding: 20px;
  }
  .home__main__note {
    padding: 20px;
  }
  .home__main__note__title {
    padding: 20px;
    text-align: center;
  }
  .home__main__note__buttons {
    width: 100%;
    padding: 20px;
  }
  .home__main__note__button {
    text-align: center;
    width: 100%;
  }
  .home__banner__button {
    text-align: center;
  }
  .home__nav__button {
    text-align: center;
  }
  .home__nav__inner {
    flex-direction: column;
  }
  .home__nav__product__links {
    display: none;
  }
  .client__boxes {
    justify-content: center;
  }
}

.breadcrumbs {
  height: 72px;
  display: flex;
  color: #222222;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #d0d0d0;
  background-color: #f8f8f8;
  font-family: "muli";
}
.breadcrumbs__inner {
  max-width: 1594px;
  margin: auto;
  width: 100%;
}

.client {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "muli";
  color: #434343;
  -webkit-font-smoothing: antialiased;
}
.client__inner {
  max-width: 1594px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.client__heading {
  font-size: 45px;
}
.client__divider {
  height: 2px;
  width: 100%;
  background-color: #d0d0d0;
  margin-bottom: 35px;
  margin-top: -10px;
}
.client__text {
  padding: 36px 0;
}
.client__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.client__box {
  margin: 0 6px;
  margin-bottom: 12px;
  width: 167px;
  height: 167px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #707070;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: 40%;
}
.client__box:hover {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00a3e066;
}
.client__box > div {
  margin-bottom: 8px;
}

.client__box--android {
  background-image: url("icon-android.png");
}
.client__box--uwp {
  background-image: url("icon-uwp.png");
  background-size: 60%;
}
.client__box--ios {
  background-image: url("icon-ios.png");
}
.client__box--java {
  background-image: url("icon-java.png");
}
.client__box--macos {
  background-image: url("icon-macos.png");
}
.client__box--net {
  background-image: url("icon-net.png");
}
.client__box--ts {
  background-image: url("icon-ts.png");
}
.client__box--js {
  background-image: url("icon-js.png");
}
.client__box--unity {
  background-image: url("icon-unity.png");
  background-size: 60%;
}
.client__box--xandroid {
  background-image: url("icon-xandroid.png");
}
.client__box--xios {
  background-image: url("icon-xios.png");
}
.client__box--xmacos {
  background-image: url("icon-xmacos.png");
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 250px;
  height: 60px;
  margin: 30px;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 15px;
  line-height: 2.5;
  border-radius: 0.3rem;
}