
section {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 130px 0;
}
section p {
  font-size: 20px;
  text-align: justify;
}
div.title h2 {
  text-align: center;
  font-size: 30px;
  color: #373d41;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
div.title p {
  text-align: center;
  font-size: 16px;
  margin: 8px 0 42px;
  display: block;
  color: #373d41;
}


.roadmap-m {
  position: relative;
  background: #d9d9d9;
  padding: 4px 0;
  display: none;
}
.roadmap-m .roadmap-logo {
  width: 320px;
  max-width: 320px;
  background-size: 320px auto;
  height: 70px;
  background-image: url("../images/roadmap_logo.png");
  background-repeat: no-repeat;
  margin-bottom: 60px;
  z-index: 2;
  margin: auto auto auto 9.3%;
  position: relative;
  margin-bottom: -2px;
}
.roadmap-m .swiper-container {
  position: relative;
  padding-top: 40px;
}
.roadmap-m .swiper-container .swiper-pagination {
  top: 10px;
  bottom: auto;
}
.roadmap-m .swiper-container .swiper-pagination span {
  background: transparent;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.roadmap-m .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: white;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board {
  margin-left: 12.5%;
  margin-top: 6px;
  max-width: calc(100% - 60px);
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board .card-green-text {
  color: white;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.01px;
  background: linear-gradient(90deg, #51c67c 15%, rgba(81, 197, 124, 0) 120%);
  display: inline-block;
  padding: 3.5px 13px;
  border-radius: 14px;
  margin-bottom: 15px;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board .card-name {
  color: white;
  font-family: CeraPro-Bold;
  font-size: 28px;
  color: #fff;
  letter-spacing: -0.02px;
  line-height: 1;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board p {
  color: white;
  font-family: CeraPro-Medium;
  font-size: 16px !important;
  color: #fff;
  line-height: 20px;
  margin: 24px 0;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board ul {
  padding-left: 0;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board ul li {
  color: white;
  font-size: 14px !important;
  line-height: 28px;
  list-style: none;
  position: relative;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide .card-board ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #41c778;
  position: absolute;
  left: -20px;
  top: 10px;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) .card-board .card-green-text {
  background: linear-gradient(90deg, #f77f5f 50%, rgba(81, 197, 124, 0) 120%);
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) .card-board ul li::after {
  background: #f77f5f;
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) .card-board .card-green-text {
  background: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 120%);
}
.roadmap-m .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) .card-board ul li::after {
  background: #fff;
}
.roadmap {
  position: relative;
  /*background: #20206A;*/
  background:url("../images/ll.jpg");
  overflow: hidden;
  padding-bottom: 67px;
}
.roadmap::before {
  position: absolute;
  width: 100%;
  top: 0;
  height: 200px;
  content: "";
  display: block;
}
.roadmap .roadmap-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1920px;
  height: 153px;
  background: #234a67;
}
.roadmap .roadmap-line .line {
  background: url("../images/roadmap-line.png") no-repeat;
  height: 24px;
  bottom: 65px;
  left: 0;
  right: 0;
  max-width: 1920px;
  position: absolute;
}
.roadmap .roadmap-logo {
  width: 961px;
  max-width: 961px;
  background-size: contain;
  height: 85px;
  /*background-image: url("../images/roadmap_logo.png");*/
  background-repeat: no-repeat;
  margin-bottom: 60px;
  z-index: 2;
  margin: auto auto auto 9.3%;
  position: relative;
  margin-bottom: -2px;
}
.roadmap .roadmap-btn {
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 260px;
  height: 100%;
  transition: 0.6s;
  cursor: pointer;
  opacity: 0.6;
}
.roadmap .roadmap-btn:hover {
  opacity: 1;
}
.roadmap .roadmap-array-left {
  left: 0;
}
.roadmap .roadmap-array-left .arrow-icon {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: url("../images/l-array.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
}
.roadmap .roadmap-array-right {
  right: 0;
}
.roadmap .roadmap-array-right .arrow-icon {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  background: url("../images/r-array.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
.roadmap .roadmap-body {
  transition: 1s ease-in-out;
  will-change: transform;
  min-height: 515px;
  transform: translateY(0);
  -moz-transform: translateY(0);
}
.roadmap .roadmap-body .roadmap-path {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.roadmap .roadmap-body .roadmap-path .point-line {
  width: 1px;
  background: #389ee6;
  height: 50px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -1px;
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path .point-title {
  font-family: CeraPro-Regular;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.01px;
  line-height: 18px;
  position: absolute;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-title {
  font-family: CeraPro-Medium;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.01px;
  background: linear-gradient(90deg, #51c67c 15%, rgba(81, 197, 124, 0) 120%);
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board {
  opacity: 0;
  transition-property: opacity,transform;
  transform: translateY(-100px);
  transition: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: -520px;
  width: 750px;
  left: 57px;
  z-index: 1;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board .card-name {
  color: #000;
  font-family: CeraPro-Bold;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.02px;
  float: left;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board > svg {
  position: relative;
  bottom: 11px;
  left: 16px;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board .card-green-text {
  display: inline-block;
  margin-left: 33px;
  font-family: CeraPro-Bold;
  font-size: 36px;
  color: #51c67c;
  letter-spacing: -0.02px;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board p {
  font-family: CeraPro-Regular;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.01px;
  line-height: 22px;
  padding-top: 14px;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board ul {
  display: inline-block;
  position: relative;
  top: 27px;
  vertical-align: top;
  margin-right: 40px;
  margin-left: -12px;
  min-height: 192px;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board ul li {
  font-family: CeraPro-Regular;
  font-size: 18px;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 32px;
  list-style: none;
  position: relative;
}
.roadmap .roadmap-body .roadmap-path .point-card .card-board ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #389ee6;
  position: absolute;
  left: -23px;
  display: inline-block;
  vertical-align: top;
  top: 12px;
}
.roadmap .roadmap-body .roadmap-path.active {
  opacity: 1;
  transform: translate(0);
}
.roadmap .roadmap-body .roadmap-path.active .point-card {
  color: white;
}
.roadmap .roadmap-body .roadmap-path.active .point-card .card-board {
  opacity: 1;
  transform: translate(0);
}
.roadmap .roadmap-body .roadmap-path.active .point-line::before {
  content: "";
  background: #389ee6;
  position: absolute;
  height: 2px;
  top: -2px;
  left: 0;
  transition-timing-function: ease;
  width: 0;
  width: 32px;
  transition: 1s;
  transition-delay: 1s;
}
.roadmap .roadmap-body .roadmap-path:nth-child(1) {
  width: 24px;
  height: 24px;
  bottom: -3px;
  left: 77px;
  z-index: 3; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(1) .point-title {
  bottom: 85px;
  left: -5px;
  white-space: nowrap; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(1) .point-line {
  height: 60px;
  background: white; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(2) {
  width: 24px;
  height: 24px;
  bottom: -3px;
  left: 190px;
  z-index: 3; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(2) .point-title {
  bottom: 85px;
  left: -25px;
  width: 70px;
  white-space: nowrap; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(2) .point-line {
  height: 60px;
  background: white; display:none;
}
.roadmap .roadmap-body .roadmap-path:nth-child(3) {
  bottom: -3px;
  left: 300px;
  background: transparent;
  border: 8px solid #fff;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.roadmap .roadmap-body .roadmap-path:nth-child(3) .point-title {
  position: relative;
  top: 40px;
  left: -40px;
  white-space: nowrap;
  font-family: CeraPro-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(3) .point-line {
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path:nth-child(3) .point-card .card-title {
  white-space: nowrap;
  position: relative;
  height: 20px;
  display: inline-block;
  top: 49px;
  left: -23px;
  padding: 3.5px 12px;
  border-radius: 8px;
  line-height: 12px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(3).active .point-line {
  height: 437px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(4) {
  bottom: -3px;
  left: 1300px;
  background: transparent;
  border: 8px solid #fff;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.roadmap .roadmap-body .roadmap-path:nth-child(4) .point-title {
  position: relative;
  top: 40px;
  left: -40px;
  white-space: nowrap;
  font-family: CeraPro-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(4) .point-line {
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path:nth-child(4) .point-card .card-title {
  white-space: nowrap;
  position: relative;
  height: 20px;
  display: inline-block;
  top: 49px;
  left: -17px;
  padding: 3.5px 12px;
  border-radius: 8px;
  line-height: 12px;
  background: linear-gradient(90deg, #f77f5f 50%, rgba(81, 197, 124, 0) 120%);
}
.roadmap .roadmap-body .roadmap-path:nth-child(4).active .point-line {
  height: 437px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(5) {
  bottom: -3px;
  left: 2300px;
  background: transparent;
  border: 8px solid #fff;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.roadmap .roadmap-body .roadmap-path:nth-child(5) .point-title {
  position: relative;
  top: 40px;
  left: -40px;
  white-space: nowrap;
  font-family: CeraPro-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(5) .point-line {
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path:nth-child(5) .point-card .card-title {
  white-space: nowrap;
  position: relative;
  height: 20px;
  display: inline-block;
  top: 49px;
  left: -36px;
  padding: 3.5px 12px;
  border-radius: 8px;
  line-height: 12px;
  background: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 120%);
}
.roadmap .roadmap-body .roadmap-path:nth-child(5).active .point-line {
  height: 437px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(6) {
  bottom: -3px;
  left: 3300px;
  background: transparent;
  border: 8px solid #fff;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.roadmap .roadmap-body .roadmap-path:nth-child(6) .point-title {
  position: relative;
  top: 40px;
  left: -40px;
  white-space: nowrap;
  font-family: CeraPro-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(6) .point-line {
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path:nth-child(6) .point-card .card-title {
  white-space: nowrap;
  position: relative;
  height: 20px;
  display: inline-block;
  top: 49px;
  left: -36px;
  padding: 3.5px 12px;
  border-radius: 8px;
  line-height: 12px;
  background: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 120%);
}
.roadmap .roadmap-body .roadmap-path:nth-child(6).active .point-line {
  height: 437px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(7) {
  bottom: -3px;
  left: 4300px;
  background: transparent;
  border: 8px solid #fff;
  width: 32px;
  height: 32px;
  z-index: 3;
}
.roadmap .roadmap-body .roadmap-path:nth-child(7) .point-title {
  position: relative;
  top: 40px;
  left: -40px;
  white-space: nowrap;
  font-family: CeraPro-Medium;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.01px;
}
.roadmap .roadmap-body .roadmap-path:nth-child(7) .point-line {
  height: 0;
  transition: 1s;
  transition-timing-function: ease;
}
.roadmap .roadmap-body .roadmap-path:nth-child(7) .point-card .card-title {
  white-space: nowrap;
  position: relative;
  height: 20px;
  display: inline-block;
  top: 49px;
  left: -36px;
  padding: 3.5px 12px;
  border-radius: 8px;
  line-height: 12px;
  background: linear-gradient(90deg, #fff 5%, hsla(0, 0%, 100%, 0) 120%);
}
.roadmap .roadmap-body .roadmap-path:nth-child(7).active .point-line {
  height: 437px;
}
@media (max-width: 767px) {
  .roadmap-m {
    display: block;
  }
  .roadmap {
    display: none;
  }
}
