.App {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.App .LogoContainer {
  width: 40%;
  z-index: 1000;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 108px;
}
.App .LogoContainer a {
  /*display: block;*/
}
.App .LogoContainer svg {
  height: 55px;
  width: auto;
}
.App .LogoContainer svg:hover circle {
  fill: #E2B76D !important;
}
.App .ContentContainer {
  width: 60%;
  height: calc(100% - 168px);
  overflow: hidden;
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 10;
}
.App .Content {
  width: calc(100% + 20px);
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  scroll-behavior: smooth;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1000ms ease-in;
}
.App.cn .Content {
  letter-spacing: 0.1em;
}
.App .Content.Transparent {
  opacity: 0;
}
.App .Content.MarginTop150 {
  margin-top: 150px;
  /*background-color: white;*/
  box-sizing: border-box;
  height: calc(100% - 150px);
}
.App .Content.PaddingTop85 > div {
  padding-bottom: 150px;
}
.App .Ball {
  background-color: #E2B76D;
  transform-origin: center center;
  pointer-events: none;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 10000;
  transition: opacity 400ms cubic-bezier(1, 0, 0, 1), width 400ms cubic-bezier(1, 0, 0, 1), height 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-font-smoothing: antialiased;
  opacity: 1.0;
}
.App .Ball.Big {
  width: 40px;
  height: 40px;
  opacity: 0.9;
}
.App .Content-Wrapper {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.App .Content-Wrapper > div {
  position: relative;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.Section {
  width: 62.5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.Section-Nav {
  text-transform: uppercase;
  width: 30%;
  padding-right: 15px;
  font-size: 17px;
  line-height: 35px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.Section-Content {
  width: 70%;
  padding-left: 15px;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 130px;
}
.Section-Content-Fullwidth.Section-Content {
  width: 100%;
  padding-left: 0;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 130px;
}
.Section-Content h1:first-child {
  padding-top: 0px;
}
.Section-Content h1 {
  text-transform: uppercase;
  padding-top: 85px;
  padding-bottom: 15px;
  font-size: 17px;
  /*font-weight: bold;*/
  font-family: PingFangSC-Bold, sans-serif;
}
.Section-Content img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.Section-Content p * {
  vertical-align: middle;
}
.Section-Content p {
  margin: 0;
  padding-bottom: 30px;
  line-height: 35px;
  vertical-align: middle;
}
.Section-Content p .BerlingLtStdBold {
  font-size: 25px;
}
.Divider {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.Page-Content-1 {
  width: 62.5%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 54px;
  font-family: PingFangSC-Thin, sans-serif;
}
.Page-Title {
  text-transform: uppercase;
  width: 62.5%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 50px;
  font-family: PingFangSC-Thin, sans-serif;
}
.Page-Content-2 {
  width: 62.5%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 40px;
  font-family: PingFangSC-Thin, sans-serif;
}
.Page-Content-2 a {
  display: inline-block;
  vertical-align: middle;
}
.Page-Content-2 a img {
  display: inline-block;
  vertical-align: middle;
}
.BottomLine {
  border-bottom: #e6e6e6 solid 1px;
}
.PaddingBottom130 {
  padding-bottom: 130px;
}
.Content .PaddingBottom150 {
  padding-bottom: 150px;
}
.PaddingTop85 {
  padding-top: 85px;
}
.PaddingTop90 {
  padding-top: 90px;
}
.ContactCard {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 28px;
  padding-right: 120px;
  position: relative;
}
.ContactCard img {
  width: 100px !important;
  height: auto !important;
  position: absolute;
  right: 0;
  top: 10px;
}
.SnapStart {
  /*scroll-snap-align: start;*/
}
.SnapEnd {
  /*scroll-snap-align: end;*/
}
.SnapCenter {
  /*scroll-snap-align: center;*/
}
.Content h2 {
  padding: 50px 0 60px 0;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.Content h2 span.BerlingLtStdBold {
  line-height: 38px;
  font-size: 30px;
}
.Content h2 span {
  line-height: 38px;
  vertical-align: middle;
}
.Content p {
  margin: 0;
  /*text-align: center;*/
  text-align: left;
  /*font-size: 23px;*/
  font-size: 21px;
  /*line-height: 46px;*/
  line-height: 40px;
  padding-bottom: 33px;
  color: #fff
}
.Content p.Bot100 {
  padding-bottom: 64px;
}
.Content p span {
  vertical-align: middle;
}
.Content p .BerlingLtStdBold {
  vertical-align: middle;
  line-height: 46px;
  font-size: 25px;
}
.Content .UpperCase {
  text-transform: uppercase;
}
.Content p.Slogan {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 46px;
  padding: 60px 0 40px 0;
  margin: 0;
  text-align: center;
}
.Content p.Slogan .BerlingLtStdBold {
  font-size: 30px;
}
.Content .CoverImage {
  background-color: #e6e6e6;
  width: calc(100% - 50px);
  padding-bottom: 50px;
}
.Content .TextContainer {
  padding: 0 75px;
  box-sizing: border-box;
  width: calc(100% - 50px);
}
.Content .TextContainer h2 {
  margin: 0 -75px;
}
.Content .PicContainer {
  width: calc(100% - 50px);
  margin-top: 50px;
}
@media only screen and (max-width: 1480px) {
  .App .LogoContainer {
    width: 35%;
  }
  .Content h2 {
    font-size: 24px;
    padding: 30px 0 40px 0;
  }
  .App .ContentContainer {
    width: 65%;
    height: calc(100% - 113px);
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
  }
  .App .LogoContainer svg {
    width: calc(100% - 30px);
    height: auto;
  }
  .App .LogoContainer {
    padding-left: 10px;
    bottom: 140px;
  }
  .App .Content {
    width: calc(100% + 40px);
  }
  .Content p.Slogan {
    font-size: 20px;
    line-height: 40px;
  }
  .Content p.Bot100 {
    padding-bottom: 64px;
  }
  .Content p.Slogan .BerlingLtStdBold {
    font-size: 18px;
    line-height: 36px;
  }
  .Content p {
    font-size: 18px;
    line-height: 36px;
  }
  .Content p .BerlingLtStdBold {
    font-size: 18px;
    line-height: 36px;
  }
  .Content h2 span.BerlingLtStdBold {
    font-size: 24px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .Content .TextContainer {
    padding: 0 0;
	width:100%;
  }
  .Content .PicContainer {
    width:100%;
	box-sizing: border-box;
	margin-top: 0px!important;
}
  .Content .TextContainer h2 {
    margin: 0;
  }
  .Content .CoverImage {
    width: 100%;
  }
  .App .Content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .App .LogoContainer {
    display: none;
  }
  .App .ContentContainer {
    width: 100%;
    height: calc(100% - 118px);
    /*height: 100%;*/
    overflow: hidden;
    position: absolute;
    top: 118px;
    right: 0;
    z-index: 10;
    overflow-y: auto;
  }
  .Content p.Slogan {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 27px;
    padding: 40px 0;
    margin: 0;
    text-align: center;
  }
  .Content p.Slogan .BerlingLtStdBold {
    font-size: 23px;
  }
  .Content p.Bot100 {
    padding-bottom: 64px;
  }
  .Content h2 {
    font-size: 21px;
    line-height: 27px;
    padding: 0 0 40px 0;
  }
  .Content h2 span.BerlingLtStdBold {
    display: inline-block;
    width: 100%;
    font-size: 23px;
  }
  .Content p {
    font-size: 16px;
    line-height: 32px;
  }
  .Content p.BerlingLtStdBold {
    font-size: 19px;
  }
}