#feature_insight #insight1 .layoutContainer > .cmp-container .text:nth-child(3) .cmp-text,
#feature_insight #insight2 .layoutContainer > .cmp-container .text:nth-child(3) .cmp-text,
#feature_insight #insight3 .layoutContainer > .cmp-container .text:nth-child(3) .cmp-text {
  font-family: ChapRegular;
  text-transform: uppercase;
}
#feature_insight #mobile_inght_date,
#feature_insight #mobile_insight_title {
  display: none;
}
@media screen and (min-width: 750px) {
  #insights {
    height: 47.7rem;
  }
}
#insights {
  min-height: 47.7rem;
  overflow: hidden;
}
#insights > .layoutContainer {
  height: 100%;
}
#insights > .layoutContainer:nth-child(2),
#insights > .layoutContainer:nth-child(3) {
  display: none;
}
#insight1,
#insight2,
#insight3 {
  overflow: hidden;
}
#insight1 #insight_title h2,
#insight2 #insight_title h2,
#insight3 #insight_title h2 {
  font-weight: 500;
}
#insight1 .layoutContainer.container,
#insight2 .layoutContainer.container,
#insight3 .layoutContainer.container {
  overflow: hidden;
}
#insight1 .layoutContainer .cmp-container,
#insight2 .layoutContainer .cmp-container,
#insight3 .layoutContainer .cmp-container {
  position: relative;
}
#insight1 .layoutContainer:last-child .cmp-container .text:nth-child(3),
#insight2 .layoutContainer:last-child .cmp-container .text:nth-child(3),
#insight3 .layoutContainer:last-child .cmp-container .text:nth-child(3) {
  font-family: ChapRegular;
  text-transform: uppercase;
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:first-child,
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:first-child,
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:first-child {
  padding-top: 6rem;
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3),
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3),
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3) {
  padding-top: 4.6rem;
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3) a,
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3) a,
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3) a {
  text-transform: uppercase;
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(4),
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(4),
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(4) {
  padding-top: 1.2rem;
  color: rgba(18, 18, 18, 0.6);
}
#insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(5),
#insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(5),
#insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(5) {
  padding-top: 3rem;
  padding-bottom: 2.8rem;
  color: #7e694f;
}
#insightLayout {
  overflow: hidden;
  padding: 5rem 0 6rem;
}
#insightLayout .active {
  color: #7e694f;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #7e694f;
}
#insightLayout #insight_item1,
#insightLayout #insight_item2,
#insightLayout #insight_item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#insightLayout #insight_item1 span,
#insightLayout #insight_item2 span,
#insightLayout #insight_item3 span {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#insightLayout #insightRight {
  float: right;
}
.layoutContainer.flex_root.section_quintuple #insightLayout .flex_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(29.66667% - 2.4rem);
  flex: 0 0 calc(29.66667% - 2.4rem);
}
.layoutContainer.flex_root.section_quintuple #insightLayout .flex_item:first-child,
.layoutContainer.flex_root.section_quintuple #insightLayout .flex_item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(5% - 2.4rem);
  flex: 0 0 calc(5% - 2.4rem);
}
.section_quintuple {
  overflow: hidden;
  background-color: #f2f2f2;
}
button#insightLeft,
button#insightRight {
  position: relative;
  cursor: pointer;
}
#mobile_inght_date,
#mobile_insight_title {
  display: none;
}
@media screen and (min-width: 750px) {
  #insight1 .fade-in,
  .insight_active .aem-Grid > .layoutContainer.container:nth-child(2) > .cmp-container {
    -webkit-animation: insight 1.5s ease;
    animation: insight 1.5s ease;
  }
  .insight_active .image {
    -webkit-animation: insightimg 1.5s ease;
    animation: insightimg 1.5s ease;
  }
  .insightLayout_active .aem-Grid {
    -webkit-animation: insightLayout 1.5s ease 1s both;
    animation: insightLayout 1.5s ease 1s both;
  }
  #insightLayout {
    position: relative;
  }
  #insight1 > .aem-Grid,
  #insight1 > .aem-Grid > .layoutContainer,
  #insight2 > .aem-Grid,
  #insight2 > .aem-Grid > .layoutContainer,
  #insight3 > .aem-Grid,
  #insight3 > .aem-Grid > .layoutContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #insight1 > .aem-Grid > .layoutContainer > .cmp-container,
  #insight2 > .aem-Grid > .layoutContainer > .cmp-container,
  #insight3 > .aem-Grid > .layoutContainer > .cmp-container {
    width: 100%;
    height: 100%;
  }
  #insight1 > .aem-Grid > .layoutContainer > .cmp-container .image,
  #insight2 > .aem-Grid > .layoutContainer > .cmp-container .image,
  #insight3 > .aem-Grid > .layoutContainer > .cmp-container .image {
    height: 100%;
  }
  #insight1 > .aem-Grid > .layoutContainer > .cmp-container .image > div,
  #insight2 > .aem-Grid > .layoutContainer > .cmp-container .image > div,
  #insight3 > .aem-Grid > .layoutContainer > .cmp-container .image > div {
    position: relative;
    height: 47.7rem;
  }
  #insight1 > .aem-Grid > .layoutContainer > .cmp-container .image > div img,
  #insight2 > .aem-Grid > .layoutContainer > .cmp-container .image > div img,
  #insight3 > .aem-Grid > .layoutContainer > .cmp-container .image > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
  #insight1 > .aem-Grid > .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
  #insight2 > .aem-Grid > .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
  #insight3 > .aem-Grid > .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2) {
    display: none;
  }
  #insight1 .aem-Grid,
  #insight2 .aem-Grid,
  #insight3 .aem-Grid {
    width: 100%;
    height: 100%;
  }
  #insight3 > .aem-Grid {
    display: block;
  }
}
@-webkit-keyframes insight {
  0% {
    top: 10rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes insight {
  0% {
    top: 10rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes insightimg {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes insightimg {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes insightLayout {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes insightLayout {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #insightLayout {
    padding: 0;
  }
  #insightLayout .aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
  }
  #insightLayout .aem-Grid .button {
    display: none;
  }
  #insightLayout .aem-Grid .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 0.5rem;
  }
  .layoutContainer.flex_root.section_quintuple #insightLayout .flex_item {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  #insight1,
  #insight2,
  #insight3 {
    max-height: 105rem;
    padding: 0 1.3rem;
  }
  #insight1 .layoutContainer:nth-child(2) > .cmp-container .text:first-child,
  #insight2 .layoutContainer:nth-child(2) > .cmp-container .text:first-child,
  #insight3 .layoutContainer:nth-child(2) > .cmp-container .text:first-child {
    display: none;
  }
  #insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
  #insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2),
  #insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(2) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #insight1 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3),
  #insight2 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3),
  #insight3 .layoutContainer:nth-child(2) > .cmp-container .text:nth-child(3) {
    padding-top: 0;
  }
  #insight1 .cmp-container .button,
  #insight2 .cmp-container .button,
  #insight3 .cmp-container .button {
    text-align: center;
    margin-top: 4rem;
  }
  #insight1 .cmp-container .text:nth-child(5),
  #insight2 .cmp-container .text:nth-child(5),
  #insight3 .cmp-container .text:nth-child(5) {
    display: none;
  }
  #insight1 .image,
  #insight2 .image,
  #insight3 .image {
    width: 31.2rem;
    height: 20.9rem;
  }
  #insight1 .image > div,
  #insight2 .image > div,
  #insight3 .image > div {
    height: 100%;
  }
  #insight_item1,
  #insight_item2,
  #insight_item3 {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: rgba(12, 12, 12, 0.5);
  }
  #insight_item1 span,
  #insight_item2 span,
  #insight_item3 span {
    display: none !important;
  }
  #insight_item1 p,
  #insight_item2 p,
  #insight_item3 p {
    display: none;
  }
  #insightLayout .active {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background-color: #121212;
    padding: 0;
  }
  #mobile_insight_title {
    display: block;
    text-align: center;
    padding: 3rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #7e694f;
  }
  #mobile_insight_title p {
    font-weight: 500;
  }
  #mobile_inght_date {
    display: block;
    font-size: 1.4rem;
    color: #7e694f;
  }
  #insight_title {
    display: none;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .layoutContainer.flex_root.section_quintuple #insightLayout .flex_item {
    -webkit-box-flex: 6;
    -ms-flex: 6 1;
    flex: 6 1;
  }
  .layoutContainer.flex_root.section_quintuple #insightLayout .flex_item:first-child,
  .layoutContainer.flex_root.section_quintuple #insightLayout .flex_item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
#latest_news .cmp-button {
  margin: 0;
  height: auto;
}
@-webkit-keyframes latestnew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes latestnew {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 750px) {
  #latest_news {
    padding: 7.9rem 0;
  }
  #latest_news #news_left > div.aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 57rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #latest_news #news_left > div.aem-Grid .top .text {
    font-size: 1.6rem;
    font-weight: 500;
    color: #7e694f;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
  #latest_news #news_left > div.aem-Grid .top .text p {
    font-weight: 500;
  }
  #latest_news #news_left > div.aem-Grid .top .button .cmp-button-icon {
    font-size: 4rem;
    color: #51a3da;
  }
  #latest_news #news_left > div.aem-Grid .middle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #latest_news #news_left > div.aem-Grid .middle div .text:first-child {
    font-size: 3.6rem;
    font-family: ChapRegular;
    text-transform: uppercase;
    font-weight: 400;
    color: #121212;
    line-height: 5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  #latest_news #news_left > div.aem-Grid .middle div .text:first-child * {
    font-size: 3.6rem;
  }
  #latest_news #news_left > div.aem-Grid .middle div .text:first-child a {
    text-transform: uppercase;
  }
  #latest_news #news_left > div.aem-Grid .middle div .text:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(18, 18, 18, 0.6);
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  #latest_news #news_left > div.aem-Grid .middle div .text:nth-child(2) * {
    font-size: 1.6rem;
  }
  #latest_news #news_left > div.aem-Grid .bottom .text {
    font-size: 1.4rem;
    color: #7e694f;
    line-height: 2.1rem;
    letter-spacing: 0.1rem;
  }
  #latest_news #news_left > div.aem-Grid .bottom .button {
    margin-top: 4.9rem;
  }
  #latest_news #news_left > div.aem-Grid .bottom .button:hover .cmp-button {
    color: #0077c8;
  }
  #latest_news #news_right > div.aem-Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 57rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #latest_news #news_right > div.aem-Grid .bottom,
  #latest_news #news_right > div.aem-Grid .middle,
  #latest_news #news_right > div.aem-Grid .top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 0.1rem solid #121212;
  }
  #latest_news #news_right > div.aem-Grid .bottom .text:first-child,
  #latest_news #news_right > div.aem-Grid .middle .text:first-child,
  #latest_news #news_right > div.aem-Grid .top .text:first-child {
    font-size: 2rem;
    color: #121212;
    line-height: 2.8rem;
    margin: 3.9rem 0 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #latest_news #news_right > div.aem-Grid .bottom .text:nth-child(2),
  #latest_news #news_right > div.aem-Grid .middle .text:nth-child(2),
  #latest_news #news_right > div.aem-Grid .top .text:nth-child(2) {
    font-size: 1.4rem;
    color: #7e694f;
    line-height: 2.1rem;
    letter-spacing: 0.1rem;
  }
  #latest_news #news_right > div.aem-Grid .bottom {
    border-bottom: 0.1rem solid #121212;
  }
  #latest_news {
    overflow: hidden;
  }
  #latest_news .active {
    position: relative;
  }
  #latest_news #news_left .active:first-child .text {
    -webkit-animation: latestnew 1.5s ease both;
    animation: latestnew 1.5s ease both;
  }
  #latest_news #news_left .active:first-child .button,
  #latest_news #news_left .active:nth-child(2) .text:first-child {
    -webkit-animation: latestnew 1.5s ease 0.3s both;
    animation: latestnew 1.5s ease 0.3s both;
  }
  #latest_news #news_left .active:nth-child(2) .text:nth-child(2),
  #latest_news #news_left .active:nth-child(3) .text {
    -webkit-animation: latestnew 1.5s ease 0.6s both;
    animation: latestnew 1.5s ease 0.6s both;
  }
  #latest_news #news_left .active:nth-child(3) .button {
    -webkit-animation: latestnew 1.5s ease 1s both;
    animation: latestnew 1.5s ease 1s both;
  }
  #latest_news #news_right .active:first-child {
    -webkit-animation: latestnew 1.5s ease both;
    animation: latestnew 1.5s ease both;
  }
  #latest_news #news_right .active:nth-child(2) {
    -webkit-animation: latestnew 1.5s ease 0.5s both;
    animation: latestnew 1.5s ease 0.5s both;
  }
  #latest_news #news_right .active:nth-child(3) {
    -webkit-animation: latestnew 1.5s ease 1s both;
    animation: latestnew 1.5s ease 1s both;
  }
}
@media screen and (max-width: 750px) {
  #latest_news {
    padding: 3rem 1.3rem 2.9rem;
  }
  #latest_news #news_left .top {
    text-align: center;
  }
  #latest_news #news_left .top .text {
    font-size: 1.4rem;
    color: #7e694f;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
  }
  #latest_news #news_left .top .text p {
    font-weight: 500;
  }
  #latest_news #news_left .top .button {
    margin: 2.2rem 0 3rem;
    color: #51a3da;
  }
  #latest_news #news_left .top .button .cmp-button-icon {
    color: #51a3da;
  }
  #latest_news #news_left .middle {
    color: #121212;
  }
  #latest_news #news_left .middle .text:first-child {
    font-size: 2.2rem;
    font-family: ChapRegular;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.1rem;
  }
  #latest_news #news_left .middle .text:first-child a {
    text-transform: uppercase;
  }
  #latest_news #news_left .middle .text:nth-child(2) {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 2rem;
    color: rgba(18, 18, 18, 0.6);
  }
  #latest_news #news_left .bottom {
    margin-top: 2rem;
  }
  #latest_news #news_left .bottom .text {
    font-size: 1.4rem;
    color: #7e694f;
    line-height: 2.1rem;
    letter-spacing: 0.1rem;
  }
  #latest_news #news_left .bottom .button {
    display: none;
  }
  #latest_news #news_right {
    margin-top: 3rem;
  }
  #latest_news #news_right .bottom,
  #latest_news #news_right .middle,
  #latest_news #news_right .top {
    border-top: 0.1rem solid #121212;
  }
  #latest_news #news_right .bottom .text:first-child,
  #latest_news #news_right .middle .text:first-child,
  #latest_news #news_right .top .text:first-child {
    font-size: 2rem;
    color: #121212;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  #latest_news #news_right .bottom .text:nth-child(2),
  #latest_news #news_right .middle .text:nth-child(2),
  #latest_news #news_right .top .text:nth-child(2) {
    font-size: 1.4rem;
    color: #7e694f;
    line-height: 2.1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
  }
  #latest_news #news_right .bottom {
    border-bottom: 0.1rem solid #121212;
  }
  #latest_news #news_right > div.aem-Grid > .button {
    text-align: center;
    margin-top: 2.9rem;
  }
  #latest_news #news_right > div.aem-Grid > .button .cmp-button__text {
    color: #7e694f;
  }
  #latest_news #news_right > div.aem-Grid > .button:hover .cmp-button,
  #latest_news #news_right > div.aem-Grid > .button:hover .cmp-button .cmp-button__text {
    color: #0077c8;
  }
}
#latest_thinking {
  padding-top: 5.9rem;
  padding-bottom: 7.4rem;
  overflow: hidden;
}
#latest_thinking #thinking-title h2 {
  font-weight: 500;
}
#latest_thinking > div {
  height: 59.7rem;
}
#latest_thinking > div #latest_thinking_center,
#latest_thinking > div #latest_thinking_left {
  height: 59.7rem;
  padding-top: 6.7rem;
}
#latest_thinking > div #latest_thinking_center > div:first-child,
#latest_thinking > div #latest_thinking_left > div:first-child {
  margin-bottom: 6.9rem;
  height: 2.4rem;
  text-transform: uppercase;
}
#latest_thinking > div #latest_thinking_center > div:nth-child(2),
#latest_thinking > div #latest_thinking_center > div:nth-child(3),
#latest_thinking > div #latest_thinking_left > div:nth-child(2),
#latest_thinking > div #latest_thinking_left > div:nth-child(3) {
  padding-top: 1.9rem;
  border-top: 0.1rem solid;
}
#latest_thinking > div #latest_thinking_center > div:nth-child(2) #thinking-item,
#latest_thinking > div #latest_thinking_center > div:nth-child(3) #thinking-item,
#latest_thinking > div #latest_thinking_left > div:nth-child(2) #thinking-item,
#latest_thinking > div #latest_thinking_left > div:nth-child(3) #thinking-item {
  height: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#latest_thinking
  > div
  #latest_thinking_center
  > div:nth-child(2)
  #thinking-item
  > .text:first-child:hover,
#latest_thinking
  > div
  #latest_thinking_center
  > div:nth-child(3)
  #thinking-item
  > .text:first-child:hover,
#latest_thinking
  > div
  #latest_thinking_left
  > div:nth-child(2)
  #thinking-item
  > .text:first-child:hover,
#latest_thinking
  > div
  #latest_thinking_left
  > div:nth-child(3)
  #thinking-item
  > .text:first-child:hover {
  cursor: pointer;
}
#latest_thinking
  > div
  #latest_thinking_center
  > div:nth-child(2)
  #thinking-item
  > .text:first-child:hover
  span,
#latest_thinking
  > div
  #latest_thinking_center
  > div:nth-child(3)
  #thinking-item
  > .text:first-child:hover
  span,
#latest_thinking
  > div
  #latest_thinking_left
  > div:nth-child(2)
  #thinking-item
  > .text:first-child:hover
  span,
#latest_thinking
  > div
  #latest_thinking_left
  > div:nth-child(3)
  #thinking-item
  > .text:first-child:hover
  span {
  color: #7e694f;
}
#latest_thinking > div #latest_thinking_center > div:nth-child(3),
#latest_thinking > div #latest_thinking_left > div:nth-child(3) {
  margin-top: 4.8rem;
}
#latest_thinking > div #latest_thinking_center #thinking-more .button {
  text-align: right;
}
#latest_thinking
  > div
  #latest_thinking_center
  #thinking-more
  .button
  .cmp-button.cmp-button-hasIcon {
  height: 2.6rem;
  margin: 0;
}
#latest_thinking > div #latest_thinking_image {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 59.7rem;
  background-position: 50%;
}
#latest_thinking > div #latest_thinking_image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 12, 12, 0.5);
}
#latest_thinking > div #latest_thinking_image .text {
  height: 23rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5rem 1rem;
  vertical-align: middle;
  text-align: center;
  width: 80%;
  left: 10%;
  top: 13.3rem;
  border-bottom: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  font-family: ChapRegular;
  text-transform: uppercase;
}
#latest_thinking > div #latest_thinking_image .button {
  text-align: center;
  top: 41.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@-webkit-keyframes thinking1 {
  0% {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes thinking1 {
  0% {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes thinking2 {
  0% {
    -webkit-transform: translateY(15rem);
    transform: translateY(15rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes thinking2 {
  0% {
    -webkit-transform: translateY(15rem);
    transform: translateY(15rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #latest_thinking {
    padding: 3rem 0 0;
  }
  #latest_thinking > div #latest_thinking_left {
    height: auto;
    padding: 0 1.3rem;
  }
  #latest_thinking > div #latest_thinking_left > div:first-child {
    text-align: center;
    margin-bottom: 3rem;
  }
  #latest_thinking > div #latest_thinking_left > div:nth-child(2),
  #latest_thinking > div #latest_thinking_left > div:nth-child(3) {
    padding-top: 3rem;
  }
  #latest_thinking > div #latest_thinking_left > div:nth-child(2) #thinking-item,
  #latest_thinking > div #latest_thinking_left > div:nth-child(3) #thinking-item {
    height: 13rem;
  }
  #latest_thinking > div #latest_thinking_left > div:nth-child(3) {
    margin-top: 3rem;
  }
  #latest_thinking > div #latest_thinking_center {
    height: auto;
    padding: 0 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #latest_thinking > div #latest_thinking_center #thinking-more .button {
    text-align: center;
  }
  #latest_thinking > div #latest_thinking_center #thinking-more .button .cmp-button__text {
    color: #7e694f;
  }
  #latest_thinking > div #latest_thinking_center > div:first-child {
    text-align: center;
  }
  #latest_thinking > div #latest_thinking_center > div:nth-child(2) #thinking-item,
  #latest_thinking > div #latest_thinking_center > div:nth-child(3) #thinking-item {
    height: 13rem;
  }
  #latest_thinking > div #latest_thinking_center > div:nth-child(2) {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #000;
    margin-bottom: 3rem;
  }
  #latest_thinking > div #latest_thinking_center > div:nth-child(3) {
    margin-top: 3rem;
  }
  #latest_thinking > div #latest_thinking_image {
    height: 56.2rem;
  }
  #latest_thinking > div #latest_thinking_image .text {
    height: auto;
    padding: 3rem;
  }
}
#latest_thinking_image .text_backgroundColor_grey:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 750px) {
  #latest_thinking .active1 .cmp-container > .layoutContainer:first-child {
    -webkit-animation: thinking1 2s ease;
    animation: thinking1 2s ease;
  }
  #latest_thinking .active1 .cmp-container > .layoutContainer:nth-child(2) {
    -webkit-animation: thinking2 1.2s ease 1s both;
    animation: thinking2 1.2s ease 1s both;
  }
  #latest_thinking .active1 .cmp-container > .layoutContainer:nth-child(3) {
    -webkit-animation: thinking2 1.7s ease 1s both;
    animation: thinking2 1.7s ease 1s both;
  }
  #latest_thinking .active2 .cmp-container > .layoutContainer:first-child {
    -webkit-animation: thinking1 2s ease;
    animation: thinking1 2s ease;
  }
  #latest_thinking .active2 .cmp-container > .layoutContainer:nth-child(2) {
    -webkit-animation: thinking2 1.2s ease 1s both;
    animation: thinking2 1.2s ease 1s both;
  }
  #latest_thinking .active2 .cmp-container > .layoutContainer:nth-child(3) {
    -webkit-animation: thinking2 1.7s ease 1s both;
    animation: thinking2 1.7s ease 1s both;
  }
  #latest_thinking .active3 #latest_thinking_image {
    -webkit-animation: thinking2 2s ease;
    animation: thinking2 2s ease;
  }
  #latest_thinking .active3 #latest_thinking_image .text {
    -webkit-animation: thinking1 1.5s ease 0.5s both;
    animation: thinking1 1.5s ease 0.5s both;
  }
  #latest_thinking .active3 #latest_thinking_image .button .cmp-button {
    -webkit-animation: thinking2 1.5s ease 0.5s both;
    animation: thinking2 1.5s ease 0.5s both;
  }
}
.topic {
  background: #fff;
}
.topic .topicItem {
  width: 20%;
  display: inline-block;
  margin-right: 3.2rem;
  margin-bottom: 1.5rem;
}
.topic .topicItem img {
  width: 100%;
}
.topic .topicItem p {
  color: #7e694f;
}
.topic .readMore,
.topic .topicTitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #7e694f;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 7rem;
  width: 100%;
  margin-bottom: 5rem;
  letter-spacing: 0.2rem;
}
.topic .readMore {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 3rem;
}
.topic .readMore span {
  margin-right: 2rem;
  color: #7e694f;
}
.topic .readMore a {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7e694f;
  margin-left: 45%;
}
.topic .readMore img {
  width: 3rem;
}
.topic .topic_content {
  padding: 0 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic.topic_three .topicItem {
  width: 32%;
  display: inline-block;
  margin-right: 2.8rem;
}
.topic.topic_three .topicItem img {
  width: 100%;
}
.topic.topic_three .topicItem:nth-child(2n + 3) {
  margin-right: 0;
}
.topic.topic_three.one_line .topicItem:nth-child(n + 4) {
  display: none;
}
.topic.topic_two .topicItem {
  width: 49%;
  display: inline-block;
  margin-right: 2.8rem;
}
.topic.topic_two .topicItem img {
  width: 100%;
}
.topic.topic_two .topicItem:nth-child(2n + 2) {
  margin-right: 0;
}
.topic.topic_two.one_line .topicItem:nth-child(n + 3) {
  display: none;
}
@media screen and (min-width: 750px) {
  #topics {
    overflow: hidden;
  }
  #topics .aem-Grid .image img {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #topics .aem-Grid .image img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #topics .aem-Grid .active {
    position: relative;
  }
  #topics .aem-Grid > .active:nth-child(2) {
    -webkit-animation: topice 1.5s ease;
    animation: topice 1.5s ease;
  }
  #topics .aem-Grid > .active:nth-child(3) {
    -webkit-animation: topice 2s ease;
    animation: topice 2s ease;
  }
  #topics .aem-Grid .button.active,
  #topics .aem-Grid > .active:nth-child(4) {
    -webkit-animation: topice 2.5s ease;
    animation: topice 2.5s ease;
  }
}
@-webkit-keyframes topice {
  0% {
    -webkit-transform: translateY(15rem);
    transform: translateY(15rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes topice {
  0% {
    -webkit-transform: translateY(15rem);
    transform: translateY(15rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#topics #topics_title h2 {
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #topics {
    padding: 0 1.3rem;
  }
  #topics .layoutContainer.container {
    margin-bottom: 2.4rem;
  }
  #topics .layoutContainer.container .cmp-container {
    position: relative;
  }
  #topics .layoutContainer.container .cmp-container .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #topics .layoutContainer.container .cmp-container .image .image-item,
  #topics .layoutContainer.container .cmp-container .image .image-item img {
    height: 100%;
  }
  #topics .layoutContainer.container .cmp-container .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    white-space: nowrap;
  }
  #topics .layoutContainer.container .cmp-container .text .cmp-text {
    padding: 0;
  }
}
#topics #topics_title {
  margin: 7rem 0 5.8rem;
}
#topics .button {
  text-align: center;
}
#topics .button:nth-child(5) {
  margin: 4.3rem 0 7rem;
}
#topics .layoutContainer > .cmp-container .cmp-text {
  letter-spacing: 0.1rem;
  padding-top: 1.6rem;
}
#topics .layoutContainer > .cmp-container .cmp-text p:hover {
  color: #7e694f;
  cursor: default;
}
#mobile_topic_button {
  display: none;
}
@media screen and (max-width: 750px) {
  #topics #topics_title,
  #topics .button:nth-child(5) {
    margin: 3rem 0;
  }
  #topics_button #topic_button {
    display: none;
  }
  #topics_button #mobile_topic_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homePage .carousel {
  font-family: source-sans-pro, sans-serif;
}
.homePage .cmp-carousel__content {
  height: auto;
}
.homePage .cmp-carousel__content .cmp-carousel__item {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.homePage .cmp-carousel__content .cmp-carousel__item .home-banner {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.homePage .cmp-carousel__content .cmp-carousel__item .home-banner.is-active {
  opacity: 1;
}
.homePage .cmp-carousel__content .cmp-carousel__indicator {
  cursor: pointer;
}
.homePage .homeBanner .banner-box {
  max-width: 95rem;
  width: 100%;
  z-index: 2;
}
.homePage .partner_container {
  background: #e9e9e9;
}
@media screen and (max-width: 750px) {
  .homePage .partner_container .sidebar_person {
    padding-bottom: 12rem;
    padding-top: 4rem;
  }
  .homePage .partner_container .sidebar_person .main {
    border: none;
  }
  .homePage .partner_container .sidebar_person .main .con_text dt {
    letter-spacing: 0.1rem;
  }
  .homePage .partner_container .sidebar_person .main:after {
    content: '';
    width: 80%;
    height: 1px;
    background: #121212;
    margin-left: 10%;
  }
}
.homePage .partner_container .sidebar_person .explore_more_button .kwm-icon--right {
  margin-left: 1rem;
}
.homePage .partner_container .swiper-container {
  position: relative;
  max-width: 144rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .homePage .partner_container .swiper-container {
    padding-bottom: 0;
  }
}
.homePage .partner_container .swiper-container .swiper-pagination {
  bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .homePage .partner_container .swiper-container .swiper-pagination {
    bottom: 3rem;
  }
}
.homePage .partner_container .swiper-container .partner_swiper-button-next,
.homePage .partner_container .swiper-container .partner_swiper-button-prev {
  color: #7e694f;
}
.homePage .partner_container .swiper-container .partner_swiper-button-next:hover,
.homePage .partner_container .swiper-container .partner_swiper-button-prev:hover {
  opacity: 0.6;
}
.homePage .partner_container .swiper-container .partner_swiper-button-prev {
  left: 8.33%;
}
.homePage .partner_container .swiper-container .partner_swiper-button-next {
  right: 8.33%;
}
.homePage .partner_container .swiper-pagination-bullet-active {
  background: #121212;
  width: 6px !important;
  height: 6px !important;
}
.homePage .partner_container .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
}
.homePage .pc-width {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
.homePage .homeButton {
  position: fixed;
  right: 3.06%;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .homePage .homeButton {
    display: none;
  }
}
.homePage .homeButton .progress-box {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  height: 3.2rem;
  width: 3.2rem;
  left: -1px;
}
.homePage .homeButton .progress-box .persentdiv {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  position: absolute;
  clip: rect(0, 3.2rem, 3.2rem, 1.6rem);
}
.homePage .homeButton .progress-box .persentdiv .persentleft {
  clip: rect(0, 1.6rem, 3.2rem, 0);
}
.homePage .homeButton .progress-box .persentdiv .persentleft,
.homePage .homeButton .progress-box .persentdiv .persentright {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #7e694f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.homePage .homeButton .progress-box .persentdiv .persentright {
  clip: rect(0, 3.2rem, 3.2rem, 1.6rem);
}
.homePage .homeButton .progress-box .persentdiv .wth0 {
  width: 0;
}
.homePage .homeButton .progress-box .num {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 2pc;
  left: 0.1rem;
  top: 0.1rem;
  border-radius: 50%;
  color: #7e694f;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homePage .homeButton .progress-box .num .top-line {
  width: 1.8rem;
  height: 0.08rem;
  position: absolute;
  top: 1.1rem;
  background-color: #7e694f;
}
.homePage .homeButton .progress-box .num span {
  margin-top: 0.7rem;
}
.homePage .homeButton .progress-box .clip-auto {
  clip: rect(auto, auto, auto, auto);
}
.homePage .hidden-h1 {
  display: none;
}
