/*
Theme Name: Picea V01-006
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;800&display=swap");
.top0 {
  margin-top: 0px !important;
}
.bot0 {
  margin-bottom: 0px !important;
}
.top10 {
  margin-top: 10px !important;
}
.bot10 {
  margin-bottom: 10px !important;
}
.top20 {
  margin-top: 20px !important;
}
.bot20 {
  margin-bottom: 20px !important;
}
.top30 {
  margin-top: 30px !important;
}
.bot30 {
  margin-bottom: 30px !important;
}
.top40 {
  margin-top: 40px !important;
}
.bot40 {
  margin-bottom: 40px !important;
}
.top50 {
  margin-top: 50px !important;
}
.bot50 {
  margin-bottom: 50px !important;
}
.top60 {
  margin-top: 60px !important;
}
.bot60 {
  margin-bottom: 60px !important;
}
.top70 {
  margin-top: 70px !important;
}
.bot70 {
  margin-bottom: 70px !important;
}
.top80 {
  margin-top: 80px !important;
}
.bot80 {
  margin-bottom: 80px !important;
}
.top90 {
  margin-top: 90px !important;
}
.bot90 {
  margin-bottom: 90px !important;
}
.top100 {
  margin-top: 100px !important;
}
.bot100 {
  margin-bottom: 100px !important;
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
article,
aside,
footer,
header,
nav,
main,
section {
  display: block;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1rem;
    min-width: inherit;
  }
}
a {
  color: #000;
  transition: 0.3s;
}
a:hover,
a:active,
a:focus {
  color: #333;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
pre {
  white-space: pre;
}
#wrapper {
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.right {
  float: right;
}
@media screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.posR {
  position: relative;
}
.posA {
  position: absolute;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.tL {
  text-align: left;
}
.box {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
}
.box100vw {
  width: 100vw;
  min-width: 1440px;
  padding: 0 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .box100vw {
    width: 100%;
  }
}
.ofit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}
.text-ellipsis.multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
.text-ellipsis.multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
.text-ellipsis.line-2 {
  max-height: 3em;
}
.text-ellipsis.line-3 {
  max-height: 4.5em;
}
.text-ellipsis.line-4 {
  max-height: 6em;
}
.text-ellipsis.line-5 {
  max-height: 7.5em;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.5s;
  background-color: #fff;
  height: 90px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  header {
    height: 58px;
  }
}
body.hide header {
  top: -100px;
}
header #header {
  padding: 0 30px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: none;
}
@media screen and (max-width: 768px) {
  header #header {
    height: 58px;
  }
}
header #header #logo svg {
  fill: #0088f8;
}
@media screen and (max-width: 768px) {
  header #header #logo {
    position: relative;
    z-index: 1;
  }
}
header #header #sp-menu {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header #header #sp-menu {
    display: block;
    width: 25px;
    height: 30px;
    padding: 5px 0;
    position: relative;
    z-index: 1;
  }
  header #header #sp-menu span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
    position: absolute;
  }
  header #header #sp-menu span:nth-of-type(1) {
    top: 10px;
  }
  header #header #sp-menu span:nth-of-type(2) {
    bottom: 10px;
  }
}
header #header nav {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  header #header nav {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 100vh;
    background-color: #0088f8;
    transition: 0.3s;
    display: flex;
    padding: 65px 0 0;
    align-items: flex-start;
    width: 100%;
    font-size: 24px;
  }
  header #header nav.active {
    left: 0;
  }
}
header #header nav ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header #header nav ul {
    display: block;
    width: 100%;
  }
}
header #header nav ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header #header nav ul li {
    display: block;
    padding: 0 30px;
  }
}
header #header nav ul li a {
  color: #000;
  display: block;
  padding: 5px 8px 10px;
  transition: 0s;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header #header nav ul li a {
    color: #fff;
    width: 100% !important;
    text-align: left;
    padding: 5px 0;
    font-weight: 300;
  }
}
header #header nav ul li.nav-product {
  display: block;
}
@media screen and (max-width: 768px) {
  header #header nav ul li.nav-product {
    display: none;
  }
}
header #header nav ul li.nav-product-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  header #header nav ul li.nav-product-mobile {
    display: block;
  }
}
.accordion01 {
  display: none;
}
header #header nav ul li label {
  color: #fff;
  width: 100% !important;
  text-align: left;
  padding: 5px 0;
  font-weight: 300;
  cursor: pointer;
}
.accordion-content {
  height: 0;
  /* width: 200px; */
  opacity: 0;
  /* padding: 0 10px; */
  transition: 0.5s;
  visibility: hidden;
}
.accordion01:checked + .lbl + .accordion-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  background: rgba(53, 55, 57, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10) inset;
  padding: 20px 0;
}
.accordion01 + .lbl svg {
  transition: 0.3s;
}
.accordion01:checked + .lbl svg {
  rotate: 180deg;
  transition: 0.3s;
}
header #header nav ul li.nav-product-mobile {
  padding: 0;
}
header #header nav ul li.nav-product-mobile label {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header nav ul li .accordion01 + .lbl + .accordion-content .sub-menu {
  margin: 0;
}
header #header nav ul li .accordion01 + .lbl + .accordion-content .sub-menu li {
  display: flex;
}
header #header nav ul li .accordion01 + .lbl + .accordion-content .sub-menu li a {
  width: auto !important;
}
header #header nav ul li .accordion01 + .lbl + .accordion-content .sub-menu li a#li02 {
  width: 265px !important;
}
header #header nav ul li .accordion01 + .lbl + .accordion-content .sub-menu li svg {
  margin: 15px 0 0 10px;
}
header #header nav ul li a:hover {
  opacity: 1;
}
header #header nav ul li.nav-home a {
  width: 58px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-home a:before {
  content: "Home";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-team a {
  width: 53px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-team a:before {
  content: "Team";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-media a {
  width: 57px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-media a:before {
  content: "Media";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-product a {
  /* width: 105px; */
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-product a:before {
  content: "Solutions Portfolio";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-faq a {
  width: 45px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-faq a:before {
  content: "FAQ";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-news a {
  width: 53px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-news a:before {
  content: "News";
  position: absolute;
  top: -2em;
}
header #header nav ul li.nav-contact a {
  width: 67px;
  overflow: visible;
  position: relative;
}
header #header nav ul li.nav-contact a:before {
  content: "Contact";
  position: absolute;
  top: -2em;
}
header #header nav ul li.current {
  text-decoration: none;
}
header #header nav ul li.current:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #0088f8;
  bottom: 0;
  left: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  header #header nav ul li.current:before {
    display: none;
  }
}
header #header nav ul li.bar {
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 25px;
}
body:not(.home) header #header nav ul li.bar {
  background-color: rgba(0, 0, 0, 0.3);
}
header #header nav ul li .sub-menu {
  display: none;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  header #header nav ul li .sub-menu {
    display: block;
  }
  header #header nav ul li .sub-menu li {
    font-size: 14px;
  }
}
header #sub-menu {
  /* background-color: rgba(0, 0, 0, 0.03); */
  background-color: rgb(255 255 255 / 85%);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1) inset;
  width: 120%;
  margin-left: -10%;
  padding: 7px 0;
  position: relative;
  display: none;
}
header #sub-menu ul {
  padding: 0 calc(10vw + 30px + 8px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
header #sub-menu ul li {
  display: inline-block;
  margin-left: 20px;
}
header #sub-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #000;
}
header #sub-menu ul li a:hover {
  color: #0088f8;
  text-decoration: none;
}
body:not(#home) header #sub-menu ul li a {
  color: #000;
}
body:not(#home) header #sub-menu ul li a:hover {
  color: #0088f8;
  text-decoration: none;
}
header #sub-menu ul li.active a {
  color: #0088f8;
}
header #sub-menu #back-bar {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 12.5px;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  transform: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  header.active #header #logo svg {
    fill: #fff !important;
  }
}
header.active #header nav {
  left: 0;
}
header.active #header #sp-menu span {
  background-color: #fff;
}
header.active #header #sp-menu span:nth-of-type(1) {
  top: 14.5px;
  transform: rotate(45deg);
}
header.active #header #sp-menu span:nth-of-type(2) {
  transform: rotate(-45deg);
  bottom: 14.5px;
}
footer {
  background-color: #0088f8;
  color: #fff;
  padding: 100px 0 40px;
  position: relative;
  z-index: 1;
}
footer body:not(#home) {
  z-index: inherit;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 18px;
  }
}
footer #footer {
  max-width: 1440px;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer #footer {
    padding: 0;
  }
}
footer .spacer-left2 {
  top: 0;
  left: calc(50% - 450px);
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
}
@media screen and (max-width: 1024px) {
  footer .spacer-left2 {
    left: 90px;
  }
}
@media screen and (max-width: 768px) {
  footer .spacer-left2 {
    left: 27.48092vw;
  }
}
footer .spacer-center2 {
  top: 0;
  left: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
}
@media screen and (max-width: 768px) {
  footer .spacer-center2 {
    display: none;
  }
}
footer .spacer-right2 {
  top: 0;
  right: calc(50% - 450px);
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
}
@media screen and (max-width: 1024px) {
  footer .spacer-right2 {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  footer .spacer-right2 {
    right: 27.48092vw;
  }
}
footer #footer .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  footer #footer .inner {
    display: block;
    padding-bottom: 0;
  }
}
footer #footer .inner #signup {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  footer #footer .inner #signup {
    max-width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
  }
}
footer #footer .inner #signup h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 28px;
  font-weight: 300;
}
footer #footer .inner #signup #forms {
  position: relative;
  max-width: 450px;
  height: 46px;
}
footer #footer .inner #signup #forms input[type="email"] {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  width: 450px;
  height: 46px;
  padding: 0 20px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer
  #footer
  .inner
  #signup
  #forms
  input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
footer #footer .inner #signup #forms input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer #footer .inner #signup #forms input[type="email"] {
    width: 100%;
  }
}
footer #footer .inner #signup #forms input[type="email"]:focus {
  outline: none;
}
footer #footer .inner #signup #forms input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  -webkit-appearance: none;
  border: none;
  border-radius: 100px;
  height: 46px;
  background-color: #fff;
  color: #0088f8;
  font-size: 12px;
}
footer #footer .inner nav {
  font-size: 12px;
  line-height: 1.83em;
}
@media screen and (max-width: 768px) {
  footer #footer .inner nav {
    padding: 10px 0 50px;
  }
}
footer #footer .inner nav #name {
  opacity: 0.6;
  margin-bottom: 20px;
}
footer #footer .inner nav a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #footer .inner nav ul {
    margin-bottom: 0;
  }
}
footer #footer #footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  opacity: 0.6;
  font-size: 10px;
}
footer #footer #footer-bottom #back-to-top {
  position: relative;
  cursor: pointer;
}
footer #footer #footer-bottom #back-to-top a {
  display: block;
  color: #fff;
}
footer #footer #footer-bottom #back-to-top img {
  vertical-align: middle;
  margin-right: 3px;
}
section .inner,
.section .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 140px 90px;
}
@media screen and (max-width: 768px) {
  section .inner,
  .section .inner {
    padding: 80px 18px 30px;
  }
  #home section .inner,
  .section .inner {
    padding: 30px 18px 30px;
  }
}
body#home .spacer {
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  position: absolute;
}
body#home .spacer-top {
  top: 90px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  body#home .spacer-top {
    top: 58px;
  }
}
body#home .spacer-left {
  top: 0;
  left: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home .spacer-left {
    left: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home .spacer-left {
    left: 27.48092vw;
  }
}
body#home .spacer-center {
  top: 0;
  left: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#home .spacer-center {
    display: none;
  }
}
body#home .spacer-right {
  top: 0;
  left: inherit;
  right: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home .spacer-right {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home .spacer-right {
    top: 0;
    right: 27.48092vw;
  }
}
body#home h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  body#home h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
body#home #home-mv {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
body#home #home-mv .js-main-movie3 {
  position: absolute;
}
body#home #home-mv .inner {
  position: relative;
  width: 100%;
}
body#home #home-mv .inner h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  body#home #home-mv .inner h1 {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
}
body#home #home-mv .inner p {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body#home #home-mv .inner p {
    font-size: 28px;
    line-height: 40px;
  }
}
body#home .cursor {
  width: 60px;
  height: 60px;
  position: absolute;
  left: -60px;
  top: 0;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#home .cursor {
    left: inherit;
    right: 18px;
    top: inherit;
    bottom: 50px;
  }
}
body#home #assets {
  color: #fff;
  background-color: #0088f8;
}
body#home #assets .inner .youtube {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body#home #assets .inner .youtube {
    margin-bottom: 30px;
  }
}
body#home #assets .inner .text {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  body#home #assets .inner .text {
    display: block;
  }
}
body#home #assets .inner .text > div:nth-of-type(1) {
  width: 180px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  body#home #assets .inner .text > div:nth-of-type(1) {
    width: 100%;
  }
}
body#home #assets .inner .text > div:nth-of-type(2) {
  width: calc(100% - 180px - 180px);
}
@media screen and (max-width: 1024px) {
  body#home #assets .inner .text > div:nth-of-type(2) {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  body#home #assets .inner .text > div:nth-of-type(2) {
    width: 100%;
  }
}
body#home #assets .inner .text p {
  display: inline-block;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  color: #000;
  line-height: 18px;
  font-size: 12px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  body#home #assets .inner .text p {
    width: 67.68448vw;
    padding: 26px 22px;
  }
}
body#home #assets .inner .text p strong {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}
body#home #partners {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body#home #partners .inner .text {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  body#home #partners .inner .text {
    display: block;
    text-align: left;
  }
}
body#home #partners .inner .text > div:nth-of-type(1) {
  width: 180px;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  body#home #partners .inner .text > div:nth-of-type(1) {
    width: 100%;
  }
}
body#home #partners .inner .text > div:nth-of-type(2) {
  width: calc(100% - 180px - 180px);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  body#home #partners .inner .text > div:nth-of-type(2) {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  body#home #partners .inner .text > div:nth-of-type(2) {
    width: 100%;
  }
}
body#home #partners .inner .text p {
  display: inline-block;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  color: #000;
  line-height: 18px;
  font-size: 12px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  body#home #partners .inner .text p {
    width: 67.68448vw;
    padding: 26px 22px;
  }
}
body#home #partners .title-round {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#home #partners .title-round {
    margin-bottom: 20px;
  }
}
body#home #partners ul {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body#home #partners ul {
    gap: 18px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  body#home #partners ul {
    gap: 13vw 5.08906vw;
    margin-bottom: 30px;
  }
}
body#home #partners ul li {
  display: inline-block;
  width: 180px;
  height: 180px;
  background: url(images/home/logo-partner.svg) no-repeat;
  background-position: center;
  background-size: 120px;
  transition: 0.3s;
  border-radius: 10px;
}
body#home #partners ul li:hover {
  background: #0088f8 url(images/home/logo-partner-hover.svg) no-repeat;
  background-position: center;
  background-size: 120px;
}
body#home #partners ul li:nth-of-type(1) {
  background: url(images/logo/logo-wewodon.svg) no-repeat;
  background-position: center;
  background-size: 120px 37.973px;
}
body#home #partners ul li:nth-of-type(1):hover {
  background: #0088f8 url(images/logo/logo-wewodon-white.svg) no-repeat;
  background-position: center;
  background-size: 120px 37.973px;
}
body#home #partners ul li:nth-of-type(2) {
  background: url(images/logo/logo-adnoc.svg) no-repeat;
  background-position: center;
  background-size: 61.57px 100px;
}
body#home #partners ul li:nth-of-type(2):hover {
  background: #0088f8 url(images/logo/logo-adnoc-white.svg) no-repeat;
  background-position: center;
  background-size: 61.57px 100px;
}
body#home #partners ul li:nth-of-type(3) {
  background: url(images/logo/logo-aramco.svg) no-repeat;
  background-position: center;
  background-size: 120px 36.326px;
}
body#home #partners ul li:nth-of-type(3):hover {
  background: #0088f8 url(images/logo/logo-aramco-white.svg) no-repeat;
  background-position: center;
  background-size: 120px 36.326px;
}
body#home #partners ul li:nth-of-type(4) {
  background: url(images/logo/logo-snf.svg) no-repeat;
  background-position: center;
  background-size: 100px 57.566px;
}
body#home #partners ul li:nth-of-type(4):hover {
  background: #0088f8 url(images/logo/logo-snf-white.svg) no-repeat;
  background-position: center;
  background-size: 100px 57.566px;
}
body#home #partners ul li:nth-of-type(5) {
  background: url(images/logo/logo-univest.svg) no-repeat;
  background-position: center;
  background-size: 120px 40.966px;
}
body#home #partners ul li:nth-of-type(5):hover {
  background: #0088f8 url(images/logo/logo-univest-white.svg) no-repeat;
  background-position: center;
  background-size: 120px 40.966px;
}
body#home #partners ul li:nth-of-type(6) {
  background: url(images/logo/logo-nooc.svg) no-repeat;
  background-position: center;
  background-size: 110.435px 100px;
}
body#home #partners ul li:nth-of-type(6):hover {
  background: #0088f8 url(images/logo/logo-nooc-white.svg) no-repeat;
  background-position: center;
  background-size: 110.435px 100px;
}
body#home #partners ul li:nth-of-type(7) {
  background: url(images/logo/logo-sinopec.svg) no-repeat;
  background-position: center;
  background-size: 97.033px 100px;
}
body#home #partners ul li:nth-of-type(7):hover {
  background: #0088f8 url(images/logo/logo-sinopec-white.svg) no-repeat;
  background-position: center;
  background-size: 97.033px 100px;
}
body#home #partners ul li:nth-of-type(8) {
  background: url(images/logo/logo-china-petro.svg) no-repeat;
  background-position: center;
  background-size: 86.468px 100px;
}
body#home #partners ul li:nth-of-type(8):hover {
  background: #0088f8 url(images/logo/logo-china-petro-white.svg) no-repeat;
  background-position: center;
  background-size: 86.468px 100px;
}
body#home #partners ul li:nth-of-type(9) {
  background: url(images/logo/logo-china-railway.svg) no-repeat;
  background-position: center;
  background-size: 105.078px 100px;
}
body#home #partners ul li:nth-of-type(9):hover {
  background: #0088f8 url(images/logo/logo-china-railway-white.svg) no-repeat;
  background-position: center;
  background-size: 105.078px 100px;
}
body#home #partners ul li:nth-of-type(10) {
  background: url(images/logo/logo-southwest.svg) no-repeat;
  background-position: center;
  background-size: 99.689px 100px;
}
body#home #partners ul li:nth-of-type(10):hover {
  background: #0088f8 url(images/logo/logo-southwest-white.svg) no-repeat;
  background-position: center;
  background-size: 99.689px 100px;
}
@media screen and (max-width: 1024px) {
  body#home #partners ul li {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  body#home #partners ul li {
    width: 165px;
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  body#home #partners ul li {
    width: 41.98473vw;
    height: 25.44529vw;
  }
}
body#home #partners ul li a {
  display: block;
}
body#home #team {
  padding-bottom: 40px;
  background-color: #0088f8;
}
body#home #team h2 {
  color: #fff;
  text-align: center;
  margin-top: 26px;
}
body#home #team ul:not(.slick-dots) {
  margin: -160px auto 130px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#home #team ul:not(.slick-dots) {
    margin: 0 -10px 110px;
    justify-content: center;
    opacity: 0;
    height: calc(126.71756vw + (126.71756vw - 498px) * 0.1);
  }
}
body#home #team ul:not(.slick-dots) li {
  width: calc(33% - 13px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  body#home #team ul:not(.slick-dots) li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  body#home #team ul:not(.slick-dots) li {
    width: 100%;
    margin: 0 10px;
  }
}
body#home #team ul:not(.slick-dots) li h2 {
  margin: 60px auto 0;
}
body#home #team ul:not(.slick-dots) li:nth-of-type(1) {
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#home #team ul:not(.slick-dots) li .summary {
  overflow-y: auto;
  transition: 0.3s;
  font-size: 16px;
  position: absolute;
  width: 88%;
  height: auto;
  min-height: 21%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 1;
  border-radius: 0px 10px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  body#home #team ul:not(.slick-dots) li .summary {
    /* width: 48%; */
  }
}
body#home #team ul:not(.slick-dots) li .details {
  overflow-y: auto;
  transition: 0.3s;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 0;
  cursor: pointer;
}
body#home #team ul:not(.slick-dots) li .summary .name-block,
body#home #team ul:not(.slick-dots) li .details .name-block {
  display: flex;
  justify-content: space-between;
}
body#home #team ul:not(.slick-dots) li .summary p {
  margin-bottom: 0;
}
body#home #team ul:not(.slick-dots) li .summary .name-block img,
body#home #team ul:not(.slick-dots) li .details .name-block img {
  width: 12px;
  height: 12px;
}
body#home #team ul:not(.slick-dots) li .summary .name,
body#home #team ul:not(.slick-dots) li .details .name {
  color: #0088f8;
  font-weight: 500;
  margin-bottom: 5px;
}
body#home #team ul:not(.slick-dots) li:hover .summary {
  opacity: 0;
}
body#home #team ul:not(.slick-dots) li:hover .details {
  opacity: 1;
}
body#home #team ul.slick-dots {
  display: flex;
  justify-content: center;
  bottom: -50px;
  height: 10px;
}
body#home #team ul.slick-dots li {
  width: 10px;
  display: inline-block;
  background-color: none;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #0088f8;
  margin: 0 10px;
}
body#home #team ul.slick-dots li.slick-active {
  background-color: #fff;
}
body#home #p3,
body#home #p2,
body#home #p1 {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#home #p3,
  body#home #p2,
  body#home #p1 {
    height: auto;
  }
}
body#home #p3:nth-of-type(2),
body#home #p2:nth-of-type(2),
body#home #p1:nth-of-type(2) {
  top: 50vh;
}
body#home #p3 .movie-cover,
body#home #p2 .movie-cover,
body#home #p1 .movie-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body#home #p3 .circle,
body#home #p2 .circle,
body#home #p1 .circle {
  position: absolute;
  left: calc(50% - 1050px);
  top: 136px;
  max-width: 2432px;
  width: 2432px;
}
@media screen and (max-width: 768px) {
  body#home #p3 .circle,
  body#home #p2 .circle,
  body#home #p1 .circle {
    width: 1147px;
    left: calc(50% - 290px);
  }
}
body#home #p3 .inner,
body#home #p2 .inner,
body#home #p1 .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner,
  body#home #p2 .inner,
  body#home #p1 .inner {
    display: flex;
    padding-top: 100px;
    text-align: right;
    gap: 10px;
  }
}
body#home #p3 .inner .title-round,
body#home #p2 .inner .title-round,
body#home #p1 .inner .title-round {
  position: absolute;
  left: 90px;
  top: 90px;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .title-round,
  body#home #p2 .inner .title-round,
  body#home #p1 .inner .title-round {
    top: 30px;
  }
}
body#home #p3 .inner .left,
body#home #p2 .inner .left,
body#home #p1 .inner .left {
  min-width: 370px;
  flex-basis: 72%;
}
@media screen and (max-width: 1024px) {
  body#home #p3 .inner .left,
  body#home #p2 .inner .left,
  body#home #p1 .inner .left {
    min-width: 270px;
  }
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .left,
  body#home #p2 .inner .left,
  body#home #p1 .inner .left {
    text-align: left;
  }
}
body#home #p3 .inner .left .country,
body#home #p2 .inner .left .country,
body#home #p1 .inner .left .country {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .left .country,
  body#home #p2 .inner .left .country,
  body#home #p1 .inner .left .country {
    margin-bottom: 20px;
  }
}
body#home #p3 .inner .left h3,
body#home #p2 .inner .left h3,
body#home #p1 .inner .left h3 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}
body#home #p3 .inner .left p,
body#home #p2 .inner .left p,
body#home #p1 .inner .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  body#home #p3 .inner .left h3,
  body#home #p2 .inner .left h3,
  body#home #p1 .inner .left h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .left h3,
  body#home #p2 .inner .left h3,
  body#home #p1 .inner .left h3 {
    font-size: 30px;
    line-height: 103%;
    margin-bottom: 20px;
  }
}
body#home .video03,
body#home .video02 {
  opacity: 0;
}
body#home #p3 .inner .left h3 span,
body#home #p2 .inner .left h3 span,
body#home #p1 .inner .left h3 span {
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .left h3 span,
  body#home #p2 .inner .left h3 span,
  body#home #p1 .inner .left h3 span {
    font-weight: 300;
  }
}
body#home #p3 .inner .left p,
body#home #p2 .inner .left p,
body#home #p1 .inner .left p {
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .left p,
  body#home #p2 .inner .left p,
  body#home #p1 .inner .left p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
body#home #p3 .inner .left .button,
body#home #p2 .inner .left .button,
body#home #p1 .inner .left .button {
  transform-origin: center;
  opacity: 0;
}
body#home #p3 .inner .right,
body#home #p2 .inner .right,
body#home #p1 .inner .right {
  width: 100%;
  max-width: 630px;
  height: 630px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 768px) {
  body#home #p3 .inner .right,
  body#home #p2 .inner .right,
  body#home #p1 .inner .right {
    border-radius: 10px;
    width: 67.68448vw;
    display: inline-block;
    padding: 30px 20px;
    height: auto;
    margin-top: 30px;
    text-align: left;
  }
}
body#home #p3 .inner .right .wrap,
body#home #p2 .inner .right .wrap,
body#home #p1 .inner .right .wrap {
  max-width: 374px;
}
@media screen and (max-width: 1024px) {
  body#home #p3 .inner .right .wrap,
  body#home #p2 .inner .right .wrap,
  body#home #p1 .inner .right .wrap {
    max-width: inherit;
    padding: 20px;
  }
}
body#home #p3 .inner .right p.big,
body#home #p2 .inner .right p.big,
body#home #p1 .inner .right p.big {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em;
}
body#home #p3 .inner .right p.normal,
body#home #p2 .inner .right p.normal,
body#home #p1 .inner .right p.normal {
  font-size: 12px;
  line-height: 1.5;
}
body#home #p3 .inner .right p:last-of-type,
body#home #p2 .inner .right p:last-of-type,
body#home #p1 .inner .right p:last-of-type {
  font-size: 12px;
  margin-bottom: 0;
}
body#home #p3 .inner .right span,
body#home #p2 .inner .right span,
body#home #p1 .inner .right span {
  font-weight: 800;
  text-decoration: underline;
}
/* body#home #p2 {
  color: #000;
  background-color: #fff;
} */
/* @media screen and (max-width: 768px) {
  body#home #p2 .inner {
    display: flex;
  }
} */
/* body#home #p2 .inner .country {
  color: #0088f8;
  border-bottom: 1px solid #0088f8 !important;
  opacity: 0;
} */
/* body#home #p2 .inner .left h3 {
  opacity: 0;
} */
body#home #p2 .inner .coming-soon {
  /* opacity: 0; */
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em;
}
body#home #p-title {
  max-width: 1440px;
  padding: 0 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
body#home #p-title .title-round {
  position: absolute;
  left: 90px;
  top: 90px;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#home #p-title .title-round {
    top: 30px;
    left: 18px;
  }
}
body#home #faq {
  background-color: #0088f8;
  color: #fff;
  position: relative;
}
body#home #faq .spacer-left2 {
  left: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home #faq .spacer-left2 {
    left: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home #faq .spacer-left2 {
    left: 27.48092vw;
  }
}
body#home #faq .spacer-center2 {
  left: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#home #faq .spacer-center2 {
    display: none;
  }
}
body#home #faq .spacer-right2 {
  right: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home #faq .spacer-right2 {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home #faq .spacer-right2 {
    right: 27.48092vw;
  }
}
body#home #faq dl {
  counter-reset: number 0;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body#home #faq dl {
    margin: 0 auto 40px;
  }
}
body#home #faq dl dt {
  position: relative;
  padding: 40px 0 40px 360px;
  cursor: pointer;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  background: url(images/home/faq-close.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  body#home #faq dl dt {
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  body#home #faq dl dt {
    padding-left: 22.90076vw;
    font-size: 16px;
    line-height: 22px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-position: left 26px;
  }
}
body#home #faq dl dt:not(:first-of-type) {
  border-top: 1px solid #fff;
}
body#home #faq dl dt:before {
  position: absolute;
  left: 180px;
  top: 48px;
  font-size: 12px;
  line-height: 22px;
  width: 180px;
  display: inline-block;
  counter-increment: number 1;
  content: "0" counter(number, decimal-leading-zero);
}
@media screen and (max-width: 1024px) {
  body#home #faq dl dt:before {
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  body#home #faq dl dt:before {
    left: 22.90076vw;
    top: 20px;
  }
}
body#home #faq dl dt.open-dd {
  background: url(images/home/faq-open.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  body#home #faq dl dt.open-dd {
    background-position: left 26px;
  }
}
body#home #faq dl dd {
  display: none;
  padding: 0 0 40px 360px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  body#home #faq dl dd {
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  body#home #faq dl dd {
    padding: 0 0 20px 22.90076vw;
  }
}
body#home #news {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
}
body#home #news .spacer {
  background: #F0F0F0;
}
body#home #news .spacer-left2 {
  left: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home #news .spacer-left2 {
    left: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home #news .spacer-left2 {
    left: 27.48092vw;
  }
}
body#home #news .spacer-center2 {
  left: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body#home #news .spacer-center2 {
    display: none;
  }
}
body#home #news .spacer-right2 {
  right: calc(50% - 450px);
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body#home #news .spacer-right2 {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body#home #news .spacer-right2 {
    right: 27.48092vw;
  }
}
body#home #news .inner {
  padding-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#home #news .inner {
    padding: 30px 18px 80px;
  }
}
body#home #news .title-round {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  body#home #news .title-round {
    margin-bottom: 30px;
  }
}
body#home #news ul.whatsnew li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 810px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li {
    display: block;
    padding: 30px 0;
  }
  body#home #news ul.whatsnew li:not(:last-of-type) {
    border-bottom: 1px solid #e3e3e3;
  }
  body#home #news ul.whatsnew li:last-of-type {
    padding-bottom: 0;
  }
}
body#home #news ul.whatsnew li .wrap {
  order: 2;
  max-width: 360px;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li .wrap {
    max-width: 100%;
    padding-left: 0;
  }
}
body#home #news ul.whatsnew li .thumb {
  order: 1;
  border-radius: 10px;
  overflow: hidden;
}
body#home #news ul.whatsnew li:not(:last-of-type) {
  border-bottom: 1px solid #e3e3e3;
}
body#home #news ul.whatsnew li:nth-of-type(1) {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li:nth-of-type(1) {
    padding: 0;
  }
}
body#home #news ul.whatsnew li:nth-of-type(1) .wrap {
  order: 1;
  max-width: 545px;
  padding-bottom: 30px;
  width: 100%;
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li:nth-of-type(1) .wrap {
    max-width: 100%;
  }
}
body#home #news ul.whatsnew li:nth-of-type(1) .thumb {
  order: 2;
  border-radius: 10px;
  overflow: hidden;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li:nth-of-type(1) .thumb {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body#home #news ul.whatsnew li:nth-of-type(1) .thumb img {
    width: inherit;
  }
}
body#home #news ul.whatsnew li:nth-of-type(1) .title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body#home #news ul.whatsnew li:nth-of-type(1) .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li:nth-of-type(1) .title {
    font-size: 32px;
    line-height: 40px;
  }
}
body#home #news ul.whatsnew li:nth-of-type(2) {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li:nth-of-type(2) {
    padding-top: 30px;
  }
}
body#home #news ul.whatsnew li .date {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li .date {
    margin-bottom: 5px;
  }
}
body#home #news ul.whatsnew li .title {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 15px;
}
body#home #news ul.whatsnew li .text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body#home #news ul.whatsnew li .thumb {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#home #news ul.whatsnew li .thumb {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
  }
}
body#home #news .see-more .empty {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#home #news .see-more .empty {
    display: none;
  }
}
body#home #news .see-more {
  max-width: 810px;
  /* text-align: center; */
  margin-top: 26px;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 30px 0; */
}
@media screen and (max-width: 768px) {
  body#home #news .see-more {
    margin: 60px 0 40px;
    text-align: left;
  }
}
body#home #news .see-more a {
  color: #0088f8;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  max-width: 360px;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  body#home #news .see-more a {
    font-weight: 800;
    max-width: 100%;
    padding-left: 0;
  }
}
body#home #popular-news {
  position: absolute;
  right: 90px;
  bottom: 90px;
  max-width: 270px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1270px) {
  body#home #popular-news {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0;
    box-shadow: inherit;
    padding: 40px 0 0 0;
    border-top: 1px solid #000;
    border-radius: inherit;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  body#home #popular-news {
    box-shadow: none;
    padding: 30px 0 0;
    border-top: 1px solid #000;
    border-radius: inherit;
  }
}
body#home #popular-news h3 {
  font-size: 12px;
  line-height: 1.83;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body#home #popular-news h3 {
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
body#home #popular-news ul:not(.slick-dots) {
  margin-bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1270px) {
  body#home #popular-news ul:not(.slick-dots) {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body#home #popular-news ul:not(.slick-dots) {
    padding-bottom: 50px;
    height: auto;
    opacity: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
body#home #popular-news ul:not(.slick-dots) li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 18px;
}
@media screen and (max-width: 783px) {
  body#home #popular-news ul:not(.slick-dots) li {
    padding-bottom: 0;
    margin: 0 10px;
  }
}
body#home #popular-news ul:not(.slick-dots) li:last-of-type {
  padding-bottom: 0;
}
body#home #popular-news ul:not(.slick-dots) li .arrow-pop {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 1;
  width: 12px;
}
body#home #popular-news ul:not(.slick-dots) li .thumb {
  border-radius: 10px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body#home #popular-news ul:not(.slick-dots) li .thumb {
    margin-bottom: 0;
  }
}
body#home #popular-news ul:not(.slick-dots) li .date {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  body#home #popular-news ul:not(.slick-dots) li .date {
    margin-top: 20px;
  }
}
body#home #popular-news ul:not(.slick-dots) li .title {
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body#home #popular-news ul:not(.slick-dots) li .title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  body#home #popular-news ul.slick-dots {
    bottom: 0;
  }
  body#home #popular-news ul.slick-dots li {
    margin: 0 10px;
    height: auto;
    width: auto;
    padding-bottom: 0;
  }
}
body#home #graph {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
}
body#home #graph h2 {
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  body#home #graph h2 {
    margin-bottom: 0;
    padding-right: 0;
  }
}
body#home #graph .inner {
  position: relative;
}
body#home #graph ul:not(.slick-dots) {
  margin: -150px -10px 0;
  padding: 140px 0 30px;
  overflow: hidden;
  position: static !important;
  opacity: 0;
  height: 500px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#home #graph ul:not(.slick-dots) {
    margin: 0 -10px 0;
    padding-top: 120px;
    height: 130.7888vw;
    max-height: 580px;
    position: relative !important;
  }
}
body#home #graph ul:not(.slick-dots) li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body#home #graph ul:not(.slick-dots) li {
    margin: 0 10px;
  }
}
body#home #graph .slick-list {
  overflow: visible;
}
body#home #graph .slide-arrow {
  box-shadow: 0 0 20px rgba(0, 0, 30, 0.1);
  border-radius: 50px;
  position: absolute;
}
body#home #graph .prev-arrow {
  cursor: pointer;
  right: 180px;
  top: 90px;
}
@media screen and (max-width: 768px) {
  body#home #graph .prev-arrow {
    right: 90px;
    top: 20px;
  }
}
body#home #graph .next-arrow {
  cursor: pointer;
  right: 100px;
  top: 90px;
}
@media screen and (max-width: 768px) {
  body#home #graph .next-arrow {
    right: 10px;
    top: 20px;
  }
}
body#home #graph ul.slick-dots {
  padding-bottom: 90px;
  bottom: -60px;
}
body#home #graph ul.slick-dots li {
  box-shadow: none;
  width: auto;
  height: auto;
  border: 1px solid #0088f8;
  background-color: #fff;
}
body#home #graph ul.slick-dots li.slick-active {
  background-color: #0088f8;
}
body#home #graph ul.slick-dots li button {
  width: 8px;
  height: 8px;
}
body#home #graph ul.slick-dots li button:before {
  content: none;
}
#post-article {
  background-color: #fff;
}
#post-article section {
  position: relative;
  z-index: 2;
}
#post-article section .inner h1 {
  height: 420px;
  font-weight: 300;
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 1.2;
  max-width: 1080px;
}
#post-article section .inner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post-article section .inner .wrap .thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #post-article section .inner .wrap .thumb {
    width: 100%;
  }
}
#post-article section .inner .wrap .thumb img {
  overflow: hidden;
  border-radius: 10px;
}
#post-article section .inner .wrap .text {
  width: calc(50% - 7.14%);
  /* font-size: 12px;
  line-height: 1.5; */
  padding-top: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  #post-article section .inner .wrap .text {
    width: 100%;
  }
}
#post-article section .inner .wrap .text .date {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#post-article section .inner .wrap .text .article h4 {
  font-weight: 400;
  margin-bottom: 18px;
}
#post-article section .inner .wrap .text .article .description {
  font-weight: 400;
  margin-bottom: 18px;
}
#post-article section .inner .wrap .text .article .description .link {
  color: #0088F8;
  text-decoration: underline;
}
#post-article section .inner .wrap .text .article .contents {
  margin: 25px 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#post-article section .inner .wrap .text .article .contents .title,
#post-article section .inner .wrap .text .article .contents .bold {
  font-weight: 500;
}
#post-article section .inner .wrap .text .article .contents ul {
  list-style: unset;
  list-style-position: inside;
  padding-left: 8px;
}
#post-article section .inner .wrap .text .article .contents .link {
  font-weight: 400;
  color: #0088F8;
  text-decoration: underline;
}
#post-article section .inner .wrap .text .article p .link {
  text-decoration: underline;
}
#post-article section .inner .wrap #other-posts {
  width: 100%;
  margin-top: 90px;
}
#post-article section .inner .wrap #other-posts .prev {
  float: left;
}
#post-article section .inner .wrap #other-posts .prev a {
  color: #0088f8;
  position: relative;
  padding-left: 20px;
}
#post-article section .inner .wrap #other-posts .prev a:before {
  content: "";
  background: url(images/post/arrow-blue.png) no-repeat;
  background-position: left center;
  background-size: 13px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% + 15px);
}
#post-article section .inner .wrap #other-posts .prev a.none {
  color: #b0b0b0;
  pointer-events: none;
}
#post-article section .inner .wrap #other-posts .prev a.none:before {
  content: "";
  background: url(images/post/arrow-gray.png) no-repeat;
  background-position: left center;
  background-size: 13px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-100% + 15px);
}
#post-article section .inner .wrap #other-posts .next {
  float: right;
}
#post-article section .inner .wrap #other-posts .next a {
  color: #0088f8;
  position: relative;
  padding-right: 20px;
}
#post-article section .inner .wrap #other-posts .next a:before {
  content: "";
  background: url(images/post/arrow-blue.png) no-repeat;
  background-position: left center;
  background-size: 13px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-100% + 15px);
}
#post-article section .inner .wrap #other-posts .next a.none {
  color: #b0b0b0;
  pointer-events: none;
}
#post-article section .inner .wrap #other-posts .next a.none:before {
  content: "";
  background: url(images/post/arrow-gray.png) no-repeat;
  background-position: left center;
  background-size: 13px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-100% + 15px);
}
body.page:not(.home) section#page-title {
  padding-top: 90px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) section#page-title {
    padding-top: 50px;
  }
}
body.page:not(.home) section#page-title .inner {
  /* height: 400px; */
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) section#page-title .inner {
    flex-wrap: wrap;
    height: auto;
    padding: 50px 18px 30px;
    gap: 14px;
  }
}
body.page:not(.home) section#page-title .inner h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) section#page-title .inner h1 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
}
body.page:not(.home) section#page-title .inner h1 span {
  position: absolute;
  left: 90px;
  top: 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #0088f8;
  display: inline-block;
  border-bottom: 1px solid #0088f8;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) section#page-title .inner h1 span {
    display: none;
  }
}
body.page:not(.home) section#page-title .inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
body.page:not(.home) section#page-title .inner .country {
  display: none;
  font-size: 12px;
  line-height: 1.5;
  color: #0088f8;
  border-bottom: 1px solid #0088f8;
}
@media screen and (max-width: 768px) {
  body.page:not(.home) section#page-title .inner .country {
    display: inline-block;
    margin-bottom: 20px;
  }
}
section.white {
  background-color: #fff;
}
section.blue {
  background-color: #0088f8;
  color: #fff;
}
body.page:not(#home) .spacer,
body.single .spacer {
  position: absolute;
}
body.page:not(#home) .spacer-top,
body.single .spacer-top {
  top: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  body.page:not(#home) .spacer-top,
  body.single .spacer-top {
    top: 50px;
  }
}
body.page:not(#home) .spacer-left,
body.single .spacer-left {
  height: 100%;
  left: calc(50% - 450px);
  top: 90px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(255, 255, 255, 0.15) 450px,
    rgba(255, 255, 255, 0.15) 100%
  );
}
body #post-article .spacer-left {
  height: 100% !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(255, 255, 255, 0.15) 100%
  );
  z-index: 2;
}
body#documents main article .spacer-left,
body#whitepaper main article .spacer-left {
  height: 100% !important;
  background: rgba(0, 0, 0, 0.06) !important;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.page:not(#home) .spacer-left,
  body.single .spacer-left {
    left: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.page:not(#home) .spacer-left,
  body.single .spacer-left {
    top: 50px;
    left: 27.48092vw;
  }
}
body.page:not(#home) .spacer-center,
body.single .spacer-center {
  height: 100%;
  left: 50%;
  top: 90px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(255, 255, 255, 0.15) 450px,
    rgba(255, 255, 255, 0.15) 100%
  );
}
body #post-article .spacer-center {
  height: 100% !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(0, 0, 0, 0.06) 450px,
    rgba(255, 255, 255, 0.15) 100%
  );
  z-index: 2;
}
body#documents main article .spacer-center,
body#whitepaper main article .spacer-center {
  height: 100% !important;
  background: rgba(0, 0, 0, 0.06) !important;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.page:not(#home) .spacer-center,
  body.single .spacer-center {
    display: none;
  }
}
body.page:not(#home) .spacer-right,
body.single .spacer-right {
  height: 100%;
  right: calc(50% - 450px);
  top: 90px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(255, 255, 255, 0.15) 450px,
    rgba(255, 255, 255, 0.15) 100%
  );
}
body #post-article .spacer-right {
  height: 100% !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.06) 350px,
    rgba(0, 0, 0, 0.06) 450px,
    rgba(255, 255, 255, 0.15) 100%
  );
  z-index: 2;
}
body#documents main article .spacer-right,
body#whitepaper main article .spacer-right {
  height: 100% !important;
  background: rgba(0, 0, 0, 0.06) !important;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.page:not(#home) .spacer-right,
  body.single .spacer-right {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.page:not(#home) .spacer-right,
  body.single .spacer-right {
    top: 50px;
    right: 27.48092vw;
  }
}
body#dictionary .inner .title-round {
  border: 1px solid #000;
}
.slick-initialized {
  opacity: 1 !important;
}
ul.slick-dots li {
  box-shadow: none;
  width: auto;
  height: auto;
  border: 1px solid #0088f8;
  background-color: #fff;
  border-radius: 10px;
  margin: 0;
}
ul.slick-dots li.slick-active {
  background-color: #0088f8;
}
ul.slick-dots li button {
  width: 8px;
  height: 8px;
}
ul.slick-dots li button:before {
  content: none;
}
.page-video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-video {
    height: 70vh;
  }
}
.list01 li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.list02 li {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .list01 li {
    display: block;
    padding: 22px 0;
    border: none;
  }
  .list02 li {
    display: block;
    padding: 11px 0;
    border: none;
  }
  .list02 li:nth-of-type(1) {
    padding: 0;
  }
}
.list02 li:nth-of-type(1),
.list01 li:nth-of-type(1) {
  padding-top: 0;
}
.list02 li:last-child,
.list01 li:last-child {
  border: none;
}
.list02 li > *,
.list01 li > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .list02 li > *,
  .list01 li > * {
    width: 100%;
  }
}
.list02 li h2,
.list01 li h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31;
}
@media screen and (max-width: 768px) {
  .list02 li h2,
  .list01 li h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.list02 li h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .list02 li h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}
.list02 li .text,
.list01 li .text {
  font-size: 16px;
  line-height: 1.5;
}
.list02 li .text li,
.list01 li .text li {
  display: block;
}
.list02 li .text li,
.list01 li .text li {
  padding: 20px 0;
}
.list02 li .text li {
  border-bottom: 1px solid #fff;
}
.list02 li .text li:nth-of-type(1),
.list01 li .text li:nth-of-type(1) {
  padding-top: 0;
}
.list02 li .text li:last-child,
.list01 li .text li:last-child {
  border: none;
}
.list02 li .text li span,
.list01 li .text li span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .list02 li .text li,
  .list01 li .text li {
    font-size: 12px;
    font-weight: 300;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .list02 li .text li:last-child,
  .list01 li .text li:last-child {
    padding-bottom: 0;
  }
}
.product-brochure-notice {
  border-top: 1px solid #fff;
  padding: 40px 0 0;
}
.product-brochure-notice p {
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .product-brochure-notice p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }
}
.product-brochure-notice p a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .product-brochure-notice p a::before {
    content:"\A";
    white-space:pre;
  }
}
#faq dl {
  counter-reset: number 0;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #faq dl {
    margin: 0 auto 40px;
  }
}
#faq dl dt {
  position: relative;
  padding: 40px 0 10px 360px;
  cursor: pointer;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  background: url(images/home/faq-close.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #faq dl dt {
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #faq dl dt {
    padding-left: 22.90076vw;
    font-size: 16px;
    line-height: 22px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-position: left 26px;
  }
}
body#dictionary #faq dl dt {
  background: url(images/common/list02-close.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  body#dictionary #faq dl dt {
    padding-left: 22.90076vw;
  }
}
#faq dl dt:not(:first-of-type) {
  border-top: 1px solid #fff;
}
body#dictionary #faq dl dt:not(:first-of-type) {
  border-top: 1px solid #000;
}
#faq dl dt:before {
  position: absolute;
  left: 180px;
  top: 48px;
  font-size: 12px;
  line-height: 22px;
  width: 180px;
  display: inline-block;
  counter-increment: number 1;
  content: "0" counter(number, decimal-leading-zero);
}
@media screen and (max-width: 1024px) {
  #faq dl dt:before {
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #faq dl dt:before {
    left: 22.90076vw;
    top: 20px;
  }
}
body#dictionary #faq dl dt:before {
  content: "";
}
#faq dl dt.open-dd {
  background: url(images/home/faq-open.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  #faq dl dt.open-dd {
    background-position: left 26px;
  }
}
body#dictionary #faq dl dt.open-dd {
  background: url(images/common/list02-open.png) no-repeat;
  background-position: left 51px;
  background-size: 10px;
}
#faq dl dd {
  display: none;
  padding: 10px 0 0 360px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  #faq dl dd {
    padding-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #faq dl dd {
    padding: 0 0 20px 22.90076vw;
  }
}
body#dictionary #faq dl dd {
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  body#dictionary #faq dl dd {
    padding-left: 22.90076vw;
  }
}
.list03 {
  margin-top: 60px;
  gap: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .list03 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.list03 li h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
.list03 li p {
  margin-bottom: 20px;
}
.list03 li a {
  color: white;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 100px;
  border: 1px solid #0088F8;
  background: #0088F8;
  display: inline-flex;
  padding: 12px 25px;
  text-decoration: none;
}
.hr-spacer {
  background: #fff;
  padding: 0;
}
.hr-spacer span {
  display: block;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  width: 1260px;
}
@media screen and (max-width: 768px) {
  .hr-spacer span {
    margin: 0 18px;
    width: calc(100% - 36px);
  }
}
.button {
  font-size: 12px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
}
.button a {
  padding: 18px 30px;
  display: block;
  color: #000;
}
@media screen and (max-width: 768px) {
  .button a {
    line-height: 1.5;
    padding: 7px 30px;
  }
}
.button-read-article {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  padding: 13px 0;
}
.button-read-article a {
  padding: 13px 30px;
  border-radius: 100px;
  border: 1px solid #0088F8;
  background: #0088F8;
  color: white;
}
#popular-news .button-read-article {
  padding: 0;
}
#popular-news .button-read-article a {
  display: block;
  text-decoration: underline;
  color: black;
  background: none;
  border: none;
  padding: 0;
}
.submit-btn {
  -webkit-appearance: none;
  background: white;
  color: #0088f8;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 46px;
  padding: 0 10px;
}
.title-round {
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .title-round {
    margin-bottom: 20px;
  }
}
.title-round.black,
#partners .title-round {
  color: #000;
  border: 1px solid #000;
}
.title-round h2 {
  font-size: 12px !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: inline-block !important;
}
.table01 {
  width: 100%;
  margin-bottom: 40px;
}
.table01 th {
  text-align: center;
  background: #ededed;
  padding: 10px;
  width: 350px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table01 th {
    width: 100%;
    display: block;
  }
}
.table01 td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .table01 td {
    width: 100%;
    display: block;
  }
}
.scroll {
  overflow-x: auto;
}
.scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.4%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* scale: 1.2; */
}
.background-movie {
  position: relative;
}
.background-movie .main-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.background-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  object-fit: cover;
}
.background-movie .main-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-movie .main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.background-movie .test-title {
  display: inline-block;
  width: 460px;
  padding: 10px;
  margin: 0 10px;
  box-sizing: border-box;
  font-size: 2em;
  background: #fff;
  text-align: center;
}
.background-movie .buttons {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}
.background-movie .buttons > * {
  width: 240px;
  padding: 0 10px;
  box-sizing: border-box;
}
.background-movie .buttons a {
  display: block;
  padding: 5px;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}
.movie-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  position: absolute;
  bottom: -80px;
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  display: none;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form-control-wrap {
  display: block;
}
#whitepaper section .inner {
  height: 80vh;
}
#whitepaper section .inner p {
  margin-top: 61px;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  #whitepaper section .inner {
    height: auto;
  }
  #whitepaper section .inner p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}