#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-banner::before {
  background: rgba(0, 0, 0, 0.35);
}
.ip-banner canvas {
  aspect-ratio: 1600/800;
}

.ip-roadmap {
  position: relative;
  padding: 100px 0;
  font-size: 0;
}

.ip-roadmap-heading {
  position: relative;
  text-align: center;
}

.ip-roadmap-heading-container {
  position: relative;
  width: 1110px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  font-family: var(--font-family-compass-sans);
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.7;
}
.ip-roadmap-heading-container .gsite-title {
  margin-bottom: 40px;
}
.ip-roadmap-heading-container p {
  margin-bottom: 30px;
}

.ip-roadmap-content {
  position: relative;
  margin-top: 115px;
}

.ip-roadmap-content-container {
  max-width: 100%;
  margin: 0 auto;
}

.ip-roadmap-content-row {
  display: flex;
  flex-wrap: wrap;
}
.ip-roadmap-content-row:not(:last-child) {
  margin-bottom: 120px;
}
.ip-roadmap-content-row:nth-child(even) {
  flex-direction: row-reverse;
}

.ip-roadmap-content-image {
  width: 49.25%;
}
.ip-roadmap-content-image .gsite-image {
  height: 100%;
}
.ip-roadmap-content-image img {
  aspect-ratio: 788/603;
  height: 100%;
}

.ip-roadmap-content-text {
  width: 50.75%;
  padding: 120px max(5.313vw, 85px);
}
.ip-roadmap-content-text .gsite-title {
  margin-bottom: 38px;
}
.ip-roadmap-content-text p {
  font-family: var(--font-family-compass-sans);
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.7;
  max-width: 585px;
}

.ip-roadmap-contact {
  position: relative;
  text-align: center;
  padding: 270px 0 260px;
  margin-top: 95px;
}
.ip-roadmap-contact .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.ip-roadmap-contact-container {
  position: relative;
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-roadmap-contact-container a.gsite-button {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .ip-roadmap-heading-container {
    width: 630px;
    font-size: 14px;
  }
  .ip-roadmap-content-container {
    width: 630px;
    padding: 0 15px;
  }
  .ip-roadmap-content-image {
    width: 100%;
  }
  .ip-roadmap-content-text {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    text-align: center;
  }
  .ip-roadmap-content-text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .ip-roadmap {
    padding: 60px 0;
  }
  .ip-roadmap-content {
    margin-top: 50px;
  }
  .ip-roadmap-content-row:not(:last-child) {
    margin-bottom: 50px;
  }
  .ip-roadmap-contact {
    padding: 120px 0;
  }
}