.platforms_banner {
  height: 68.08rem;
  overflow: hidden;
  isolation: isolate;
  background-color: #eaf4fb;
}
.platforms_banner .globe {
  position: absolute;
  left: calc(50% - 10rem);
  top: 0px;
  z-index: -1;
  width: 103.64rem;
  pointer-events: none;
}
.platforms_banner .globe img {
  display: block;
  width: 100%;
  height: auto;
  animation: platforms_banner_globe 12s ease-in-out infinite;
}
@keyframes platforms_banner_globe {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-0.8rem) rotate(0.6deg);
  }
}
.platforms_banner .content {
  height: 100%;
  padding-top: 13.14rem;
}
.platforms_banner .tcon {
  position: relative;
  z-index: 3;
  width: 52rem;
}
.platforms_banner .tcon h1 {
  font-weight: 520;
  font-size: 6.4rem;
  line-height: 8rem;
}
.platforms_banner .tcon p {
  margin-top: 2.28rem;
  color: rgba(112, 112, 112, 0.85);
  font-weight: 305;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
.platforms_banner .btn_box {
  position: relative;
  z-index: 3;
  margin-top: 3.88rem;
}
.platforms_banner .btn {
  min-width: 16.39rem;
  padding: 0px 3.1rem;
}
.platforms_banner .pills {
  position: absolute;
  inset: 0px;
  z-index: 2;
  pointer-events: none;
}
.platforms_banner .pill {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 10rem;
  color: #fff;
  font-weight: 380;
  white-space: nowrap;
  pointer-events: auto;
  background-color: var(--c);
  box-shadow: 0px 1.4rem 3rem rgba(6, 18, 40, 0.12);
}
.platforms_banner .pill i {
  display: block;
  flex-shrink: 0;
}
.platforms_banner .pill i img {
  display: block;
  width: 100%;
  height: auto;
}
.platforms_banner .pill span {
  display: block;
  transition: transform 0.4s;
}
.platforms_banner .pill:hover span {
  transform: translateX(0.4rem);
}
.platforms_banner .pill.p1 {
  left: calc(50% - 2.19rem);
  top: 6.67rem;
  height: 8.68rem;
  gap: 1.63rem;
  padding: 0px 4.08rem 0px 2.88rem;
  font-size: 1.85rem;
  line-height: 2.5rem;
}
.platforms_banner .pill.p1 i {
  width: 11.75rem;
}
.platforms_banner .pill.p2 {
  left: calc(50% + 64.58rem);
  top: 10.65rem;
  height: 8.68rem;
  gap: 2.61rem;
  padding: 0px 3.98rem 0px 2.85rem;
  font-size: 1.85rem;
  line-height: 2.5rem;
}
.platforms_banner .pill.p2 i {
  width: 8.81rem;
}
.platforms_banner .pill.p3 {
  left: calc(50% + 24.81rem);
  top: 23.81rem;
  height: 10.96rem;
  gap: 2.45rem;
  padding: 0px 4.64rem 0px 3.86rem;
  font-size: 2.02rem;
  line-height: 2.8rem;
}
.platforms_banner .pill.p3 i {
  width: 11.35rem;
}
.platforms_banner .pill.p4 {
  left: calc(50% - 8.75rem);
  top: 37.39rem;
  height: 7.94rem;
  gap: 1.52rem;
  padding: 0px 3.4rem 0px 2.3rem;
  font-size: 1.5rem;
  line-height: 1.95rem;
}
.platforms_banner .pill.p4 i {
  width: 7.91rem;
}
.platforms_banner .pill.p5 {
  left: calc(50% + 63.9rem);
  top: 47.45rem;
  height: 7.79rem;
  gap: 2.25rem;
  padding: 0px 3.08rem 0px 2.69rem;
  font-size: 1.51rem;
  line-height: 2rem;
}
.platforms_banner .pill.p5 i {
  width: 7.73rem;
}
.platforms_banner .pill.p6 {
  left: calc(50% + 3.63rem);
  top: 55.04rem;
  height: 6.45rem;
  gap: 2.15rem;
  padding: 0px 3.22rem 0px 2.44rem;
  font-size: 1.67rem;
  line-height: 2.2rem;
}
.platforms_banner .pill.p6 i {
  width: 4.51rem;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .platforms_banner .tcon {
    width: 44rem;
  }
  .platforms_banner .globe {
    left: calc(50% - 4rem);
  }
  .platforms_banner .pill.p1,
  .platforms_banner .pill.p4,
  .platforms_banner .pill.p6 {
    margin-left: 8rem;
  }
  .platforms_banner .pill.p2,
  .platforms_banner .pill.p5 {
    left: auto;
    right: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .platforms_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 44px 0px 20px;
  }
  .platforms_banner .content {
    order: 1;
    height: auto;
    padding-top: 0px;
  }
  .platforms_banner .tcon {
    width: auto;
  }
  .platforms_banner .tcon h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .platforms_banner .tcon p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  .platforms_banner .btn_box {
    margin-top: 20px;
  }
  .platforms_banner .globe {
    order: 2;
    position: relative;
    left: unset;
    top: auto;
    width: 520px;
    margin: 0;
  }
  .platforms_banner .pills {
    order: 3;
    position: relative;
    inset: auto;
    width: 100%;
    height: 330px;
    margin-top: -330px;
  }
  .platforms_banner .pill.p1,
  .platforms_banner .pill.p2,
  .platforms_banner .pill.p3,
  .platforms_banner .pill.p4,
  .platforms_banner .pill.p5,
  .platforms_banner .pill.p6 {
    height: 42px;
    gap: 8px;
    padding: 0px 14px;
    font-size: 11px;
    line-height: 1.3;
  }
  .platforms_banner .pill.p1 i,
  .platforms_banner .pill.p3 i {
    width: 56px;
  }
  .platforms_banner .pill.p2 i,
  .platforms_banner .pill.p4 i,
  .platforms_banner .pill.p5 i {
    width: 44px;
  }
  .platforms_banner .pill.p6 i {
    width: 26px;
  }
  .platforms_banner .pill.p1 {
    left: 6px;
    top: 4px;
  }
  .platforms_banner .pill.p2 {
    left: auto;
    right: 6px;
    top: 58px;
  }
  .platforms_banner .pill.p3 {
    left: 26px;
    top: 118px;
  }
  .platforms_banner .pill.p4 {
    left: auto;
    right: 10px;
    top: 178px;
  }
  .platforms_banner .pill.p5 {
    left: 6px;
    top: 232px;
  }
  .platforms_banner .pill.p6 {
    left: auto;
    right: 30px;
    top: 286px;
  }
}

.platforms_compare {
  padding: 15.99rem 0px 15.48rem;
}
.platforms_compare .tag {
  border-color: rgba(34, 29, 21, 0.3);
}
.platforms_compare .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.platforms_compare .table_box {
  margin-top: 6.12rem;
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid #e4e8ee;
}
.platforms_compare table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.platforms_compare th,
.platforms_compare td {
  padding: 0px 1rem 0px 2.1rem;
  text-align: left;
  font-size: 1.7rem;
  line-height: 2.3rem;
}
.platforms_compare th {
  height: 6.03rem;
  color: #fff;
  font-weight: 520;
  background-color: #161616;
}
.platforms_compare th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.platforms_compare td {
  height: 6.13rem;
  color: var(--title);
  font-weight: 380;
  border-top: 1px solid #e4e8ee;
  transition: background-color 0.3s;
}
.platforms_compare td + td {
  border-left: 1px solid #e4e8ee;
}
.platforms_compare tbody tr:first-child td {
  border-top: none;
}
.platforms_compare tbody tr:nth-child(even) td {
  background-color: #fcfdfe;
}
.platforms_compare tbody tr:hover td {
  background-color: #fff8ef;
}
.platforms_compare .yes {
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10' fill='none' stroke='%23f18200' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5.2 4.6 8.6 12 1.2'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media screen and (max-width: 768px) {
  .platforms_compare {
    padding: 60px 0px 50px;
  }
  .platforms_compare .tcon .tag + h2 {
    margin-top: 14px;
  }
  .platforms_compare .table_box {
    margin-top: 24px;
    overflow-x: auto;
    border-radius: 12px;
  }
  .platforms_compare table {
    min-width: 640px;
  }
  .platforms_compare th,
  .platforms_compare td {
    padding: 0px 8px 0px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .platforms_compare th {
    height: 44px;
  }
  .platforms_compare td {
    height: 44px;
  }
  .platforms_compare .yes {
    width: 12px;
    height: 9px;
  }
}
