.wrapper {
overflow: clip
}
img,
svg {
vertical-align: top
}
.indent-bottom {
margin-bottom: 100px
}
.indent-bottom-medium {
margin-bottom: 40px
}
.indent-top {
margin-top: 100px
}
.indent-top-medium {
margin-top: 40px
}
.colored-section {
padding: 100px 0
}
.new-container {
padding: 0 20px
}
.new-project-head {
margin-top: -13px;
padding-top: 59px
}
.new-project-head .h1,
.new-project-head h1 {
font-size: 28px;
line-height: 36px;
letter-spacing: 0
}
.new-project-name {
font-size: 18px;
line-height: 28px;
letter-spacing: -1px;
display: block;
margin-bottom: 20px
}
.new-project-poster {
position: relative;
z-index: 20;
aspect-ratio: 1920/960
}
.new-project-poster img,
.visual-elements .image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.new-columns-heading {
font-size: 16px;
line-height: 24px;
color: #0c0c0c;
font-weight: 400
}
.new-columns-heading .h3,
.new-columns-heading h3 {
margin-bottom: 24px
}
.new-columns-heading p+p {
margin-top: 16px
}
.new-columns-heading .button {
margin-top: 25px
}
.new-columns-heading .button:not(.white) svg path {
stroke: #fff;
-webkit-transition: stroke .3s ease-in-out;
transition: stroke .3s ease-in-out
}
.no-touch .new-columns-heading .button:not(.white):hover svg path {
stroke: #000
}
.new-columns-heading .intro {
font-size: 22px;
line-height: 30px
}
.new-columns-heading .overview-table {
position: relative;
z-index: 20;
margin-top: 38px;
padding-top: 46px;
font-size: 16px;
line-height: 28px
}
.new-columns-heading .overview-table:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 160px;
height: 8px;
background-color: #e23
}
.new-columns-heading .overview-table .row {
border-bottom: 1px solid rgba(0, 0, 0, .2);
padding-bottom: 20px;
margin-bottom: 20px
}
.new-columns-heading .overview-table .row:last-child {
margin-bottom: 0
}
.new-columns-heading .overview-table .name {
font-size: 18px;
line-height: 28px
}
.new-challenges,
.new-challenges-photo {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.new-challenges {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
padding: 0 15px
}
.new-challenges-photo {
width: 100%;
position: relative;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
padding: 80px 20px 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.new-challenges-photo .image {
overflow: hidden
}
.new-challenges-info .image img.has-animation,
.new-challenges-photo .image img.has-animation,
.visual-elements .image img.has-animation {
-webkit-transition: -webkit-transform 1s ease-in-out;
transition: transform 1s ease-in-out;
transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.new-challenges-info .image img.has-animation.animate,
.new-challenges-photo .image img.has-animation.animate,
.visual-elements .image img.has-animation.animate {
-webkit-transform: scale(1);
transform: scale(1)
}
.new-challenges-info {
background-color: #f4f5f5;
color: #3c3c3c;
position: relative;
z-index: 20;
padding: 40px
}
.new-challenges-info .svg-text {
margin-bottom: 30px
}
.new-challenges-info .logo {
width: 140px;
margin-bottom: 32px
}
.new-challenges-info .image {
margin: 0 -40px -40px;
overflow: hidden
}
.new-challenges-info .image img.has-animation,
.visual-elements .image img.has-animation {
-webkit-transform: scale(.9);
transform: scale(.9)
}
.photo-parallax-on-scroll {
overflow: hidden;
padding-top: 100%
}
.photo-parallax-on-scroll .logo {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 30;
width: 80px;
height: 80px;
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
}
.photo-parallax-on-scroll .parallax {
position: absolute;
left: -8%;
top: -8%;
max-width: 120%;
max-height: 120%;
width: 120%;
height: 120%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 0;
object-position: 0 0;
-webkit-transition: -webkit-transform .01s linear;
transition: transform .01s linear;
transition: transform .01s linear, -webkit-transform .01s linear;
will-change: transform
}
.photo-parallax-on-scroll,
.video-ipad-holder {
position: relative;
z-index: 20
}
.video-ipad-holder::after {
content: '';
width: 100%;
height: 93%;
position: absolute;
bottom: 0;
left: 0;
background-color: #f4f5f5;
z-index: 0
}
.video-ipad-holder>img {
width: 100%;
display: block;
position: relative;
z-index: 1
}
.video-ipad-holder .video-holder {
position: absolute;
top: 0;
padding-top: 1.15%;
left: 50%;
width: 71.35vw;
height: 47.3vw;
-webkit-transform: translateX(-49.1%);
transform: translateX(-49.1%);
z-index: 40;
min-width: 174.398px;
min-height: 120.671px
}
.video-ipad-holder video,
.video-ipad-holder img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.visual-elements {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px
}
.visual-elements .image {
width: 100%;
position: relative;
aspect-ratio: 930/1104;
overflow: hidden
}
.visual-elements .image img.has-animation {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.new-brand-photos .item {
padding-top: 100%;
position: relative;
z-index: 20;
background-color: #1a1a1c;
overflow: hidden;
max-width: 100vw
}
.new-brand-photos .item>img:not(.animation) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.new-brand-photos .item.with-text {
background-color: #f0f0f0;
padding: 20px 0;
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: center;
-ms-flex-pack: center;
justify-content: center;
gap: 40px;
min-height: 360px
}
.new-brand-photos .infinite-lines {
position: relative;
opacity: .1;
gap: 40px
}
.parallax-on-mouse {
padding-top: 100%;
overflow: hidden;
background-color: #f2f2f2;
-webkit-transition: -webkit-transform .01s linear;
transition: transform .01s linear;
transition: transform .01s linear, -webkit-transform .01s linear
}
.parallax-on-mouse img {
position: absolute;
top: -40px;
left: 0;
max-width: 200%;
max-height: 200%;
width: 120vw;
margin-left: -10vw;
height: 120%;
-o-object-fit: cover;
object-fit: cover
}
.no-touch .parallax-on-mouse img {
top: 0;
width: 130vw;
height: 130%;
margin-left: -30vw;
margin-top: -15%;
-webkit-transition: -webkit-transform .1s linear;
transition: transform .1s linear;
transition: transform .1s linear, -webkit-transform .1s linear
}
.aside-nav a,
.outcomes,
.parallax-on-mouse,
.responsive-design-section {
position: relative;
z-index: 20
}
.responsive-design-section .mobile-photo,
.responsive-design-section:after {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.responsive-design-section:after {
content: "";
bottom: 0;
width: 100vw; background: rgba(52,72,99,.06);
height: 273px
}
.responsive-design-section .responsive-design-phone-mask {
width: 252px;
height: 421px;
position: relative;
z-index: 10;
margin: 0 auto;
pointer-events: none
}
.responsive-design-section .mobile-photo {
top: 6px;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px
}
.outcomes {
padding: 265px 20px 50px;
background: url(//kuaping.cn/zh/wp-content/themes/kuaping2026/assets/images/nysc-decor.jpg) no-repeat;	
}
.outcomes .outcomes-bg,
.outcomes img {
position: absolute;
left: 0;
top: 0;
height: 100%
}
.outcomes .outcomes-bg {
right: 0;
z-index: -1
}
.outcomes img {
opacity: 0;
width: 100%;
-o-object-fit: cover;
object-fit: cover
}
.outcomes .button {
min-width: 232px;
min-height: 59px;
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;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content
}
.outcomes .button svg {
margin: -2px 0 0 10px;
display: inline-block;
vertical-align: top
}
.counter-slider {
margin: 0 -20px 15px 0;
background-color: red;
-webkit-clip-path: polygon(18px 0%, 100% 0, 100% 100%, 0 100%, 0% 24px);
clip-path: polygon(18px 0%, 100% 0, 100% 100%, 0 100%, 0% 24px)
}
.counter-item {
padding: 21px 0 24px 24px;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 24px
}
.counter-item .number { font-size: 36px;
line-height: 1;
letter-spacing: -1px;
margin-bottom: -1px;
text-edge: cap
}
.next-case-study .photo {
margin-bottom: 40px;
height: 320px;
width: 100%;
position: relative;
z-index: 20;
overflow: hidden
}
.no-touch .next-case-study .photo:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.no-touch .next-case-study .intro a:hover,
.no-touch .next-case-study .photo:hover+.title a {
text-decoration: underline
}
.no-touch .next-case-study .intro a:hover svg,
.no-touch .next-case-study .photo:hover+.title a svg {
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
.next-case-study .intro svg,
.next-case-study img {
-webkit-transition: -webkit-transform .8s ease-in-out;
transition: transform .8s ease-in-out;
transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
}
.next-case-study img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.next-case-study .name {
display: block;
font-size: 18px;
font-weight: 700;
line-height: 28px;
letter-spacing: -1px;
margin-bottom: 12px
}
.next-case-study .intro {
font-size: 28px;
font-weight: 700;
line-height: 36px
}
.next-case-study .intro svg {
display: inline-block;
vertical-align: top;
margin-top: 12px
}
.get-in-touch {
border-top: 1px solid rgba(9, 9, 9, .1)
}
.aside-nav {
display: none
}
.aside-nav li+li {
margin-top: 8px
}
.aside-nav li.active a,
.no-touch .aside-nav a:hover {
-webkit-box-shadow: inset 0 0 0 5px #fc0;
box-shadow: inset 0 0 0 5px #fc0
}
.aside-nav li.active span {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: 1
}
.aside-nav a {
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 1.5px rgba(12, 12, 12, .2);
box-shadow: inset 0 0 0 1.5px rgba(12, 12, 12, .2);
-webkit-transition: -webkit-box-shadow .5s ease-in-out;
transition: box-shadow .5s ease-in-out;
transition: box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out
}
.aside-nav span {
pointer-events: none;
position: absolute;
top: 50%;
left: 100%;
margin-left: 16px;
-webkit-transform: translate(-10px, -50%);
transform: translate(-10px, -50%);
opacity: 0;
color: #0c0c0c;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
background-color: #fff;
-webkit-box-shadow: 0 3px 9px rgba(27, 37, 70, .12);
box-shadow: 0 3px 9px rgba(27, 37, 70, .12);
padding: 10px;
border-radius: 10px;
white-space: nowrap;
-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
transition: opacity .5s ease-in-out, transform .5s ease-in-out;
transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
.aside-nav span:before {
content: "";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
background: url(//kuaping.cn/zh/wp-content/themes/kuaping2026/assets/images/ico-aside-nav.svg) no-repeat;
z-index: -1
}
@media (min-width:744px) {
.counter-slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.counter-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
padding: 24px;
margin-right: 0
}
}
@media (min-width:768px) {
.new-challenges-photo {
padding-top: 150px
}
.new-challenges-info {
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;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.photo-parallax-on-scroll {
padding-top: 60%
}
.photo-parallax-on-scroll .logo {
width: 120px;
height: 120px
}
.new-brand-photos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -4px;
margin-top: -4px
}
.new-brand-photos .item {
padding-top: 50%;
width: calc(50% - 4px);
margin: 4px 0 0 4px
}
.new-brand-photos .item:nth-child(5) {
width: 100%
}
.parallax-on-mouse {
padding-top: 62.2%
}
.outcomes {
padding-left: 50px
}
.counter-item .number {
font-size: 50px
}
.next-case-study .photo {
height: 360px
}
}
@media (min-width:1024px) {
.colored-section.color-gray {
background-color: #f3f4f6
}
.new-columns-heading,
.new-columns-heading .overview-table .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.new-columns-heading .title-wrap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-right: 25px
}
.new-columns-heading .info-wrap {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 65%
}
.new-columns-heading .overview-table .row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.new-columns-heading .overview-table .name+div {
text-align: right;
padding-left: 50px
}
.new-challenges {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.new-challenges-photo {
position: relative;
z-index: 20;
width: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 150px 40px 40px
}
.new-challenges-info {
padding: 70px;
width: 50%
}
.new-challenges-info .svg-text {
position: relative;
z-index: 20;
margin-bottom: 60px
}
.new-challenges-info .image {
margin: 0 -70px -70px
}
.video-ipad-holder>img {
width: 68.3%;
margin: 0 auto
}
.video-ipad-holder .video-holder {
padding-top: .7%;
width: 48.85%;
height: 71.3%
}
.video-ipad-holder video,
.video-ipad-holder img {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.visual-elements {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.visual-elements .image {
width: 50%
}
.next-case-study {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.next-case-study .photo {
margin-bottom: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 45%;
margin-right: 50px
}
}
@media (min-width:1200px) {
.indent-bottom {
margin-bottom: 175px
}
.indent-bottom-medium {
margin-bottom: 60px
}
.indent-top {
margin-top: 175px
}
.indent-top-medium {
margin-top: 60px
}
.colored-section {
padding: 135px 0
}
.new-container {
width: 100%;
max-width: 1085px;
margin: 0 auto
}
.new-project-head {
padding-top: 60px
}
.new-project-head .h1,
.new-project-head h1 {
font-size: 60px;
line-height: 66px
}
.new-project-name {
margin-bottom: 42px
}
.new-columns-heading {
font-size: 20px;
line-height: 28px
}
.new-columns-heading .info-wrap {
width: 59.2%
}
.new-columns-heading .intro {
font-size: 32px;
line-height: 42px
}
.new-columns-heading .overview-table {
font-size: 18px;
line-height: 28px;
margin-top: 60px;
padding-top: 70px
}
.new-columns-heading .overview-table:before {
width: 284px
}
.new-columns-heading .overview-table .row {
padding-bottom: 30px;
margin-bottom: 30px
}
.new-challenges {
gap: 30px
}
.photo-parallax-on-scroll {
padding-top: 49.5%
}
.photo-parallax-on-scroll .logo {
width: 160px;
height: 160px
}
.video-ipad-holder {
margin-left: 15px;
margin-right: 15px
}
.video-ipad-holder video,
.video-ipad-holder img {
border-top-left-radius: 7px;
border-top-right-radius: 7px
}
.new-brand-photos {
margin-left: -15px;
margin-top: -15px
}
.new-brand-photos .item {
margin: 15px 0 0 15px;
padding-top: 25.9%
}
.new-brand-photos .item:nth-child(1) {
width: calc(47% - 15px)
}
.new-brand-photos .item:nth-child(2),
.new-brand-photos .item:nth-child(3) {
width: calc(26.5% - 15px)
}
.new-brand-photos .item:nth-child(4),
.new-brand-photos .item:nth-child(5) {
width: calc(50% - 15px)
}
.parallax-on-mouse {
margin-top: 100px
}
.responsive-design-section {
padding-top: 0
}
.responsive-design-section:after {
height: 520px
}
.responsive-design-section .responsive-design-phone-mask {
width: 359px;
height: 600px
}
.responsive-design-section .mobile-photo {
top: 8px;
height: 500px
}
.outcomes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
min-height: 640px
}
.outcomes .wrap {
margin-left: auto;
-webkit-box-flex:initial;
-ms-flex-positive: initial;
flex-grow: initial;
}
.outcomes .button {
min-width: 219px
}
.counter-slider {
margin-bottom: 30px
}
.counter-item {
padding: 40px 20px;
min-width: 265px
}
.counter-item .number { }
.counter-item p {
max-width: 214px
}
.next-case-study .photo {
width: 39%
}
.next-case-study .name {
margin-bottom: 30px
}
.next-case-study .intro {
font-size: 40px;
line-height: 46px
}
.next-case-study .intro svg {
margin-top: 30px
}
.aside-nav {
display: block;
position: sticky;
left: 0;
top: 50vh;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 4px;
background: #fff;
-webkit-box-shadow: 0 3px 9px 0 rgba(27, 37, 70, .12);
box-shadow: 0 3px 9px 0 rgba(27, 37, 70, .12);
width: 24px;
padding: 8px;
z-index: 100;
pointer-events: all
}
}
@media (min-width:1440px) {
.new-container {
padding: 0;
max-width: 1250px
}
.new-challenges-info {
padding: 80px;
overflow: hidden
}
.new-challenges-info .image {
margin: 0 -80px -80px
}
.video-ipad-holder video,
.video-ipad-holder img {
border-top-left-radius: 10px;
border-top-right-radius: 10px
}
.outcomes { }
.counter-item {
min-width: 290px
}
.counter-item .number { }
}
@media (min-width:1800px) {
.indent-bottom { }
.indent-bottom-medium {
margin-bottom: 80px
}
.indent-top {
margin-top: 250px
}
.indent-top-medium {
margin-top: 80px
}
.colored-section {
padding: 185px 0
}
.new-container {
max-width: 1570px
}
.new-project-head {
padding-top: 60px
}
.new-project-head .h1,
.new-project-head h1 {
font-size: 60px;
line-height: 66px;
padding-right: 200px
}
.new-columns-heading .overview-table .row {
padding-bottom: 40px;
margin-bottom: 41px
}
.new-challenges-photo {
padding-top: 426px
}
.new-challenges-info .svg-text {
margin-bottom: 90px
}
.photo-parallax-on-scroll .logo {
width: 208px;
height: 208px
}
.video-ipad-holder video,
.video-ipad-holder img {
border-top-left-radius: 13px;
border-top-right-radius: 13px
}
.parallax-on-mouse {
margin-top: 154px
}
.responsive-design-section:after {
height: 800px;
background-size: cover
}
.responsive-design-section .responsive-design-phone-mask {
width: 538px;
height: 899px
}
.responsive-design-section .mobile-photo {
height: 745px;
top: 14px;
border-radius: 32px;
}
.outcomes { }
.counter-slider {
padding-right: 80px
}
.next-case-study .photo {
height: 440px;
margin-right: 110px
}
.next-case-study .intro {
font-size: 60px;
line-height: 66px;
font-weight: 400
}
}
@media (max-width:1199px) {
.responsive-design-section:after {
height: 393px
}
}
@media (max-width:1023px) {
.new-columns-heading .overview-table .name {
opacity: .4;
margin-bottom: 12px
}
}
@media (max-width:767px) {
.video-ipad-holder {
margin-bottom: 160px
}
.new-brand-photos .item+.item {
margin-top: 4px
}
}
@media (max-width:743px) {
.counter-item {
min-width: 202px;
max-width: 202px
}
}