﻿@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-300.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-400.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-500.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-700.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-900.woff2") format("woff2");
  font-weight: 900;
}
section.now-launch-assist-info-graphic-block.mobile {
  display: none;
}
section.now-launch-assist-info-graphic-block.desktop {
  display: block;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-one {
  flex: 0 0 40%;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-one h4 {
  font-size: 24px;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-one p {
  margin: 0 0 50px 0;
  color: #999;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-two, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-three, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-four {
  flex: 0 0 20%;
  align-items: center;
  border-bottom: 1px #999 solid;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-two.section-heading, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-three.section-heading, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-four.section-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px #000 solid;
  box-sizing: border-box;
  padding-bottom: 6px;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-two.fill-wrapper, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-three.fill-wrapper, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-four.fill-wrapper {
  display: flex;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-two.fill-wrapper .fill, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-three.fill-wrapper .fill, section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-four.fill-wrapper .fill {
  background-color: #5E31B8;
  border-radius: 18px;
  height: 50px;
  width: 100%;
}
section.now-launch-assist-info-graphic-block .info-graphic-wrapper .part-one {
  box-sizing: border-box;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  section.now-launch-assist-info-graphic-block.mobile {
    display: block;
  }
  section.now-launch-assist-info-graphic-block.desktop {
    display: none;
  }
  section.now-launch-assist-info-graphic-block .info-graphic-wrapper .info-graphic-item {
    margin-bottom: 10px;
    border-bottom: 1px #b0b0b0 solid;
    box-sizing: border-box;
    padding: 20px 0;
  }
  section.now-launch-assist-info-graphic-block .info-graphic-wrapper .info-graphic-item:last-of-type {
    margin-bottom: 0;
  }
  section.now-launch-assist-info-graphic-block .info-graphic-wrapper .info-graphic-item h4 {
    font-size: 22px;
    text-align: center;
  }
  section.now-launch-assist-info-graphic-block .info-graphic-wrapper .info-graphic-item h5 {
    font-size: 20px;
    text-align: center;
  }
  section.now-launch-assist-info-graphic-block .info-graphic-wrapper .info-graphic-item p {
    color: #999;
    text-align: center;
  }
}
