.banner {
  background: #F8F9FA;
  background-size: cover;
}
.banner .container2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .container2::before,
.banner .container2::after {
  display: none;
}
.banner h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 40px;
}
.banner .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.banner p {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
}
@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
}
.want {
  background: #F8F9FA;
  padding-bottom: 160px;
}
.want .container2 {
  background: #06042E;
  border-radius: 24px 24px 24px 24px;
  padding: 80px 40px 60px;
  text-align: center;
  color: #fff;
}
.want .row {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.want h2 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 46px;
  margin-bottom: 80px;
}
.want .want-box {
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 40px 60px;
  color: #000;
  height: 100%;
  position: relative;
  padding-bottom: 88px;
  max-width: 384px;
}
.want .want-box .f-fs20 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
}
.want .want-box .arw {
  width: 208px;
  height: 48px;
  line-height: 48px;
  border-radius: 529px 529px 529px 529px;
  border: 1px solid #2258F6;
  font-size: 14px;
  font-weight: 400;
  color: #2258F6;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.want .want-box .arw:hover {
  background: #2258F6;
  color: #fff;
}
.want .want-box .arw:hover::after {
  translate: 8px;
}
.want .want-box .arw::after {
  display: inline-block;
  content: '>>';
  background: none;
  translate: 3px;
  transition: all 0.3s;
}
.want .want-box .f-fs14 {
  max-width: 264px;
  margin: 10px auto 25px auto;
}
.want .want-box .f-fs14:lang(fr) {
  max-width: 270px;
}
@media (max-width: 1280px) {
  .banner .container2 {
    flex-direction: column-reverse;
  }
  .container2 {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .want .f-fs14:lang(fr) {
    min-height: 63px;
  }
  .want .arw:lang(fr),
  .want .arw:lang(de) {
    font-size: 14px;
  }
  .page .page-box .ic-lf {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .want .want-box {
    padding: 30px 10px;
    padding-bottom: 78px;
    min-height: 220px;
  }
  .want .want-box .f-fs14 {
    min-height: 60px;
  }
  .want .want-box .f-fs14:lang(de),
  .want .want-box .f-fs14:lang(jp) {
    min-height: 84px;
  }
  .want .want-box .arw {
    width: 90%;
  }
  .want .want-box .arw:lang(fr) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .want .want-box {
    margin-top: 20px;
    min-height: auto;
    width: 100%;
  }
  .want .want-box .f-fs14 {
    min-height: auto !important;
    max-width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
}
.page {
  background: #FFFFFF;
}
.page .container2 {
  padding-top: 160px;
  padding-bottom: 180px;
}
.page h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111111;
  line-height: 46px;
  color: #22252a;
  text-align: center;
  margin-bottom: 80px;
}
.page .page-box {
  margin: auto;
  text-align: center;
}
.page .page-box .col-md-12 {
  display: flex;
  padding: 0;
}
.page .page-box .ic-lf {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .page-box li {
  margin-bottom: 20px;
  width: 240px;
  height: 170px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E6E8E9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page .page-box li:hover a {
  color: #2258F6;
}
.page .page-box a {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
}
.page .page-box .btn-s {
  margin-left: 16px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-top: 15px;
}
.page .page-box .arw {
  color: #2258F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  translate: 10px;
}
.page .page-box .arw:hover {
  border-bottom: 1px solid #2258F6;
}
.page .page-box .arw:hover::after {
  translate: 8px;
  transition: all 0.3s;
}
.page .page-box .arw::after {
  display: inline-block;
  content: ">>";
  background: none;
  translate: 3px;
}
.page .page-box .downloads {
  display: flex;
  justify-content: center;
}
.page .page-box .download {
  min-width: 284px;
  padding: 0 48px;
  height: 64px;
  line-height: 64px;
  background: #2258F6;
  border-radius: 48px 48px 48px 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.page .page-box .download img {
  margin-right: 5px;
}
.page .page-box .download:hover {
  background: #4294e9;
}
@media (max-width: 1200px) {
  .page .page-box ul.ic-lf {
    justify-content: flex-start;
  }
  .page .page-box ul.ic-lf li {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .page .page-box ul.ic-lf {
    justify-content: center;
  }
  .page .page-box ul.ic-lf li {
    width: 240px;
  }
}
@media (max-width: 769px) {
  .page .page-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .page-box .download {
    min-width: 0;
  }
  .page .page-box ul.ic-lf li {
    width: 100%;
  }
  .page .page-box ul.ic-lf:lang(fr) {
    width: 260px;
  }
  .page .page-box .arw-bx {
    text-align: center;
  }
  .page .page-box .btn-s {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .page .page-box .download {
    padding: 30px;
  }
  .page h2 {
    margin-bottom: 150px;
  }
}
.ic-lf > li {
  padding-left: 0;
}
