html {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
}

#go_start_up {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 70px;
}

.animate-delay-05 {
  --animate-delay: 3.5s;
}

.animate__animated.animate__delay-07s {
  -webkit-animation-delay: calc(1s * 0.4);
  animation-delay: calc(1s * 0.4);
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
  animation-delay: calc(var(--animate-delay) * 0.4);
}

@font-face {
  font-family: "UTM";
  src: url("/static/font/UTM_DAXBOLD.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "SEGOEUI";
  src: url("/static/font/SEGOEUI.TTF"),
    url("/static/font/SEGOEUI.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "GADUGI";
  src: url("/static/font/GADUGI.TTF"),
    url("/static/font/GADUGI.TTF") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Arial";
  src: url("/static/font/Arial.ttf"),
    url("/static/font/Arial.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "BarlowBold";
  src: url("/static/font/Barlow_Bold.ttf"),
    url("/static/font/Barlow_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "BarlowRegular";
  src: url("/static/font/Barlow_Regular.ttf"),
    url("/static/font/Barlow_Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

#header {
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
  top: 0px;
  position: fixed;
  display: block;
  z-index: 9;
  padding: 0;
  border-bottom: 2px solid #51adcd;
}

.mune {
  float: right;
  margin-right: 2rem;
  padding-top: 1.6rem;
}

.display_div {
  visibility: hidden;
}

#fullpage {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.noshow {
  visibility: hidden;
}

.header-icon {
  float: left;
  margin-left: 15%;
  width: auto;
  height: 36%;
  margin-top: 1.6rem;
}

.header-icon img {
  height: 100%;
}

.header-product {
  padding-top: 0.5rem;
  float: right;
  font-size: 1rem;
  color: #626262;
  margin-right: 3rem;
  line-height: 4rem;
  font-family: "GADUGI";
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}

.header-product-first-child {
  margin-right: 18.75%;
}

a {
  text-decoration: none !important;
  color: #39add6 !important;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none !important;
  color: #39add6 !important;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none !important;
  color: #39add6 !important;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none !important;
  color: #39add6 !important;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none !important;
  color: #39add6 !important;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none !important;
  color: #39add6 !important;
}

.section {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding-top: 3rem;
}

.section1 {
  background-image: url("/static/img/background1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section1-1 {
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
  font-family: "UTM";
  color: #ffffff;
}

.section1-2 {
  text-align: center;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #ffffff;
  font-size: 2.4rem;
}

.section1-4 {
  text-align: center;
  font-weight: 400;
  font-family: "SEGOEUI";
  font-size: 2.4rem;
  padding-top: 1rem;
}

.section1-4 a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: white !important;
  width: 12rem;
  border: 3px solid white;
  border-radius: 40px;
}

.section1-3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 43%;
}

.section2-1 {
  font-weight: 700;
  font-family: "UTM";
  text-align: center;
  font-size: 3rem;
  color: #363636;
  padding-top: 2rem;
}

.section2-2 {
  font-weight: 300;
  font-family: "SEGOEUI";
  text-align: center;
  font-size: 2rem;
  color: #7c7c7c;
}

.section2-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.section11 {
  background-color: #f5f5f5;
}

.section11-1 {
  font-weight: 700;
  font-family: "UTM";
  text-align: center;
  font-size: 3rem;
  color: #363636;
  padding-top: 2rem;
}

.section11-2 {
  font-weight: 300;
  font-family: "SEGOEUI";
  text-align: center;
  font-size: 1.6rem;
  color: #7c7c7c;
  padding-top: 1rem;
}

.section11-3 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.section3 {
  background-color: #38acd5;
}

.section3-1 {
  width: 50%;
  height: 50%;
  float: left;
  overflow: hidden;
  background-color: white;
}

.clear-height-parent {
  position: relative;
}

.clear-height-sub {
  position: absolute;
}

.sectiona3a {
  background: #f9f9f9;
}

.section3a-1 {
  font-family: UTM;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: #2b2b2b;
  margin-top: 2rem;
}

.section3a-2 {
  width: 100%;
  margin-top: 2rem;
}

.section3a-3 {
  float: left;
  width: 50%;
}

.section3a-4 {
  float: left;
  width: 50%;
}

.section3a-5 {
  float: right;
  width: 60%;
}

.section3a-6 {
  width: 100%;
  height: 35px;
}

.section3a-6-line {
  line-height: 27px !important;
}

.section3a-7 {
  width: 50%;
  float: left;
  font-family: Arial;
  font-weight: 700;
  line-height: 35px;
  font-size: 1.2rem;
  margin-left: 5%;
}

.section3a-7s {
  background: #ececec;
}

.section3a-8 {
  width: 45%;
  float: left;
  font-weight: 400;
  line-height: 35px;
  font-size: 1.2rem;
}

.section3a-9 {
  margin-left: 10%;
  margin-top: 0;
  height: 495px;
}

.section3a-10 {
  width: 55%;
  margin-left: 10%;
  margin-top: 2rem;
}

.section3-2 {
  padding-top: 15%;
  padding-left: 10%;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "UTM";
}

.section3-4 {
  padding-top: 3%;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "SEGOEUI";
}

.section3-5 {
  width: 100%;
}

.section3-7 {
  padding-top: 15%;
  padding-left: 10%;
  font-size: 2.7rem;
  font-weight: 700;
  font-family: "UTM";
}

.section3-8 {
  padding-left: 10%;
  font-size: 2.1rem;
  font-weight: 300;
  font-family: "SEGOEUI";
}

.section3-3 {
  padding-top: 1%;
  width: 1200px;
  height: 96%;
  margin-left: auto;
  margin-right: auto;
}

.section4-1 {
  padding-top: 5%;
  padding-left: 14%;
  font-weight: 700;
  font-family: "UTM";
  color: #ffffff;
  font-size: 3.5rem;
}

.section4-2 {
  padding-left: 14%;
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "SEGOEUI";
}

.section4-3 {
  position: relative;
  top: -25%;
  height: auto;
  width: 60%;
  margin-left: 30%;
  margin-right: auto;
}

.section4-4 {
  width: 80%;
}

/*正常的未被访问过的链接*/
.header-product a:link {
  text-decoration: none !important;
  color: #212121 !important;
}

/*已经访问过的链接*/
.header-product a:visited {
  text-decoration: none !important;
  color: #212121 !important;
}

/*鼠标划过(停留)的链接*/
.header-product a:hover {
  text-decoration: none !important;
  color: #51adcd !important;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
.header-product a:active {
  text-decoration: none !important;
  color: #212121 !important;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
.header-product a:focus {
  text-decoration: none !important;
  color: #212121 !important;
}

.psection2z {
  width: 100%;
  height: 100%;
  background-image: url("/static/img/pc/p/8-2.png");
  background-repeat: repeat;
}

.psection2z-1 {
  width: 62.5%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.psection2z-2 {
  width: 50%;
  float: left;
}

.psection2z-3 {
  margin-top: 10%;
  width: 45%;
  float: left;
}
.psection2z-3 img {
  width: 100%;
}

.psection2z-4 {
  font-family: "UTM";
  color: white;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 55%;
}
.psection2z-5 {
  font-family: "Arial";
  color: white;
  font-size: 1.2rem;
}

.select_page {
  font-weight: 700;
  color: #212121;
}

.blue_line {
  width: 100%;
  height: 1px;
  background-color: #51adcd;
  position: fixed;
  margin-top: 3rem;
}

.shop_body {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
}

.shop_body_div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #ffffff;
}

.section5-1 {
  padding-top: 2%;
  width: 55%;
}

.section5-2 {
  font-size: 4.2rem;
  padding-left: 20%;
  font-weight: 700;
  font-family: "UTM";
  color: #292929;
}

.section5-4 {
  position: relative;
  margin-left: 35%;
  top: -3rem;
}

.section5-5 {
  position: relative;
  top: -4rem;
  font-size: 4rem;
  padding-left: 50%;
  font-weight: 700;
  font-family: "UTM";
  color: #292929;
}

.section5-6 {
  position: relative;
  top: -8rem;
  font-size: 2.3rem;
  padding-left: 50%;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #363636;
}

.section5-3 {
  font-size: 2.3rem;
  padding-left: 20%;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #363636;
}

.section6 {
  background-image: url("/static/img/pc/8.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section6-1 {
  font-size: 3.5rem;
  text-align: left;
  padding-top: 6rem;
  margin-left: 18%;
  font-weight: 700;
  font-family: "UTM";
  width: 80%;
  color: #ffffff;

  padding-bottom: 2rem;
}

.section6-2 {
  text-align: left;
  margin-left: 18%;
  font-weight: 300;
  font-family: "SEGOEUI";
  width: 80%;
  color: #ffffff;
  font-size: 2.1rem;
}

.section6-3 {
  margin-left: 35%;
  margin-right: auto;
  width: 43%;
  margin-top: 4rem;
}

.section7-1 {
  float: left;
  padding-top: 4%;
  width: 35%;
  height: auto;
  padding-bottom: 1rem;
}

.section7-2 {
  float: left;
  padding-top: 4%;
  width: 30%;
  height: auto;
  padding-bottom: 1rem;
}

.section7-3 {
  float: left;
  padding-top: 4%;
  width: 35%;
  height: auto;
  padding-bottom: 1rem;
}

.section7-4 {
  margin-top: 30%;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-family: "UTM";
  color: #292929;
  font-size: 2.6rem;
}

.section7-5 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  text-align: center;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #363636;
  font-size: 1.4rem;
}

.section8-1 {
  padding-top: 3%;
  padding-left: 18%;
  font-weight: 700;
  font-family: "UTM";
  color: #292929;
  font-size: 2.6rem;
}

.section8-2 {
  padding-top: 1%;
  padding-left: 18%;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #363636;
  font-size: 1.4rem;
}

.section8-3 {
  padding-top: 3%;
  padding-left: 18%;
}

.section8-4 {
  position: absolute;
  bottom: 0;
  right: 7%;
}

.section8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.section9-1 {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}

.section9-2 {
  width: 50%;
  height: 100%;
  float: left;
}

.section9-3 {
  padding-left: 10%;
  width: 60%;
  height: 100%;
}

.section9-4 {
  text-align: center;
  font-weight: 700;
  font-family: "UTM";
  color: #292929;
  font-size: 2.6rem;
  padding-top: 25%;
}

.section9-5 {
  padding-top: 10%;
  width: 100%;
}

.section9-6 {
  padding-top: 20%;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #363636;
  font-size: 1.4rem;

  position: absolute;
  bottom: 8%;
  right: 0;
}

.section10-1 {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 2.6rem;
  padding-top: 18%;
  font-weight: 700;
  font-family: "UTM";
}

.section10-2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #ffffff;
  font-size: 1.4rem;
}

.section10 {
  background-image: url("/static/img/pc/10.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section12 {
  background-image: none;
  background-color: #38acd5;
}

.section12-1 {
  padding-top: 4rem;
  font-size: 4rem;
  text-align: left;
  font-weight: 700;
  font-family: "UTM";
  color: #ffffff;
  margin-left: 18%;
}

.section12-2 {
  text-align: left;
  margin-left: 18%;
  font-weight: 300;
  font-family: "SEGOEUI";
  color: #ffffff;
  font-size: 2rem;
}

.section12-4 {
  padding-top: 4rem;
  text-align: center;
  font-weight: 400;
  font-family: "SEGOEUI";
  font-size: 2.4rem;
}

.section12-4 a {
  margin-left: 18%;
  margin-right: auto;
  display: block;
  color: white !important;
  width: 12rem;
  border: 3px solid white;
  border-radius: 40px;
}

.section12-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -14rem;
  left: 25rem;
  margin-top: 2rem;
  width: 43%;
}

.clear {
  clear: both;
}

.onePage {
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.phoneOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.footer {
  width: 100%;
  background-color: #1e1e1e;
  height: auto;
  bottom: 0;
}

.footer-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-1 {
  margin-top: 3.4rem;
  float: left;
}

.footer-3 {
  margin-top: 3.5rem;
  width: auto;
  float: left;
  margin-left: 7rem;
}

.footer-4 {
  float: left;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: GADUGI;
  font-weight: 400;
  margin-left: 2rem;
  margin-right: 2rem;
}

.footer-4 a {
  color: #ffffff !important;
}

.footer-5 {
  float: left;
  color: #ffffff;
}

.footer-6 {
  float: left;
  color: #ffffff;
  font-weight: 700;
  font-family: GADUGI;
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-left: 3rem;
}

.footer-6 img {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.line {
  background: #ffffff;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.footer-7 {
  color: #505050;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
}

.footer-7 a {
  text-decoration: none !important;
  color: #505050 !important;
}

/*正常的未被访问过的链接*/
.footer-7 a:link {
  text-decoration: none !important;
  color: #505050 !important;
}

/*已经访问过的链接*/
.footer-7 a:visited {
  text-decoration: none !important;
  color: #505050 !important;
}

/*鼠标划过(停留)的链接*/
.footer-7 a:hover {
  text-decoration: none !important;
  color: #505050 !important;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
.footer-7 a:active {
  text-decoration: none !important;
  color: #505050 !important;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
.footer-7 a:focus {
  text-decoration: none !important;
  color: #505050 !important;
}

@media (max-width: 1200px) {
  .phoneOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  #header {
    width: 100%;
    height: 4.5rem;
    top: 0px;
    position: fixed;
    display: block;
    z-index: 9;
    padding: 0;
  }

  .header-icon {
    float: left;
    margin-left: 2rem;
    width: 50%;
    height: 50%;
    margin-top: 1.25rem;
  }

  .header-icon img {
    height: 100%;
  }

  .header-product {
    padding-top: 0.7rem;
    float: right;
    font-size: 1.5rem;
    color: #ffffff;
    margin-right: 3rem;
  }

  .section1 {
    background-image: url("/static/img/mobile/1_bg.png");
    background-size: 100% 100%;
  }

  .section1-1 {
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    padding-top: 15%;
    font-weight: 700;
    font-family: "UTM";
    color: #ffffff;
    text-align: center;
  }

  .section1-2 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-family: "SEGOEUI";
  }

  .section1-3 {
    width: 85%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .section2-1 {
    font-size: 1.8rem;
    padding-top: 23%;
  }

  .section2-2 {
    font-size: 1.3rem;
  }

  .section2-3 {
    padding-top: 5rem;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .section2-4 {
    margin-top: 2rem;
  }

  .section11-1 {
    font-size: 1.5rem;
    padding-top: 10%;
    padding-left: 5%;
    text-align: left;
  }

  .section11-2 {
    font-size: 1.1rem;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  .section11-3 {
    left: auto;
    right: 0;
    padding-top: 5rem;
    width: 92%;
    margin-left: 8%;
  }

  .section3a-1 {
    font-size: 1.3rem;
    padding-top: 1rem;
    margin-top: 0;
  }

  .section3a-3 {
    width: 100%;
  }

  .section3a-2 {
    margin-top: 1rem;
  }

  .section3a-5 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .section3a-4 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 1rem;
  }

  .section3a-6 {
    height: 30px;
  }

  .section3a-7 {
    width: 45%;
    font-size: 0.6rem;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
  }

  .section3a-8 {
    font-size: 0.8rem;
    height: 30px;
    line-height: 30px;
  }

  .section3a-9 {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .section3a-10 {
    width: 100%;
    margin: 0;
  }

  .section3-3 {
    padding-top: 1%;
    width: 100%;
    height: 99%;
  }

  .section3-1 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    float: none;
    height: auto;
    overflow: auto;
  }

  .clear-height-parent {
    position: static;
  }

  .clear-height-sub {
    position: static;
  }

  .section3-2 {
    padding-top: 0;
    margin-top: 0;
    padding-left: 2%;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "UTM";
  }

  .section3-1-1 {
    padding-top: 1rem;
    margin-top: 8%;
    padding-bottom: 1rem;
  }

  .section3-4 {
    padding-left: 2%;
    padding-top: 0;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "SEGOEUI";
  }

  .section3-5 {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }

  .section3-6 {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
  }

  .section3-7 {
    padding-right: 0;
    text-align: left;
    padding-top: 3%;
    padding-left: 2%;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "UTM";
  }

  .section3-8 {
    padding-right: 0;
    text-align: left;
    padding-left: 2%;
    padding-top: 0;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "SEGOEUI";
  }

  .section4-1 {
    padding-top: 14%;
    padding-left: 3rem;
    width: auto;
    font-weight: 700;
    font-family: "UTM";
    color: #ffffff;
    font-size: 1.6rem;
  }

  .section4-2 {
    padding-left: 2rem;
    font-size: 1.2rem;
    color: #ffffff;
  }

  .section4-3 {
    position: static;
    height: auto;
    width: 90%;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
  }

  .section5-1 {
    padding-top: 20%;
    width: 90%;
  }

  .section5-1 img {
    width: 100%;
  }

  .section5-2 {
    font-size: 1.5rem;
    padding-left: 7%;
    font-weight: 700;
    font-family: "UTM";
    color: #292929;
  }

  .section5-3 {
    font-size: 1.1rem;
    padding-left: 7%;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #363636;
  }

  .section5-4 {
    position: static;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 90%;
  }

  .section5-4 img {
    width: 100%;
  }

  .section5-5 {
    position: static;
    top: 0;
    font-size: 1.5rem;
    padding-left: 15%;
    padding-top: 7%;
    font-weight: 700;
    font-family: "UTM";
    color: #292929;
  }

  .section5-6 {
    position: static;
    top: 0;
    font-size: 1.1rem;
    padding-left: 15%;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #363636;
  }

  .section6 {
    background-image: url("/static/img/mobile/8.png");
  }

  .section6-1 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding-top: 60%;
    font-weight: 700;
    font-family: "UTM";
    color: #ffffff;
    text-align: center;
    padding-bottom: 2rem;
    margin-left: 0;
  }

  .section6-2 {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-family: "SEGOEUI";
    margin-left: 0;
  }

  .section6-3 {
    width: 85%;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .section7-1 {
    float: left;
    padding-top: 5%;
    width: 70%;
    height: 35%;
  }

  .section7-2 {
    float: left;
    padding-top: 0;
    width: 100%;
    height: auto;
  }

  .section7-3 {
    float: right;
    padding-top: 5%;
    width: 70%;
    height: 35%;
  }

  .section7-4 {
    margin-top: 2%;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-family: "UTM";
    color: #292929;
    font-size: 2.1rem;
  }

  .section7-5 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    text-align: center;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #363636;
    font-size: 1.4rem;
  }

  .section8-1 {
    padding-top: 10%;
    padding-left: 7%;
    font-weight: 700;
    font-family: "UTM";
    color: #292929;
    font-size: 2.1rem;
  }

  .section8-2 {
    padding-top: 1%;
    padding-left: 7%;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #363636;
    font-size: 1rem;
  }

  .section8-3 {
    padding-top: 10%;
    padding-left: 7%;
    width: 70%;
  }

  .section8 {
    background-color: #ffffff;
    background-image: none;
  }

  .section9-1 {
    width: 0;
    height: 0;
    display: none;
  }

  .section9-2 {
    width: 100%;
    height: 50%;
  }

  .section9-3 {
    padding-left: 0%;
    width: 100%;
    height: 100%;
  }

  .section9-4 {
    padding-top: 5%;
    text-align: center;
    font-weight: 700;
    font-family: "UTM";
    font-weight: 700;
    font-family: "UTM";
    color: #292929;
    font-size: 2.1rem;
  }

  .section9-5 {
    padding-top: 5%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section9-8 {
    /*height: 100%;*/
    padding-top: 5%;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #363636;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    bottom: 4%;
  }

  .section9-7 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
  }

  .section8-4 {
    padding-top: 15%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .section10-1 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-family: "UTM";
    color: #ffffff;
    font-size: 2.1rem;
    padding-top: 20%;
  }

  .section10-2 {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    font-weight: 300;
    font-family: "SEGOEUI";
    color: #ffffff;
    font-size: 1.3rem;
  }

  .section10-4 {
    margin-top: 0;
  }

  .section10 {
    background-image: url("/static/img/background2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .section10-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25%;
  }

  .footer {
    width: 100%;
    background-color: #1e1e1e;
    height: auto;
    bottom: 0;
  }

  .footer-2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1 {
    margin-top: 1rem;
    clear: right;
  }

  .footer-3 {
    margin-top: 3rem;
    width: auto;
    float: left;
    margin-left: 10rem;
  }

  .footer-4 {
    float: left;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: GADUGI;
    font-weight: 400;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0rem;
  }

  .footer-4 a {
    color: #ffffff !important;
  }

  .footer-5 {
    float: left;
    color: #ffffff;
  }

  .footer-6 {
    float: left;
    color: #ffffff;
    font-weight: 700;
    font-family: GADUGI;
    margin-top: 0.5rem;
    font-size: 0.6rem;
  }

  .footer-6 img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }

  .line {
    background: #323232;
    width: 100%;
    height: 1px;
    margin-top: 0.5rem;
  }

  .footer-7 {
    color: #505050;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .footer {
    width: 100%;
  }

  .footer-2 {
    width: 100%;
  }

  .footer-3 {
    padding-right: 1rem;
    padding-left: 2rem;
    margin-top: 0.5rem;
    width: 34%;
    margin-left: 0.2rem;
    border-right: 1px solid #323232;
  }

  .footer-4 {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-5 {
    display: none;
  }

  .footer-1 {
    margin-right: 0;
  }

  .footer-6 {
    width: auto;
    margin-left: 1rem;
    font-size: 0.9rem;
  }

  .footer-6 img {
    width: 10%;
    height: auto;
    margin-right: 3%;
  }

  .footer-1 {
    width: 26%;
    margin-left: 1rem;
  }
}
