.iax-page {
  outline: 10px solid red;
}

.iax-page {
  position: relative;
  overflow: hidden;
  background: #0B1B26;
  color: #FFFFFF;
  font-family: Arimo, Arial, sans-serif;
}

.iax-page * {
  box-sizing: border-box;
}

.iax-page a {
  text-decoration: none;
}

.iax-page h1,
.iax-page h2,
.iax-page h3,
.iax-page p {
  margin: 0;
}

.iax-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.iax-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.iax-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.16;
}

.iax-bg-glow-one {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -120px;
  background: #F8E20E;
}

.iax-bg-glow-two {
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: 120px;
  background: #013266;
}

.iax-container {
  position: relative;
  z-index: 2;
  width: 1180px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.iax-label,
.iax-section-head span,
.iax-split-title span,
.iax-final-content span {
  display: inline-block;
  margin-bottom: 18px;
  color: #F8E20E;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.iax-hero {
  overflow: hidden;
  padding: 120px 0 100px;
}

.iax-hero-text {
  float: left;
  width: 54%;
}

.iax-hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.iax-lead {
  max-width: 700px;
  margin-bottom: 24px;
  color: #D9E0E3;
  font-size: 22px;
  line-height: 1.6;
}

.iax-support {
  max-width: 680px;
  margin-bottom: 38px;
  color: #AEB8BE;
  font-size: 17px;
  line-height: 1.7;
}

.iax-btn {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.iax-btn-primary {
  background: #F8E20E;
  color: #0B1B26;
}

.iax-btn-secondary {
  margin-left: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  color: #FFFFFF;
}

.iax-hero-visual {
  position: relative;
  float: right;
  width: 40%;
  height: 520px;
}

.iax-system {
  position: relative;
  width: 100%;
  height: 100%;
}

.iax-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 28px;
  background: #F8E20E;
  box-shadow: 0 0 80px rgba(248,226,14,0.28);
}

.iax-core span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  color: #0B1B26;
  font-size: 36px;
  font-weight: 800;
}

.iax-ring,
.iax-axis,
.iax-dot,
.iax-mini {
  position: absolute;
}

.iax-ring {
  left: 50%;
  top: 50%;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
}

.iax-ring-one {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
}

.iax-ring-two {
  width: 440px;
  height: 440px;
  margin-left: -220px;
  margin-top: -220px;
}

.iax-axis {
  background: rgba(255,255,255,0.08);
}

.iax-axis-h {
  left: 50%;
  top: 50%;
  width: 420px;
  height: 1px;
  margin-left: -210px;
}

.iax-axis-v {
  left: 50%;
  top: 50%;
  width: 1px;
  height: 420px;
  margin-top: -210px;
}

.iax-axis-d1 {
  left: 50%;
  top: 50%;
  width: 320px;
  height: 1px;
  margin-left: -160px;
  transform: rotate(45deg);
}

.iax-axis-d2 {
  left: 50%;
  top: 50%;
  width: 320px;
  height: 1px;
  margin-left: -160px;
  transform: rotate(-45deg);
}

.iax-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #F8E20E;
  box-shadow: 0 0 20px rgba(248,226,14,0.5);
}

.iax-dot-a {
  left: 50%;
  top: 28px;
  margin-left: -8px;
}

.iax-dot-b {
  right: 28px;
  top: 50%;
  margin-top: -8px;
}

.iax-dot-c {
  left: 50%;
  bottom: 28px;
  margin-left: -8px;
}

.iax-dot-d {
  left: 28px;
  top: 50%;
  margin-top: -8px;
}

.iax-mini {
  width: 180px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.iax-mini small {
  display: block;
  margin-bottom: 6px;
  color: #F8E20E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.iax-mini strong {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}

.iax-mini-a {
  top: 70px;
  left: 10px;
}

.iax-mini-b {
  top: 160px;
  right: 0;
}

.iax-mini-c {
  bottom: 70px;
  left: 60px;
}

.iax-section {
  clear: both;
  padding: 100px 0;
}

.iax-soft {
  background: #F4F6F7;
  color: #233037;
}

.iax-dark {
  background: linear-gradient(135deg, #233037 0%, #0B1B26 100%);
  color: #FFFFFF;
}

.iax-section-head {
  max-width: 860px;
  margin-bottom: 54px;
}

.iax-section h2,
.iax-split-title h2,
.iax-final-content h2 {
  margin-bottom: 20px;
  color: inherit;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.iax-section-head p,
.iax-split-text p,
.iax-final-content p {
  color: #556168;
  font-size: 18px;
  line-height: 1.7;
}

.iax-dark .iax-section-head p,
.iax-dark .iax-split-text p,
.iax-dark .iax-card-dark p,
.iax-final-content p {
  color: #D9E0E3;
}

.iax-lines {
  border-top: 1px solid rgba(35,48,55,0.12);
}

.iax-line {
  overflow: hidden;
  padding: 34px 0;
  border-bottom: 1px solid rgba(35,48,55,0.12);
}

.iax-line-number {
  float: left;
  width: 100px;
  color: #013266;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.iax-line-text {
  overflow: hidden;
}

.iax-line h3,
.iax-step h3,
.iax-card h3,
.iax-card-dark h3,
.iax-feature-line h3 {
  margin-bottom: 12px;
  color: inherit;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.iax-line p,
.iax-step p,
.iax-card p,
.iax-card-dark p,
.iax-feature-line p,
.iax-benefit p {
  color: #556168;
  font-size: 16px;
  line-height: 1.7;
}

.iax-split {
  overflow: hidden;
}

.iax-split-title {
  float: left;
  width: 42%;
}

.iax-split-text {
  float: right;
  width: 50%;
}

.iax-split-text p {
  margin-bottom: 24px;
}

.iax-steps,
.iax-grid {
  overflow: hidden;
}

.iax-step {
  float: left;
  width: 23%;
  margin-right: 2%;
  padding: 30px;
  border-radius: 24px;
  background: #F7F8F8;
  border: 1px solid rgba(35,48,55,0.08);
  color: #233037;
}

.iax-step:last-child {
  margin-right: 0;
}

.iax-step strong {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #233037;
  color: #F8E20E;
  font-size: 16px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}

.iax-card,
.iax-card-dark,
.iax-benefit {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 32px;
  padding: 32px;
  border-radius: 24px;
}

.iax-card {
  background: #FFFFFF;
  border: 1px solid rgba(35,48,55,0.08);
  color: #233037;
}

.iax-card-dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #FFFFFF;
}

.iax-benefit {
  background: #FFFFFF;
  border: 1px solid rgba(35,48,55,0.08);
  color: #233037;
}

.iax-card:nth-child(3n),
.iax-card-dark:nth-child(3n),
.iax-benefit:nth-child(3n) {
  margin-right: 0;
}

.iax-card small {
  display: inline-block;
  margin-bottom: 16px;
  color: #013266;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.iax-feature-lines {
  border-top: 1px solid rgba(35,48,55,0.12);
}

.iax-feature-line {
  padding: 32px 0;
  border-bottom: 1px solid rgba(35,48,55,0.12);
}

.iax-benefit strong {
  display: block;
  margin-bottom: 12px;
  color: #013266;
  font-size: 22px;
  font-weight: 800;
}

.iax-final {
  padding: 110px 0 120px;
  text-align: center;
}

.iax-final-content {
  max-width: 920px;
  margin: 0 auto;
}

.iax-final-content p {
  max-width: 760px;
  margin: 0 auto 34px;
}

@media screen and (max-width: 980px) {
  .iax-hero-text,
  .iax-hero-visual,
  .iax-split-title,
  .iax-split-text,
  .iax-step,
  .iax-card,
  .iax-card-dark,
  .iax-benefit {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .iax-hero {
    padding: 90px 0 70px;
  }

  .iax-hero h1 {
    font-size: 48px;
  }

  .iax-hero-visual {
    height: 460px;
    margin-top: 60px;
  }

  .iax-section h2,
  .iax-split-title h2,
  .iax-final-content h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .iax-container {
    max-width: calc(100% - 28px);
  }

  .iax-hero h1 {
    font-size: 38px;
  }

  .iax-lead {
    font-size: 18px;
  }

  .iax-btn {
    display: block;
    margin-bottom: 14px;
    text-align: center;
  }

  .iax-btn-secondary {
    margin-left: 0;
  }

  .iax-hero-visual {
    display: none;
  }

  .iax-section h2,
  .iax-split-title h2,
  .iax-final-content h2 {
    font-size: 32px;
  }
}