@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url(/binary/font/Century-Gothic.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Century Gothic";
  src: url(/binary/font/Century-Gothic-Bold.ttf);
  font-weight: 700;
}
.hidden {
  display: none !important;
}

.lineBreakForDesktop {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .lineBreakForDesktop {
    display: none;
  }
}

.lineBreakToTablet {
  display: inline;
}
@media screen and (max-width: 767px) {
  .lineBreakToTablet {
    display: none;
  }
}

.lineBreakFromTablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lineBreakFromTablet {
    display: inline;
  }
}

.lineBreakForMobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineBreakForMobile {
    display: inline;
  }
}

html, body, h1, h2, h3, h4, h5, h6, p, img, button, input, textarea, ul, ol {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font: inherit;
}

html {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #383B43;
  font-weight: 300;
}
html.langEn {
  font-family: "SF Pro Text", Helvetica, Arial, sans-serif;
}

body {
  min-width: 375px;
}

* {
  box-sizing: inherit;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

.content {
  position: relative;
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .content {
    width: 704px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    width: 343px;
  }
}

noscript {
  display: block;
  padding: 40px 0;
  background: #DBCAA9;
  text-align: center;
  font-size: 16px;
}
noscript strong {
  color: #EE202E;
}
@media screen and (max-width: 767px) {
  noscript {
    padding: 35px 0;
    margin-top: 60px;
    font-size: 14px;
  }
}

form input, form textarea {
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #6D707B;
  border-radius: 0;
  margin: 0;
  outline: none;
  background: transparent;
  color: #6D707B;
  font-size: 16px;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus {
  border-color: #EE202E;
}
@media screen and (max-width: 767px) {
  form input, form textarea {
    font-size: 14px;
  }
}
form input[type=radio] {
  -webkit-appearance: radio;
}
form input[type=submit].sending {
  background: #6D707B !important;
  cursor: not-allowed !important;
}
form textarea {
  overflow: auto;
  resize: none;
}
form ::-webkit-input-placeholder {
  color: #B3B3B3;
}
form ::-moz-placeholder {
  color: #B3B3B3;
}
form :-moz-placeholder {
  color: #B3B3B3;
}
form :-ms-input-placeholder {
  color: #B3B3B3 !important;
}

header {
  padding-top: 18px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  header {
    display: none !important;
  }
}
header .logo {
  width: 150px;
}
header .logo.art {
  width: 105px;
}

.langSwitch {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 28px;
  right: 16px;
  z-index: 100;
  color: #383B43;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .langSwitch.tillTablet {
    display: none !important;
  }
}
html.langEn .langSwitch {
  font-family: "PingFang SC", "苹方", "Hiragino Sans GB", "冬青黑体", "Heiti SC", "黑体-简", STHeiti, "华文黑体", "Microsoft YaHei", "微软雅黑", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

#menuButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 100;
  height: 60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  #menuButtons {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    width: 100%;
    padding-left: 15px;
    background: #F8F8F9;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #menuButtons.white {
    background: transparent;
    color: white;
  }
  #menuButtons.white .buttonWrapper .button#openNav {
    background: transparent;
  }
  #menuButtons.white .buttonWrapper .button#openNav .circle {
    border-color: white;
  }
  #menuButtons.white .buttonWrapper .button.dial {
    background: transparent;
  }
}
#menuButtons .logo {
  display: none;
  height: 34px;
}
@media screen and (max-width: 767px) {
  #menuButtons .logo {
    display: block;
  }
}
#menuButtons .buttonWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}
#menuButtons .buttonWrapper .button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
#menuButtons .buttonWrapper .button:hover {
  height: 60px;
}
#menuButtons .buttonWrapper .button#openContact {
  width: 120px;
  padding-left: 3px;
  background: #DBCAA9;
}
@media screen and (max-width: 767px) {
  #menuButtons .buttonWrapper .button#openContact {
    display: none !important;
  }
}
#menuButtons .buttonWrapper .button#openNav {
  width: 90px;
  background: #F8F8F9;
}
#menuButtons .buttonWrapper .button#openNav .circle {
  height: 16px;
  width: 16px;
  border: 1px solid #383B43;
  border-radius: 50%;
  margin-left: 6px;
}
#menuButtons .buttonWrapper .button.dial {
  display: none;
}
html.langEn #menuButtons .buttonWrapper .button {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #menuButtons .buttonWrapper .button {
    height: 100%;
    font-size: 14px;
  }
  #menuButtons .buttonWrapper .button:hover {
    height: 100%;
  }
  #menuButtons .buttonWrapper .button#openNav {
    width: 96px;
  }
  #menuButtons .buttonWrapper .button#openNav .circle {
    height: 15px;
    width: 15px;
  }
  #menuButtons .buttonWrapper .button.dial {
    display: -webkit-flex;
    display: flex;
    width: 60px;
    background: #DBCAA9;
  }
  #menuButtons .buttonWrapper .button.dial .icon {
    width: 19px;
  }
}

#navMenu .phone, #contactMenu .phone, footer .phone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 31px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone, #contactMenu .phone, footer .phone {
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone, #contactMenu .phone, footer .phone {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
}
#navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 4px;
}
html.langEn #navMenu .phone .text, html.langEn #contactMenu .phone .text, html.langEn footer .phone .text {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
    line-height: 1.5;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone .text, #contactMenu .phone .text, footer .phone .text {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
    letter-spacing: 2px;
  }
}
#navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 610px;
  line-height: 31px;
  margin-left: 20px;
  font-size: 21px;
  letter-spacing: 1px;
}
#navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
  font-size: 38px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
    width: 470px;
    line-height: 28px;
    font-size: 18px;
  }
  #navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone .number, #contactMenu .phone .number, footer .phone .number {
    width: auto;
    line-height: 22px;
    margin-left: 0;
    font-size: 14px;
  }
  #navMenu .phone .number strong, #contactMenu .phone .number strong, footer .phone .number strong {
    font-size: 26px;
  }
}
#navMenu .form, #contactMenu .form, footer .form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #navMenu .form, #contactMenu .form, footer .form {
    display: block;
  }
}
#navMenu .form .text, #contactMenu .form .text, footer .form .text {
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 3px;
}
html.langEn #navMenu .form .text, html.langEn #contactMenu .form .text, html.langEn footer .form .text {
  letter-spacing: 0;
}
#navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
  color: #6D707B;
  font-size: 16px;
  letter-spacing: 5px;
}
html.langEn #navMenu .form .text .sub, html.langEn #contactMenu .form .text .sub, html.langEn footer .form .text .sub {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .form .text, #contactMenu .form .text, footer .form .text {
    letter-spacing: 1px;
  }
  #navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .form .text, #contactMenu .form .text, footer .form .text {
    line-height: 1.4;
    margin-bottom: 28px;
    text-align: center;
    font-size: 18px;
  }
  #navMenu .form .text .sub, #contactMenu .form .text .sub, footer .form .text .sub {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
#navMenu .form form, #contactMenu .form form, footer .form form {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #navMenu .form form, #contactMenu .form form, footer .form form {
    margin-left: 0;
  }
}
#navMenu .form form input, #contactMenu .form form input, footer .form form input {
  vertical-align: bottom;
  height: 40px;
  font-size: 16px;
}
#navMenu .form form input:not(:focus), #contactMenu .form form input:not(:focus), footer .form form input:not(:focus) {
  border-color: #B3B3B3;
}
#navMenu .form form input[name=name], #contactMenu .form form input[name=name], footer .form form input[name=name] {
  width: 186px;
  margin-bottom: 32px;
  margin-right: 20px;
}
#navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
  width: 404px;
  margin-bottom: 32px;
}
#navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
  width: 490px;
  margin-right: 20px;
}
#navMenu .form form input[type=submit], #contactMenu .form form input[type=submit], footer .form form input[type=submit] {
  width: 100px;
  height: 32px;
  border: 0;
  background: #6D707B;
  color: white;
  cursor: pointer;
}
#navMenu .form form input[type=submit]:hover, #contactMenu .form form input[type=submit]:hover, footer .form form input[type=submit]:hover {
  background: #EE202E;
}
@media screen and (max-width: 1023px) {
  #navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
    width: 264px;
  }
  #navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .form form input, #contactMenu .form form input, footer .form form input {
    height: 30px;
    font-size: 14px;
  }
  #navMenu .form form input[name=name], #contactMenu .form form input[name=name], footer .form form input[name=name] {
    width: 128px;
    margin-bottom: 20px;
  }
  #navMenu .form form input[name=contact], #contactMenu .form form input[name=contact], footer .form form input[name=contact] {
    width: 195px;
    margin-bottom: 20px;
  }
  #navMenu .form form input[name=message], #contactMenu .form form input[name=message], footer .form form input[name=message] {
    width: 243px;
    margin-right: 20px;
  }
  #navMenu .form form input[type=submit], #contactMenu .form form input[type=submit], footer .form form input[type=submit] {
    width: 80px;
    height: 30px;
  }
}

#navMenu, #contactMenu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 300;
  height: 100%;
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
  -webkit-transition: left 0.8s ease 0s;
  -moz-transition: left 0.8s ease 0s;
  -o-transition: left 0.8s ease 0s;
  transition: left 0.8s ease 0s;
}
#navMenu.show, #contactMenu.show {
  left: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu, #contactMenu {
    padding-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu, #contactMenu {
    padding-left: 0;
  }
}
#navMenu .content, #contactMenu .content {
  height: 100%;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #navMenu .content, #contactMenu .content {
    width: 343px;
    padding-top: 21px;
  }
}
#navMenu .logo.toTablet, #contactMenu .logo.toTablet {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #navMenu .logo.toTablet, #contactMenu .logo.toTablet {
    display: none !important;
  }
}
#navMenu .logo.mobile, #contactMenu .logo.mobile {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 34px;
  margin-left: -17px;
}
@media screen and (max-width: 767px) {
  #navMenu .logo.mobile, #contactMenu .logo.mobile {
    display: block;
  }
}
#navMenu .closeButton, #contactMenu .closeButton {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  margin-top: -9px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #navMenu .closeButton, #contactMenu .closeButton {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 72px;
  }
}
#navMenu .ring, #contactMenu .ring {
  position: absolute;
  z-index: -1;
}
#navMenu .ring.left, #contactMenu .ring.left {
  bottom: -90px;
  left: 0;
  height: 1846px;
  width: 86.38%;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #C9E0E4;
  border-radius: 0 923px 923px 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .ring.left, #contactMenu .ring.left {
    bottom: -3px;
    height: 780px;
    width: 102%;
    border-radius: 0 0 780px 0;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .ring.left, #contactMenu .ring.left {
    bottom: -2px;
    height: 382px;
    width: 101%;
    border-radius: 0 0 382px 0;
  }
}
#navMenu .ring.right, #contactMenu .ring.right {
  bottom: -285px;
  right: -52px;
  height: 724px;
  width: 362px;
  border-width: 36px 0 0 36px;
  border-style: solid;
  border-color: #EE202E;
  border-radius: 362px 0 0 362px;
}
@media screen and (max-width: 1023px) {
  #navMenu .ring.right, #contactMenu .ring.right {
    height: 210px;
    width: 210px;
    bottom: 0;
    right: -4px;
    border-width: 20px 0 0 20px;
    border-radius: 210px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .ring.right, #contactMenu .ring.right {
    height: 104px;
    width: 104px;
    right: 0;
    border-width: 13px 0 0 13px;
    border-radius: 104px 0 0 0;
  }
}

#navMenu {
  background: #F8F8F9;
}
#navMenu .logo {
  margin-bottom: 62px;
}
#navMenu .langSwitch {
  display: none;
  position: absolute;
  top: 19px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #navMenu .langSwitch {
    display: block;
  }
}
#navMenu .links {
  padding-left: 100px;
  margin-bottom: 46px;
  font-size: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .links {
    padding-left: 74px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .links {
    padding-left: 0;
    margin-bottom: 37px;
  }
}
#navMenu .links .wrapper {
  display: inline-block;
  vertical-align: top;
}
#navMenu .links .wrapper.left {
  width: 270px;
}
@media screen and (max-width: 767px) {
  #navMenu .links .wrapper.left {
    width: 185px;
  }
}
#navMenu .links .wrapper a {
  display: inline-block;
  margin-bottom: 18px;
  color: #383B43;
  font-size: 26px;
}
#navMenu .links .wrapper a:hover {
  color: #EE202E !important;
}
#navMenu .links .wrapper a.gold {
  color: #C4AC78;
}
@media screen and (max-width: 767px) {
  #navMenu .links .wrapper a {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
#navMenu .phone {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  border-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #navMenu .phone {
    padding-left: 74px;
  }
}
@media screen and (max-width: 767px) {
  #navMenu .phone {
    padding-left: 0;
    text-align: left;
  }
}
#navMenu .phone .text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 270px;
}
#navMenu .phone .number {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  margin-left: 0;
}

#contactMenu {
  background: #DBCAA9;
}
@media screen and (max-width: 767px) {
  #contactMenu {
    display: none !important;
  }
}
#contactMenu .logo {
  margin-bottom: 50px;
}
#contactMenu .contact {
  width: 924px;
  padding-left: 100px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact {
    width: 594px;
    padding-left: 74px;
  }
}
#contactMenu .contact .phone {
  border-color: #999;
}
#contactMenu .contact .phone .number {
  width: 520px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .phone .number {
    width: auto;
  }
}
#contactMenu .contact .form {
  margin-bottom: 97px;
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form {
    display: block;
    margin-bottom: 91px;
  }
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form .text {
    margin-bottom: 21px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #contactMenu .contact .form form {
    margin-left: 0;
  }
}
#contactMenu .contact .form form input {
  color: #383B43;
}
#contactMenu .contact .form form input[name=contact] {
  width: 314px;
}
#contactMenu .contact .form form input[name=message] {
  width: 400px;
}
#contactMenu .contact .form form input[type=submit] {
  color: #FFF;
}
#contactMenu .contact .form form ::-webkit-input-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form ::-moz-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form :-moz-placeholder {
  color: #6D707B;
}
#contactMenu .contact .form form :-ms-input-placeholder {
  color: #6D707B !important;
}
#contactMenu .contact .location .name {
  margin-top: 32px;
  font-size: 23px;
}
#contactMenu .contact .location .address {
  font-size: 14px;
}

footer {
  font-size: 0;
}
footer .contact {
  padding-top: 44px;
  padding-bottom: 52px;
  background: #E6EFF1;
}
@media screen and (max-width: 1023px) {
  footer .contact {
    padding-top: 47px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  footer .contact {
    padding-top: 28px;
    padding-bottom: 43px;
  }
}
footer .siteMap {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #E4E5E6;
}
@media screen and (max-width: 767px) {
  footer .siteMap {
    padding-top: 28px;
    padding-bottom: 23px;
  }
}
footer .siteMap .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .siteMap .content {
    display: block;
    height: auto;
    text-align: center;
  }
}
footer .siteMap .content .logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .logo {
    margin-bottom: 24px;
  }
}
footer .siteMap .content .links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 610px;
}
@media screen and (max-width: 1023px) {
  footer .siteMap .content .links {
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .links {
    width: 100%;
  }
}
html.langEn footer .siteMap .content .links {
  width: 700px;
}
@media screen and (max-width: 1023px) {
  html.langEn footer .siteMap .content .links {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  html.langEn footer .siteMap .content .links {
    width: 100%;
  }
}
footer .siteMap .content .links .item {
  width: 20%;
  line-height: 2em;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  footer .siteMap .content .links .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .siteMap .content .links .item {
    width: 25%;
    font-size: 12px;
  }
}
html.langEn footer .siteMap .content .links .item {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  html.langEn footer .siteMap .content .links .item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html.langEn footer .siteMap .content .links .item {
    font-size: 10px;
  }
}
footer .siteMap .content .links .item a {
  color: #6D707B;
}
footer .siteMap .content .links .item a:hover {
  color: #EE202E !important;
}
footer .siteMap .content .links .item.gold a {
  color: #C4AC78;
}
footer .bottom {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  footer .bottom {
    padding-top: 18px;
    padding-bottom: 12px;
    text-align: center;
  }
}
footer .bottom .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}
footer .bottom .content .info, footer .bottom .content .info a {
  color: #6D707B;
  font-size: 12px;
  font-weight: 200;
}
@media screen and (max-width: 1023px) {
  footer .bottom .content .info, footer .bottom .content .info a {
    font-size: 10px;
  }
}
footer .bottom .content .icons {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons {
    margin-bottom: 10px;
  }
}
footer .bottom .content .icons .icon {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 21px;
  margin-left: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .bottom .content .icons .icon.wechat {
  margin-left: 0;
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat.png");
}
footer .bottom .content .icons .icon.weibo {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/weibo.png");
}
footer .bottom .content .icons .icon.email {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/email.png");
}
footer .bottom .content .icons .icon:hover.wechat {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/wechat-red.png");
}
footer .bottom .content .icons .icon:hover.weibo {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/weibo-red.png");
}
footer .bottom .content .icons .icon:hover.email {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/email-red.png");
}
footer .bottom .content .icons .icon.showCode .codeWrapper {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons .icon {
    height: 15px;
    width: 18px;
    margin-left: 21px;
  }
}
footer .bottom .content .icons .icon .codeWrapper {
  display: none;
  position: absolute;
  bottom: 22px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  footer .bottom .content .icons .icon .codeWrapper {
    bottom: 18px;
    right: 10px;
  }
}
footer .bottom .content .icons .icon .codeWrapper .code {
  width: 90px;
}
footer .bottom .content .icons .icon .codeWrapper .triangle {
  height: 0;
  width: 0;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
  margin-left: auto;
}

#windowsMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.4);
}
#windowsMask.show {
  display: block;
}

#alert {
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#alert.show {
  display: -webkit-flex;
  display: flex;
}
#alert .window {
  position: relative;
  width: 480px;
  padding: 57px 48px 48px 48px;
  border-radius: 2px;
  background: white;
}
@media screen and (max-width: 767px) {
  #alert .window {
    width: 343px;
    padding: 40px 32px 32px 32px;
  }
}
#alert .window #alertMsg {
  margin-bottom: 38px;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #alert .window #alertMsg {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
#alert .window #closeAlert {
  height: 40px;
  width: 120px;
  line-height: 40px;
  margin: auto;
  background: #EE202E;
  color: white;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#alert .window #closeAlert:hover {
  background: #C4AC78;
}
@media screen and (max-width: 767px) {
  #alert .window #closeAlert {
    height: 30px;
    width: 90px;
    line-height: 30px;
    font-size: 12px;
  }
}

header, noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header {
  z-index: 10;
}

noscript {
  z-index: 1000;
}

#sectionIndicator {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -126px;
}
@media screen and (max-width: 767px) {
  #sectionIndicator {
    margin-top: -91px;
  }
}
#sectionIndicator .item {
  position: relative;
  width: 32px;
  height: 36px;
  padding-top: 17px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sectionIndicator .item {
    width: 21px;
    height: 26px;
    padding-top: 12px;
  }
}
#sectionIndicator .item.current {
  cursor: default;
}
#sectionIndicator .item.current .line {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#sectionIndicator .item.current .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sectionIndicator .item .line {
  width: 8px;
  height: 2px;
  margin-left: auto;
  background-color: #EE202E;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  #sectionIndicator .item .line {
    width: 6px;
  }
}
#sectionIndicator .item .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#sectionIndicator .item .circle.outer {
  top: 6px;
  right: -8px;
  width: 24px;
  height: 24px;
  border: 1px solid #EE202E;
}
@media screen and (max-width: 767px) {
  #sectionIndicator .item .circle.outer {
    top: 5px;
    right: -5px;
    width: 16px;
    height: 16px;
  }
}
#sectionIndicator .item .circle.inner {
  top: 14px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #EE202E;
}
@media screen and (max-width: 767px) {
  #sectionIndicator .item .circle.inner {
    top: 10px;
    right: 0;
    width: 6px;
    height: 6px;
  }
}

#nextSectionButton {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  width: 36px;
  margin-left: -18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #nextSectionButton {
    bottom: 30px;
    width: 22px;
    margin-left: -11px;
  }
}

#aboutVideoWindow {
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#aboutVideoWindow.show {
  display: -webkit-flex;
  display: flex;
}
#aboutVideoWindow #aboutVideo {
  width: 960px;
  height: 540px;
  cursor: auto;
}
@media screen and (max-width: 1023px) {
  #aboutVideoWindow #aboutVideo {
    width: 100%;
    height: 56.25vw;
  }
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section#welcome .contentLayer.show, section.about .contentLayer.show {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section .svgLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
section .svgLayer .animationRing {
  r: 228px;
  stroke-width: 20px;
  stroke-dasharray: 1432.57px;
  stroke-dashoffset: 1432.57px;
  -webkit-transform: rotate(90deg) rotateY(180deg);
  -moz-transform: rotate(90deg) rotateY(180deg);
  -ms-transform: rotate(90deg) rotateY(180deg);
  -o-transform: rotate(90deg) rotateY(180deg);
  transform: rotate(90deg) rotateY(180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1023px) {
  section .svgLayer .animationRing {
    r: 215px;
    stroke-dasharray: 1350.88px;
    stroke-dashoffset: 1350.88px;
  }
}
@media screen and (max-width: 767px) {
  section .svgLayer .animationRing {
    r: 106px;
    stroke-width: 12px;
    stroke-dasharray: 666.02px;
    stroke-dashoffset: 666.02px;
  }
}
section .svgLayer .animationRing:not(.animate) {
  -webkit-transition: stroke-dashoffset 0s ease 0.7s;
  -moz-transition: stroke-dashoffset 0s ease 0.7s;
  -ms-transition: stroke-dashoffset 0s ease 0.7s;
  -o-transition: stroke-dashoffset 0s ease 0.7s;
  transition: stroke-dashoffset 0s ease 0.7s;
}
section .svgLayer .animationRing.animate {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  -moz-transition: stroke-dashoffset 0.5s ease 0s;
  -ms-transition: stroke-dashoffset 0.5s ease 0s;
  -o-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}
section .contentLayer {
  display: -webkit-flex;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
section .contentLayer:not(.show) {
  -webkit-transition: all 0s ease 0.7s;
  -moz-transition: all 0s ease 0.7s;
  -ms-transition: all 0s ease 0.7s;
  -o-transition: all 0s ease 0.7s;
  transition: all 0s ease 0.7s;
}
section .contentLayer.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
section .contentLayer .headingWrapper {
  position: absolute;
  top: 50%;
  left: calc(50% - 960px / 2);
  z-index: 10;
  width: 300px;
  margin-top: -172px;
}
@media screen and (max-width: 1023px) {
  section .contentLayer .headingWrapper {
    left: calc(50% - 704px / 2);
    margin-top: -320px;
  }
}
@media screen and (max-width: 767px) {
  section .contentLayer .headingWrapper {
    left: calc(50% - 303px / 2);
    margin-top: -220px;
  }
}
section .contentLayer .headingWrapper h2.short {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
  color: #DBCAA9;
  font-size: 32px;
  letter-spacing: 3px;
}
section .contentLayer .headingWrapper h2.full {
  font-size: 36px;
  margin-bottom: 12px;
  color: #EE202E;
}
@media screen and (max-width: 1023px) {
  section .contentLayer .headingWrapper h2.short {
    margin-bottom: 10px;
    font-size: 28px;
  }
  section .contentLayer .headingWrapper h2.full {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section .contentLayer .headingWrapper h2.short {
    margin-bottom: 4px;
    font-size: 21px;
    letter-spacing: 2px;
  }
  section .contentLayer .headingWrapper h2.full {
    font-size: 24px;
  }
}
section .contentLayer .viewMore {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #6D707B;
  color: #6D707B;
  font-size: 16px;
}
section .contentLayer .viewMore:hover {
  border-color: #EE202E;
  color: #EE202E;
}
@media screen and (max-width: 1023px) {
  section .contentLayer .viewMore {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section .contentLayer .viewMore {
    padding-bottom: 3px;
    font-size: 12px;
  }
}

section#welcome #maskWelcome .outer {
  r: 238px;
}
section#welcome #maskWelcome .inner {
  r: 206px;
}
@media screen and (max-width: 767px) {
  section#welcome #maskWelcome .outer {
    r: 140px;
  }
  section#welcome #maskWelcome .inner {
    r: 120px;
  }
}
section#welcome #progressRing {
  r: 222px;
  stroke: #DBCAA9;
  stroke-width: 32px;
  stroke-dasharray: 1394.87px;
  stroke-dashoffset: 1394.87px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
section#welcome #progressRing:not(.noAnimation) {
  -webkit-transition: stroke-dashoffset 4s ease 0s;
  -moz-transition: stroke-dashoffset 4s ease 0s;
  -ms-transition: stroke-dashoffset 4s ease 0s;
  -o-transition: stroke-dashoffset 4s ease 0s;
  transition: stroke-dashoffset 4s ease 0s;
}
section#welcome #progressRing.full {
  stroke-dashoffset: 0;
}
section#welcome #progressRing.reversed {
  -webkit-transform: rotate(90deg) rotateY(180deg);
  -moz-transform: rotate(90deg) rotateY(180deg);
  -ms-transform: rotate(90deg) rotateY(180deg);
  -o-transform: rotate(90deg) rotateY(180deg);
  transform: rotate(90deg) rotateY(180deg);
}
@media screen and (max-width: 767px) {
  section#welcome #progressRing {
    r: 130px;
    stroke-width: 20px;
    stroke-dasharray: 816.81px;
    stroke-dashoffset: 816.81px;
  }
}
section#welcome .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -54px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 0;
  -webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
}
section#welcome .title.current {
  visibility: visible;
  opacity: 1;
}
section#welcome .title a {
  color: #EE202E;
}
section#welcome .title .en {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  display: inline-block;
  line-height: 54px;
  margin-bottom: 22px;
  font-size: 43px;
  font-weight: 700;
}
section#welcome .title .zh {
  padding-left: 3px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (max-width: 1023px) {
  section#welcome .title {
    margin-top: -50px;
  }
  section#welcome .title .en {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  section#welcome .title {
    margin-top: -33px;
  }
  section#welcome .title .en {
    line-height: 33px;
    font-size: 26px;
    margin-bottom: 13px;
  }
  section#welcome .title .zh {
    font-size: 16px;
  }
}
section#welcome .bgLayer, section#welcome .bgLayer .bgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
section#welcome .bgLayer .bgWrapper {
  visibility: hidden;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
}
section#welcome .bgLayer .bgWrapper.current {
  visibility: visible;
  opacity: 1;
}
section#welcome .bgLayer .bgWrapper:nth-of-type(1) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/clinic/xintai/1.jpg");
}
section#welcome .bgLayer .bgWrapper:nth-of-type(2) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/welcome-1.jpg");
}
section#welcome .bgLayer .bgWrapper:nth-of-type(3) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/welcome-2.jpeg?v2");
}
section#welcome .bgLayer .bgWrapper:nth-of-type(4) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/membership-2.jpg?v2");
}
section#welcome .bgLayer .bgWrapper:nth-of-type(5) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/network-banner.jpg?v3");
}

section.about {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/clinic/xintai/2.jpg");
}
section.about #maskAbout circle {
  r: 238px;
}
@media screen and (max-width: 1023px) {
  section.about #maskAbout circle {
    r: 225px;
  }
}
@media screen and (max-width: 767px) {
  section.about #maskAbout circle {
    r: 120px;
  }
}
section.about h2 {
  font-family: "Century Gothic", "SF Pro Text", Helvetica, Arial, sans-serif;
  padding-left: 14px;
  margin-bottom: 54px;
  color: #EE202E;
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 14px;
}
@media screen and (max-width: 1023px) {
  section.about h2 {
    padding-left: 8px;
    margin-bottom: 58px;
    font-size: 36px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 767px) {
  section.about h2 {
    width: 303px;
    padding-left: 3px;
    margin-bottom: 24px;
    font-size: 24px;
    letter-spacing: 3px;
  }
}
section.about #showAboutVideo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
  margin-bottom: 62px;
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/play.png");
  cursor: pointer;
}
section.about #showAboutVideo:hover {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/icon/play-white.png");
}
@media screen and (max-width: 1023px) {
  section.about #showAboutVideo {
    width: 65px;
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  section.about #showAboutVideo {
    width: 50px;
    margin-bottom: 32px;
  }
}
section.about .viewMore {
  border-color: #EE202E;
  color: #EE202E;
}
section.about .viewMore:hover {
  border-color: #FFF;
  color: #FFF;
}

section#strengths {
  overflow: hidden;
  background-color: rgba(201, 224, 228, 0.5);
}
section#strengths .animationRing {
  stroke: #E0D9C5;
}
section#strengths .animationRing.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
section#strengths .headingWrapper {
  pointer-events: none;
}
section#strengths .headingWrapper .viewMore {
  pointer-events: auto;
}
section#strengths .indicatorRings, section#strengths .indicatorRings .outerArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section#strengths .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease 0s;
  -moz-transition: border-color 0.3s ease 0s;
  -ms-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
section#strengths .ring.outer {
  z-index: 2;
  width: 476px;
  height: 476px;
  margin-top: -238px;
  margin-left: -238px;
  border: 20px solid #E0D9C5;
}
@media screen and (max-width: 1023px) {
  section#strengths .ring.outer {
    width: 450px;
    height: 450px;
    margin-top: -225px;
    margin-left: -225px;
  }
}
@media screen and (max-width: 767px) {
  section#strengths .ring.outer {
    width: 224px;
    height: 224px;
    margin-top: -112px;
    margin-left: -112px;
    border-width: 12px;
  }
}
section#strengths .ring.inner {
  z-index: 3;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border: 3px solid #E0D9C5;
}
@media screen and (max-width: 1023px) {
  section#strengths .ring.inner {
    width: 284px;
    height: 284px;
    margin-top: -142px;
    margin-left: -142px;
  }
}
@media screen and (max-width: 767px) {
  section#strengths .ring.inner {
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
    border-width: 2px;
  }
}
section#strengths .ring.center {
  z-index: 4;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border: 5px solid #F9F7EF;
}
@media screen and (max-width: 767px) {
  section#strengths .ring.center {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border-width: 2px;
  }
}
section#strengths .ring.highlight {
  border-color: #DBCAA9;
}
section#strengths .ring.deco {
  z-index: 0;
  width: 1084px;
  height: 1084px;
  margin-top: -542px;
  margin-left: -542px;
  border: 1px dashed #C7B299;
}
@media screen and (max-width: 767px) {
  section#strengths .ring.deco {
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
  }
}
section#strengths .core {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 350px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section#strengths .core {
    width: 303px;
  }
}
section#strengths .core .item {
  text-align: center;
  font-size: 18px;
  pointer-events: auto;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section#strengths .core .item:nth-child(2) {
  margin: 68px 0;
}
section#strengths .core .item.highlight {
  color: #EE202E;
}
@media screen and (max-width: 767px) {
  section#strengths .core .item {
    font-size: 14px;
  }
  section#strengths .core .item:nth-child(2) {
    margin: 28px 0;
  }
}

section.publicVoices {
  background-color: #FAFAFA;
}
section.publicVoices .animationRing {
  stroke: rgba(219, 202, 169, 0.3);
}
section.publicVoices .contentLayer.show .quotes .item .photo .image {
  -webkit-animation: fadeIn 0.8s ease 0.5s;
  -moz-animation: fadeIn 0.8s ease 0.5s;
  -o-animation: fadeIn 0.8s ease 0.5s;
  animation: fadeIn 0.8s ease 0.5s;
}
@media screen and (max-width: 767px) {
  section.publicVoices .content {
    width: 303px;
  }
}
section.publicVoices .quotes {
  padding-left: 180px;
}
@media screen and (max-width: 1023px) {
  section.publicVoices .quotes {
    padding-left: 0;
  }
  html.langEn section.publicVoices .quotes {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes {
    margin-top: 100px;
  }
  html.langEn section.publicVoices .quotes {
    margin-top: 200px;
  }
}
section.publicVoices .quotes .item {
  display: -webkit-flex;
  display: flex;
}
section.publicVoices .quotes .item.reverse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item, section.publicVoices .quotes .item.reverse {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
section.publicVoices .quotes .item .text {
  width: 400px;
  padding-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .text {
    width: 250px;
    padding-top: 0;
    margin-right: 0;
  }
}
section.publicVoices .quotes .item .text .quote {
  display: block;
  height: 10px;
}
section.publicVoices .quotes .item .text .quote.right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .text .quote {
    height: 8px;
  }
}
section.publicVoices .quotes .item .text .message {
  margin: 6px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .text .message {
    font-size: 12px;
  }
}
section.publicVoices .quotes .item .text .from {
  margin-top: 16px;
  color: #C4AC78;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .text .from {
    margin-top: 6px;
    font-size: 10px;
  }
}
section.publicVoices .quotes .item .photo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #C9E0E4;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .photo {
    width: 80px;
    height: 80px;
  }
}
section.publicVoices .quotes .item .photo .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: fadeIn 0.8s ease 0s;
  -moz-animation: fadeIn 0.8s ease 0s;
  -o-animation: fadeIn 0.8s ease 0s;
  animation: fadeIn 0.8s ease 0s;
}
@-moz-keyframes fadeIn {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    top: -10px;
    right: -10px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    top: -10px;
    right: -10px;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    top: -10px;
    right: -10px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    top: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    top: -10px;
    right: -10px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .photo .image {
    top: -6px;
    right: -6px;
  }
  @-moz-keyframes fadeIn {
    0% {
      top: 0;
      right: 0;
    }
    100% {
      top: -6px;
      right: -6px;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      top: 0;
      right: 0;
    }
    100% {
      top: -6px;
      right: -6px;
    }
  }
  @-o-keyframes fadeIn {
    0% {
      top: 0;
      right: 0;
    }
    100% {
      top: -6px;
      right: -6px;
    }
  }
  @keyframes fadeIn {
    0% {
      top: 0;
      right: 0;
    }
    100% {
      top: -6px;
      right: -6px;
    }
  }
}
section.publicVoices .quotes .item.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item.reverse {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
section.publicVoices .quotes .item:not(.reverse) .text {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item:not(.reverse) .text {
    margin-left: 0;
  }
}
section.publicVoices .quotes .item:first-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item:first-child {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  section.publicVoices .quotes .item .text {
    width: 210px;
  }
}
section.publicVoices .quotes .item .photo .image {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

section.updates {
  background-color: rgba(219, 202, 169, 0.3);
}
section.updates .animationRing {
  stroke: rgba(219, 202, 169, 0.8);
}
@media screen and (max-width: 767px) {
  section.updates .contentLayer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
section.updates #updatesEvents {
  position: relative;
  width: 100%;
  padding-left: calc(50% - 960px / 2);
  overflow: auto;
  margin-top: 290px;
}
@media screen and (max-width: 1023px) {
  section.updates #updatesEvents {
    padding-left: calc(50% - 704px / 2);
  }
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents {
    padding-left: calc(50% - 303px / 2);
  }
}
section.updates #updatesEvents .articles {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
section.updates #updatesEvents .articles.bottom {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 300px;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .articles.bottom {
    padding-left: 150px;
  }
}
section.updates #updatesEvents .articles .item {
  width: 600px;
  min-width: 300px;
  padding-right: 20px;
  font-size: 0;
}
section.updates #updatesEvents .articles .item:not(:last-child) {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .articles .item {
    width: 300px;
    min-width: 180px;
    padding-right: 10px;
  }
}
section.updates #updatesEvents .articles .item .link {
  display: inline-block;
}
section.updates #updatesEvents .articles .item .link:hover .title {
  color: #EE202E;
}
section.updates #updatesEvents .articles .item .link .title {
  padding-bottom: 4px;
  border-bottom: 1px solid #E4E5E6;
  margin-bottom: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .articles .item .link .title {
    font-size: 12px;
  }
}
section.updates #updatesEvents .articles .item .link .date {
  color: #6D707B;
  font-size: 10px;
}
section.updates #updatesEvents .timeline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .timeline {
    margin: 10px 0;
  }
}
section.updates #updatesEvents .timeline .circle {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #EE202E;
  border-radius: 50%;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .timeline .circle {
    width: 16px;
    height: 16px;
  }
}
section.updates #updatesEvents .timeline .line {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 280px;
  height: 5px;
  padding-top: 2px;
  background-color: #DBCAA9;
}
section.updates #updatesEvents .timeline .line:last-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .timeline .line {
    width: 134px;
  }
  section.updates #updatesEvents .timeline .line:last-child {
    width: 164px;
  }
}
section.updates #updatesEvents .timeline .line .inner {
  height: 1px;
  background-color: #6D707B;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.updates #updatesEvents .articles.bottom {
    padding-left: 200px;
  }
  section.updates #updatesEvents .articles .item {
    width: 400px;
  }
  section.updates #updatesEvents .timeline .line {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 303px;
    padding-left: 0;
    margin: 0 auto;
  }
  section.updates #updatesEvents .articles {
    margin-right: 5px;
    text-align: right;
  }
  section.updates #updatesEvents .articles .item {
    width: auto;
    min-width: none;
    min-height: 131px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  section.updates #updatesEvents .timeline {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  section.updates #updatesEvents .timeline .line {
    height: 115px;
    padding-top: 0;
    padding-left: 2px;
  }
  section.updates #updatesEvents .timeline .line, section.updates #updatesEvents .timeline .line:last-child {
    width: 5px;
  }
  section.updates #updatesEvents .timeline .line .inner {
    width: 1px;
    height: 100%;
  }
}
section.updates #updatesEvents .articles.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .articles.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.updates #updatesEvents .articles.tillTablet {
    display: none !important;
  }
}
section.updates #updatesPhotos {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 476px;
  height: 476px;
  margin-top: -238px;
  margin-left: -238px;
}
section.updates #updatesPhotos:not(.show) {
  -webkit-transition: all 0s ease 0.7s;
  -moz-transition: all 0s ease 0.7s;
  -ms-transition: all 0s ease 0.7s;
  -o-transition: all 0s ease 0.7s;
  transition: all 0s ease 0.7s;
}
section.updates #updatesPhotos.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
@media screen and (max-width: 1023px) {
  section.updates #updatesPhotos {
    width: 450px;
    height: 450px;
    margin-top: -225px;
    margin-left: -225px;
  }
}
@media screen and (max-width: 767px) {
  section.updates #updatesPhotos {
    width: 224px;
    height: 224px;
    margin-top: -112px;
    margin-left: -112px;
  }
}
section.updates #updatesPhotos .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.updates #updatesPhotos .photo.current {
  visibility: visible;
  opacity: 1;
}
section.updates #updatesPhotos .photo.current {
  opacity: 0.6;
}

section#resources .animationRing, section#services .animationRing {
  stroke: #DBCAA9;
}
section#resources .animationRing:not(.animate), section#services .animationRing:not(.animate) {
  -webkit-transition: all 0s ease 0.7s;
  -moz-transition: all 0s ease 0.7s;
  -ms-transition: all 0s ease 0.7s;
  -o-transition: all 0s ease 0.7s;
  transition: all 0s ease 0.7s;
}
section#resources .animationRing.animate, section#services .animationRing.animate {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: ringAnimation 1s ease 0s;
  -moz-animation: ringAnimation 1s ease 0s;
  -o-animation: ringAnimation 1s ease 0s;
  animation: ringAnimation 1s ease 0s;
}
@-moz-keyframes ringAnimation {
  0% {
    stroke-dashoffset: 1432.57px;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ringAnimation {
  0% {
    stroke-dashoffset: 1432.57px;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes ringAnimation {
  0% {
    stroke-dashoffset: 1432.57px;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ringAnimation {
  0% {
    stroke-dashoffset: 1432.57px;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  @-moz-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 1350.88px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 1350.88px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 1350.88px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes ringAnimation {
    0% {
      stroke-dashoffset: 1350.88px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
@media screen and (max-width: 767px) {
  @-moz-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 666.02px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 666.02px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes ringAnimation {
    0% {
      stroke-dashoffset: 666.02px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes ringAnimation {
    0% {
      stroke-dashoffset: 666.02px;
      opacity: 1;
    }
    50% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
section#resources .indicatorRing, section#services .indicatorRing {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 476px;
  height: 476px;
  margin-top: -238px;
  margin-left: -238px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  section#resources .indicatorRing, section#services .indicatorRing {
    width: 450px;
    height: 450px;
    margin-top: -225px;
    margin-left: -225px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .indicatorRing, section#services .indicatorRing {
    width: 224px;
    height: 224px;
    margin-top: -112px;
    margin-left: -112px;
  }
}
section#resources .indicatorRing:not(.show), section#services .indicatorRing:not(.show) {
  -webkit-transition: all 0s ease 0.7s;
  -moz-transition: all 0s ease 0.7s;
  -ms-transition: all 0s ease 0.7s;
  -o-transition: all 0s ease 0.7s;
  transition: all 0s ease 0.7s;
}
section#resources .indicatorRing.show, section#services .indicatorRing.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
section#resources .indicatorRing .part, section#services .indicatorRing .part {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section#resources .bgLayer, section#services .bgLayer {
  z-index: 1;
}
section#resources .bgLayer, section#resources .bgLayer .shader, section#resources .bgLayer .image, section#services .bgLayer, section#services .bgLayer .shader, section#services .bgLayer .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#resources .bgLayer .shader, section#services .bgLayer .shader {
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.9);
}
section#resources .bgLayer .image, section#services .bgLayer .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
section#resources .bgLayer .image.current, section#services .bgLayer .image.current {
  visibility: visible;
  opacity: 1;
}
section#resources .contentLayer, section#services .contentLayer {
  text-align: center;
}
section#resources .contentLayer .decoRing, section#services .contentLayer .decoRing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 388px;
  height: 388px;
  border: 1px solid rgba(196, 172, 120, 0.8);
  border-radius: 50%;
  margin-top: -194px;
  margin-left: -194px;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .decoRing, section#services .contentLayer .decoRing {
    width: 362px;
    height: 362px;
    margin-top: -181px;
    margin-left: -181px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .decoRing, section#services .contentLayer .decoRing {
    width: 188px;
    height: 188px;
    margin-top: -94px;
    margin-left: -94px;
  }
}
section#resources .contentLayer .headingWrapper, section#services .contentLayer .headingWrapper {
  position: static;
  width: 360px;
  margin-top: 0;
}
section#resources .contentLayer .headingWrapper h2.short, section#services .contentLayer .headingWrapper h2.short {
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .headingWrapper h2.short, section#services .contentLayer .headingWrapper h2.short {
    padding-left: 2px;
  }
}
section#resources .contentLayer .textContent, section#services .contentLayer .textContent {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
section#resources .contentLayer .textContent .block.current .contentWrapper, section#services .contentLayer .textContent .block.current .contentWrapper {
  visibility: visible;
  opacity: 1;
}
section#resources .contentLayer .textContent .block .contentWrapper, section#services .contentLayer .textContent .block .contentWrapper {
  width: 480px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .textContent .block .contentWrapper, section#services .contentLayer .textContent .block .contentWrapper {
    width: 352px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block .contentWrapper, section#services .contentLayer .textContent .block .contentWrapper {
    width: 151.5px;
  }
}
section#resources .contentLayer .textContent .block .contentWrapper h3, section#services .contentLayer .textContent .block .contentWrapper h3 {
  color: #EE202E;
  font-size: 21px;
  padding-bottom: 14px;
  border-bottom: 1px solid #FE070C;
  margin-bottom: 14px;
}

section#resources .bgLayer .image:nth-child(1) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/index-resources-bg-1.jpg");
}
section#resources .bgLayer .image:nth-child(2) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/index-resources-bg-2.jpg");
}
section#resources .indicatorRing .part {
  fill: #FFF;
}
section#resources .indicatorRing .part.current {
  fill: #DBCAA9;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .outerContentWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: calc(50% + 130px);
    left: 0;
    width: 100%;
  }
}
section#resources .contentLayer .outerContentWrapper .indicatorText {
  max-width: 360px;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .outerContentWrapper .indicatorText {
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .outerContentWrapper .indicatorText {
    display: -webkit-flex;
    display: flex;
    width: 303px;
    max-width: none;
  }
}
section#resources .contentLayer .outerContentWrapper .indicatorText .item {
  font-size: 21px;
}
section#resources .contentLayer .outerContentWrapper .indicatorText .item.current {
  color: #EE202E;
}
section#resources .contentLayer .outerContentWrapper .indicatorText .item:first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .outerContentWrapper .indicatorText .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .outerContentWrapper .indicatorText .item {
    width: 50%;
    font-size: 13px;
  }
  section#resources .contentLayer .outerContentWrapper .indicatorText .item:first-child {
    padding-right: 5px;
    margin-bottom: 0;
  }
  section#resources .contentLayer .outerContentWrapper .indicatorText .item:last-child {
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#resources .contentLayer .outerContentWrapper .headingWrapper {
    position: absolute;
    top: calc(50% - 388px);
    left: 0;
    width: 100%;
  }
}
section#resources .contentLayer .outerContentWrapper .headingWrapper h2.full {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .outerContentWrapper .headingWrapper h2.full {
    margin-bottom: 6px;
  }
}
section#resources .contentLayer .textContent .block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block .contentWrapper {
    height: calc(50% + 120px);
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block .contentWrapper h3 {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 0;
  }
}
section#resources .contentLayer .textContent .block .contentWrapper .separator {
  max-width: 250px;
  height: 1px;
  background-color: #6D707B;
}
section#resources .contentLayer .textContent .block .contentWrapper .viewMore {
  margin-top: 44px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block .contentWrapper .viewMore {
    margin-top: 26px;
    font-size: 10px;
  }
}
section#resources .contentLayer .textContent .block:first-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
section#resources .contentLayer .textContent .block:first-child .contentWrapper {
  padding-right: 200px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .textContent .block:first-child .contentWrapper {
    padding-right: 105px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:first-child .contentWrapper {
    padding-right: 0;
  }
}
section#resources .contentLayer .textContent .block:first-child .list {
  padding: 0;
  margin: 0;
}
section#resources .contentLayer .textContent .block:first-child .list li {
  margin-bottom: 6px;
  font-size: 14px;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:first-child .list li {
    margin-bottom: 4px;
    font-size: 10px;
  }
}
section#resources .contentLayer .textContent .block:first-child .separator {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:first-child .separator {
    margin: 6px 0;
  }
}
section#resources .contentLayer .textContent .block:first-child .andMore {
  font-size: 14px;
}
section#resources .contentLayer .textContent .block:first-child .andMore .minor {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:first-child .andMore, section#resources .contentLayer .textContent .block:first-child .andMore .minor {
    font-size: 10px;
  }
}
section#resources .contentLayer .textContent .block:last-child {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
section#resources .contentLayer .textContent .block:last-child .contentWrapper {
  padding-left: 200px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  section#resources .contentLayer .textContent .block:last-child .contentWrapper {
    padding-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:last-child .contentWrapper {
    padding-left: 0;
  }
}
section#resources .contentLayer .textContent .block:last-child .data .item {
  font-size: 14px;
}
section#resources .contentLayer .textContent .block:last-child .data .item.minor {
  font-size: 12px;
}
section#resources .contentLayer .textContent .block:last-child .data .item strong {
  font-size: 24px;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:last-child .data .item, section#resources .contentLayer .textContent .block:last-child .data .item.minor {
    font-size: 10px;
  }
  section#resources .contentLayer .textContent .block:last-child .data .item strong {
    font-size: 16px;
  }
}
section#resources .contentLayer .textContent .block:last-child .separator {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:last-child .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
section#resources .contentLayer .textContent .block:last-child .personages .item {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:last-child .personages .item {
    font-size: 10px;
  }
}
section#resources .contentLayer .textContent .block:last-child .personages .item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  section#resources .contentLayer .textContent .block:last-child .personages .item:not(:last-child) {
    margin-bottom: 4px;
  }
}

section#services .bgLayer .image:nth-child(1) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/index-services-bg-1.jpg");
}
section#services .bgLayer .image:nth-child(2) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/index-services-bg-2.jpg");
}
section#services .bgLayer .image:nth-child(3) {
  background-image: url("https://circle-harmony-binary.oss-cn-shanghai.aliyuncs.com/img/index-services-bg-3.jpg");
}
section#services .indicatorRing .part {
  fill: #DBCAA9;
}
section#services .indicatorRing .part.current {
  fill: #EE202E;
}
section#services .contentLayer .viewMore {
  position: relative;
  z-index: 20;
}
section#services .contentLayer .textContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#services .contentLayer .textContent .block {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
section#services .contentLayer .textContent .block .contentWrapper {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block .contentWrapper {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block .contentWrapper h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
section#services .contentLayer .textContent .block .contentWrapper .list {
  font-size: 0;
}
section#services .contentLayer .textContent .block .contentWrapper .list .item {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block .contentWrapper .list .item {
    font-size: 12px;
    margin-bottom: 4px;
    margin-right: 4px;
  }
}
section#services .contentLayer .textContent .block:nth-child(1) {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 50%;
  height: calc(50% + 110px);
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(1) {
    height: calc(50% + 105px);
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(1) {
    height: calc(50% + 52px);
  }
}
section#services .contentLayer .textContent .block:nth-child(1) .contentWrapper {
  min-height: 310px;
  padding-right: 200px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(1) .contentWrapper {
    min-height: 470px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(1) .contentWrapper {
    position: absolute;
    bottom: 170px;
    left: calc(50vw - 303px / 2);
    min-height: 0;
  }
}
section#services .contentLayer .textContent .block:nth-child(1) .contentWrapper .list {
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(1) .contentWrapper .list {
    padding-right: 0;
  }
}
section#services .contentLayer .textContent .block:nth-child(2) {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 50%;
  height: calc(50% + 110px);
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(2) {
    height: calc(50% + 105px);
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(2) {
    height: calc(50% + 52px);
  }
}
section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper {
  min-height: 310px;
  padding-left: 200px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper {
    min-height: 470px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper {
    position: absolute;
    bottom: 170px;
    right: calc(50vw - 303px / 2);
    width: 270px;
    min-height: 0;
  }
}
section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper .list {
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper .list {
    padding-left: 0;
  }
}
section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper .list .item {
  display: block;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(2) .contentWrapper .list .item {
    display: inline-block;
    margin-left: 4px;
  }
}
section#services .contentLayer .textContent .block:nth-child(3) {
  width: 100%;
  height: calc(50% - 110px);
  padding-left: calc(50vw - 960px / 2);
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(3) {
    height: calc(50% - 105px);
    padding-left: calc(50vw - 704px / 2);
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(3) {
    height: calc(50% - 52px);
    padding-left: calc(50vw - 303px / 2);
  }
}
section#services .contentLayer .textContent .block:nth-child(3) .contentWrapper {
  padding-right: 200px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(3) .contentWrapper {
    padding-top: 110px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#services .contentLayer .textContent .block:nth-child(3) .contentWrapper {
    padding-top: 70px;
  }
}
section#services .contentLayer .textContent .block:nth-child(3) .contentWrapper .list {
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  section#services .contentLayer .textContent .block:nth-child(3) .contentWrapper .list {
    padding-right: 0;
  }
}
section#services .contentLayer footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
