@charset "UTF-8";
@font-face {
  font-family: DINCond;
  src: url("/binary/fonts/DINCond-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
* {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", "冬青黑体", STHeiti, "华文黑体", "Microsoft YaHei", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

html.en {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
  min-width: 375px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

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

noscript {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: #E60012;
}

::-webkit-input-placeholder {
  color: #9E9E9F;
}

::-moz-placeholder {
  color: #9E9E9F;
}

:-moz-placeholder {
  color: #9E9E9F;
}

:-ms-input-placeholder {
  color: #9E9E9F;
}

#container {
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#container.aside {
  left: -307px;
}

.storey {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.storey .background-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .content-wrapper {
    overflow: visible;
    width: 960px;
  }
}
.content-wrapper.fullHeight {
  height: 100%;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hiddenForDesktop {
    display: none !important;
  }
}

.hiddenTillDesktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hiddenTillDesktop {
    display: block !important;
  }
  .hiddenTillDesktop.inline {
    display: inline !important;
  }
  .hiddenTillDesktop.inlineBlock {
    display: inline-block !important;
  }
}

.visibilityHidden {
  visibility: hidden;
}

.opacity0 {
  opacity: 0;
}

.transition05s {
  -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;
}

.transitionOpacityVisibility05s {
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
}

#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgba(17, 23, 47, 0.9);
  border-bottom: 1px solid #707578;
  white-space: nowrap;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#header.aside {
  left: -307px;
}
#header #logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -3px;
  height: 40px;
  margin-top: 20px;
}
#header .wrapper.at-right {
  position: absolute;
  right: 0;
  top: 29px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
#header .wrapper.at-right .link {
  display: none;
  margin-right: 32px;
  color: #F2F2F2;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right .link {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right .link.on, #header .wrapper.at-right .link:hover {
  color: #E20054;
}
#header .wrapper.at-right .link.on {
  font-size: 16px;
  font-weight: 600;
}
html.en #header .wrapper.at-right .link {
  margin-right: 14px;
}
html.en #header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right #language {
  position: relative;
  display: none;
  vertical-align: middle;
  margin-left: 56px;
  color: #F2F2F2;
}
#header .wrapper.at-right #language:hover {
  color: #E20054;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
html.en #header .wrapper.at-right #language {
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #language {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right #menuButton {
  position: absolute;
  width: 36px;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #menuButton {
    display: none;
  }
}
#header .wrapper.at-right #menuButton .line {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  border-radius: 1px;
}
#header .wrapper.at-right #menuButton .line.last {
  margin-bottom: 0;
}

#mobile-menu {
  position: fixed;
  z-index: 0;
  display: block;
  width: 307px;
  height: 100%;
  right: -307px;
  top: 0;
  background-color: #3A3A3A;
  -webkit-transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -ms-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  transition: right 0.5s ease 0s;
}
#mobile-menu.show {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#mobile-menu .entry {
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  color: white;
  font-size: 16px;
}
#mobile-menu .entry.on {
  color: #E20054;
}

.motto {
  position: absolute;
  left: -2px;
  bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  color: #B3B3B4;
}
.motto.smaller {
  font-size: 19px;
}
#carousel .motto, .motto.brighter {
  left: 0;
  bottom: 40px;
  color: #F2F2F2;
}
@media screen and (min-width: 1024px) {
  #carousel .motto, .motto.brighter {
    left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .motto {
    bottom: 80px;
    font-size: 32px;
  }
  .motto.smaller {
    font-size: 28px;
  }
}
.motto .keyword {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .motto .keyword {
    font-size: 40px;
  }
}
.motto .highlight {
  color: #E20054;
}

.caption {
  position: relative;
  line-height: 38px;
  font-size: 24px;
  color: #595757;
}
@media screen and (min-width: 1024px) {
  .caption {
    font-size: 32px;
  }
}
.caption .bottom-separator {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 70px;
  height: 0;
  margin-left: -35px;
  border-bottom: 2px solid #E20054;
}
.caption .bottom-separator.at-left {
  left: 0;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .caption .bottom-separator.atLeftOnlyOnDesktop {
    left: 0;
    margin-left: 0;
  }
}
.caption .bottom-separator.lower {
  bottom: -20px;
}

.article-wrapper {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .article-wrapper {
    padding-top: 150px;
  }
  .article-wrapper.largerBottomPadding {
    padding-bottom: 200px;
  }
}
.article-wrapper .back-link {
  display: inline-block;
  vertical-align: baseline;
  color: #595757;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .back-link {
    font-size: 16px;
  }
}
.article-wrapper .back-link .icon {
  display: inline-block;
  vertical-align: baseline;
  height: 0.8em;
  margin-right: 12px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.article-wrapper h1 {
  margin: 30px 0 8px 0;
  color: #595757;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .article-wrapper h1 {
    width: 650px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.article-wrapper .title-deco {
  width: 70px;
  height: 1px;
  background-color: #E20054;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .title-deco {
    height: 2px;
  }
}
.article-wrapper #article {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article {
    width: 650px;
    font-size: 16px;
  }
}
.article-wrapper #article h2 {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article h2 {
    font-size: 16px;
  }
}
.article-wrapper #article .underlined {
  text-decoration: underline;
}

.brand-logo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .brand-logo-wrapper {
    width: 150px;
    height: 150px;
  }
  .brand-logo-wrapper.monochrome img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.monochrome img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .brand-logo-wrapper.dim img {
    opacity: 0.7;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.dim img:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
}
.brand-logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.storey.contact {
  background-color: #595757;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: top;
  letter-spacing: 2px;
}
.storey.contact .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.contact #contact-info {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 48px 0 30px 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info {
    width: 600px;
  }
}
.storey.contact #contact-info .title {
  color: #F2F2F2;
  font-size: 32px;
  font-weight: 400;
}
.storey.contact #contact-info .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  margin-right: 32px;
  color: #F2F2F2;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat {
  cursor: pointer;
}
.storey.contact #contact-info .item.wechat .icon {
  margin-right: 0;
}
.storey.contact #contact-info .item.wechat .popupQR {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  width: 100%;
  top: 80px;
  bottom: 0;
  line-height: normal;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat .popupQR.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR {
    position: absolute;
    left: 50%;
    bottom: 150%;
    top: auto;
    width: 322px;
    margin-left: -161px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  }
}
.storey.contact #contact-info .item.wechat .popupQR img {
  width: 100%;
}
.storey.contact #contact-info .item.wechat .popupQR .triangle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR .triangle {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -21px;
    width: 0;
    height: 0;
    margin-left: -18px;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: white transparent transparent transparent;
  }
}
.storey.contact #contact-info .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.storey.contact #contact-info .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.storey.contact #contact-info .map {
  width: 230px;
  margin-top: 35px;
}
.storey.contact #contact-info .address {
  position: relative;
  margin-top: 20px;
  color: #F2F2F2;
  font-size: 14px;
  letter-spacing: 1px;
}
.storey.contact #contact-form {
  display: block;
  width: 272px;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 128px 0 30px 0;
  }
}
.storey.contact #contact-form input, .storey.contact #contact-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 2px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  outline: none;
}
.storey.contact #contact-form input {
  height: 36px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.storey.contact #contact-form textarea {
  height: 160px;
  padding: 10px 15px;
  resize: none;
}
.storey.contact #contact-form #contactSubmitWrapper {
  text-align: right;
}
.storey.contact #contact-form #contactSubmitWrapper #contact-submit {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  color: #F2F2F2;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

#footer {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #11172F;
}
#footer .icon, #footer .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .icon {
  height: 30px;
  margin-right: 10px;
}
#footer .link {
  margin-right: 10px;
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
}
#footer .link:last-of-type {
  margin-right: 0;
}
#footer #beian {
  margin-right: 30px;
}

.storey.digitalEcoPartner {
  padding: 40px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 90%;
  text-align: center;
}
.storey.digitalEcoPartner.withoutCaption {
  padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner {
    padding-top: 50px;
  }
  .storey.digitalEcoPartner.withoutCaption {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.storey.digitalEcoPartner .background-mask {
  background-color: rgba(17, 23, 47, 0.65);
}
.storey.digitalEcoPartner .content-wrapper .caption {
  color: white;
}
.storey.digitalEcoPartner .content-wrapper .graph {
  height: 326px;
  margin-top: 50px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .graph {
    height: 540px;
    margin-top: 20px;
    margin-left: 330px;
  }
}
.storey.digitalEcoPartner .content-wrapper .sPivot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .sPivot {
    bottom: 20px;
    width: 100px;
  }
}

.storey.slogan {
  padding-top: 150px;
  padding-bottom: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.slogan {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
.storey.slogan .content-wrapper .caption {
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.slogan .content-wrapper .caption {
    text-align: left;
  }
}
.storey.slogan .content-wrapper .text {
  position: relative;
  line-height: 1.8;
  margin-top: 60px;
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .storey.slogan .content-wrapper .text {
    width: 510px;
    margin-top: 42px;
    font-size: 16px;
  }
}

.storey.photo .teamPhoto {
  display: block;
  width: 100%;
}

.storey.description {
  padding: 40px 0 50px 0;
  background-color: #E9E9E9;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.description {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.storey.description .text {
  margin-top: 50px;
  color: #595757;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .storey.description .text {
    font-size: 16px;
    text-align: center;
  }
}

.storey.culture {
  background-color: #11172F;
}
.storey.culture .image {
  display: block;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.culture .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
.storey.culture .text-half {
  padding: 40px 0 50px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.culture .text-half {
    margin-left: 50%;
    padding: 74px 0 74px 95px;
    text-align: left;
  }
}
.storey.culture .text-half .text-wrapper .caption {
  margin: 0;
  color: #F7F7F7;
}
.storey.culture .text-half .text-wrapper .text {
  line-height: 1.8;
  margin-top: 49px;
  color: #F7F7F7;
  font-size: 16px;
}
.storey.culture .text-half .text-wrapper .text .larger {
  font-size: 20px;
}

.storey.resolution {
  padding: 30px 0 120px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.resolution {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}
.storey.resolution .background-mask {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: top;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .storey.resolution .background-mask {
    background-position-y: 20%;
  }
}
.storey.resolution .caption {
  margin: 0;
}

.storey.photoWall {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  background-color: #E9E9E9;
  font-size: 0;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.storey.photoWall::-webkit-scrollbar {
  display: none;
}
.storey.photoWall .maskWithText {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background-color: rgba(17, 23, 47, 0.9);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .maskWithText {
    left: 50%;
    width: 33.33%;
    height: auto;
    bottom: 0;
    margin-left: -480px;
  }
}
.storey.photoWall .maskWithText .textWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 16px 0 16px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .maskWithText .textWrapper {
    padding: 80px 50px 0 50px;
  }
}
.storey.photoWall .maskWithText .textWrapper .caption {
  margin: 0;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .maskWithText .textWrapper .caption {
    text-align: left;
  }
}
.storey.photoWall .maskWithText .textWrapper .text {
  margin-top: 50px;
  color: white;
  font-size: 14px;
  text-align: center;
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .maskWithText .textWrapper .text {
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }
}
.storey.photoWall .column {
  position: relative;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .column {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 532px;
  }
}
.storey.photoWall .column .photo {
  position: relative;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.photoWall .column .photo {
    height: 266px;
  }
}
.storey.photoWall .column .photo .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(17, 23, 47, 0.5);
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.storey.photoWall .column .photo:hover .mask {
  background-color: rgba(255, 255, 255, 0);
}

.storey.features {
  padding: 40px 0 20px 0;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1024px) {
  .storey.features {
    padding-bottom: 80px;
  }
}
.storey.features .content-wrapper {
  font-size: 0;
  text-align: center;
}
.storey.features .content-wrapper .caption {
  font-size: 30px;
}
.storey.features .content-wrapper .sub-caption {
  line-height: 30px;
  margin: 12px 0 55px 0;
  color: #595757;
  font-size: 16px;
}
.storey.features .content-wrapper .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .storey.features .content-wrapper .item {
    margin-bottom: 0;
  }
}
.storey.features .content-wrapper .item .icon {
  height: 88px;
}
.storey.features .content-wrapper .item .text {
  margin-top: 24px;
  color: #595757;
  font-size: 20px;
}
.storey.features .content-wrapper .item .sub-text {
  line-height: 20px;
  margin-top: 10px;
  color: #595757;
  font-size: 12px;
}
