.swiper-container {
	width: 100%;
	height: 100%;
}
.slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    height: 100%;
}
.slide-wrapper {
	position: absolute;
    width: 23%;
    height: 40vh;
	overflow-y: auto;
}
.slide-content {
	padding: 60px;
	width: 100%;
	min-height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
}
.slide-link {
	display: flex;
}
.slide-image {
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover;
}
.half-slide__overlay {
    width: 50%;
}
.slide-content__inner {
	text-align: center;
	position: relative;
	z-index: 9;
	margin: auto 0;
    -o-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
    -webkit-transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
	transition: all .5s cubic-bezier(0.37, 0.01, 0, 0.98);
	transition-duration: 2s;
}
.slide-title {
	font-size: 30px;
    white-space: normal;
    word-break: break-word;
    z-index: 100;
	font-weight: bold;
}
.slide-title span {
	white-space: pre;
	display: inline-block;
	opacity: 0;
}
.o-slide--line {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.slide-details {
	font-size: 17px;
}
.slide-details p {
    margin-bottom: 0;
}
.slideshow {
	position: relative;
	height: 100vh;
}
.slide__title {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-mix-blend-mode: normal;
    mix-blend-mode: normal;
    background-blend-mode: normal;
    line-height: 100vh;
	font-size: 20vw;
	width: 100%;
	text-align: center;
	opacity: 0.8;
	font-weight: bold;
}
.slideshow-pagination {
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .3s opacity;
	z-index: 10;
}
.slideshow-pagination-item {
	display: flex;
	align-items: center;
}

.slideshow-pagination-item .pagination-number {
	opacity: 0.5;
}
.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
	cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
	width: 0;
}
.slideshow-pagination-item.active .pagination-number {
	opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
	width: 10vw;
}
.slideshow .swiper-pagination-bullet {
	background: #000;
}
.slideshow .swiper-pagination-bullet-active .path{
	display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 120s;
  animation-iteration-count: unset;
}
.slideshow .path {
	display: none;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}
.slideshow-navigation {
    position: absolute;
    top: calc(50% + 20vh);
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
	width: 23%;
	border-top: 2px solid #fff;
}
.slideshow-navigation-button {
	position: absolute;
	width: 50%;
	height: 75px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
	border-style: solid;
	color: #fff;
    border-color: #fff;
}
.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
	cursor: pointer;
}
.slideshow-navigation-button svg {
    width: 32px;
    height: 32px;
	fill: currentColor;
}
.pagination-number {
	font-size: 1.8rem;
	color: #000;
	padding: 0 0.5rem;
}

.pagination-separator {
	display: block;
	position: relative;
	width: 40px;
	height: 2px;
	background: #ccc;
	transition: all .3s ease;
}

.pagination-separator-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	transform-origin: 0 0;
}
.screen-video {
    position: absolute;
    bottom: 0;
    width: 35%;
    z-index: 9;
    padding: 30px 0;
    font-size: 14px;
}
.screen-video__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 5px;
    background-color: #ccc;
}
.screen-video__content {
    display: flex;
    position: relative;
    padding-left: 80px;
}
.screen-video__icon {
    width: 50px;
    height: 50px;
    color: #182140;
    flex: 0 0 auto;
    border: solid 1px #a9a5a5;
    margin-right: 20px;
}
.slider-video__icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
}
.slide-title > div, .slide-details p > div {
    overflow: hidden;
}
.box-grid {
	margin-top: -30vh;
	z-index: 9;
}
.slider-title .section-title {
    position: absolute;
    top: 200px;
    z-index: 9;
}
.tabs-about {
    display: flex;
	height: 100%;
}
.about-box__line {
    width: 1px;
	opacity: 0.5;
}
.tabs-container .gutter {
    height: 100%;
}
.tabs-about-inner {
    height: 100%;
}
.section-line__button {
    z-index: 10;
    width: 100%;
    margin-top: 80px;
	justify-content: flex-end;
}
.section-left-img {
	z-index: 0;
}
.about-leftImg {
	height: 130%;
    width: calc(((100% - 1145px) / 2) + 12rem);
}
.bg-pos-left {
    background-position: top left;
    background-repeat: no-repeat;
}
.about-section-right-img {
    height: 60%;
    width: 10%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .3;
}
.cat-box {
    display: block;
}
.cat-box__img {
    padding-top: 70%;
    margin-bottom: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.cat-box__name {
    display: block;
    padding-right: 22px;
}
.service-cont__top {
	height: 50vh;
    width: 100%;
    margin: 70px 0;
    margin-bottom: 60px;
}
.service-cont__thumb {
    height: 100%;
	padding: 30px;
}
.service-header__inner {
    width: 25%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.service-header__inner__cont {
    padding: 40px;
    overflow-y: auto;
	margin: 0 auto;
	max-height: 100%;
}
.service-header__inner__cont h1 {
	font-size: 22px;
    margin-bottom: 30px;
}
.service-header__inner p {
    margin-bottom: 0;
}
.cs-services {
	width: 100%;
    padding: 2rem 0 0 0;
}
.slideshow .swiper-pagination {
    top: 50%;
    left: calc(((100% - 1200px) / 2) + 30px);
    transform: translate(0, -50%);
    bottom: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.slideshow .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
}
.slideshow .swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
}
.slideshow .swiper-separator {
    width: 1px;
    height: 90px;
    background-color: #bfbdbc;
}
.catalogue-box {
    position: relative;
    z-index: 9;
}
.catalogue-section {
    margin-top: -8em;
    padding-top: 8em;
	padding-bottom: 8em;
}
.hp-catalogue-bg, .hp-catalogue__bg-holder .blue-overlay {
    width: 50%;
}
.catalogue-section .catalogue-bg {
    width: 50%;
}
.view-block {
    margin-top: 7rem;
}
.view-wrapper {
    width: 100%;
    padding: 50px;
}
.view-section {
    margin-top: -10rem;
    overflow: hidden;
}
.product-features {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.product-center {
    width: 30%;
    height: 100%;
    position: relative;
    max-width: 210px;
}
.product-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.plus-btn {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    background-color: transparent;
    border: 2px dashed #fff;
    border-radius: 50%;
    outline: 0;
    will-change: transform;
    cursor: pointer;
    transition: background-color .25s ease-in-out,border .25s ease-in-out,transform .25s ease-in-out;
}
.product-btns .plus-btn {
    position: absolute;
    will-change: transform;
}
.plus-btn.plus-p1 {
    top: 30%;
    left: 5px;
    animation-delay: .3s;
}
.plus-btn.plus-p2 {
    top: 40%;
	right: 5px;
    animation-delay: .4s;
}
.plus-btn.plus-p3 {
    top: 65%;
    left: 5px;
    animation-delay: .5s;
}
.plus-btn.plus-p4 {
    top: 80%;
    right: 5px;
    animation-delay: .6s;
}
.product-btns .plus-btn {
    animation: poiBounceIn .8s cubic-bezier(.18,.89,.32,1.125) forwards;
}
.btn-icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: fill .25s ease-in-out;
}
.plus-btn.btn-is-active svg, .plus-btn:hover svg {
    fill: #157ffc;
}
.plus-btn:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    transform: scale(1);
    will-change: transform;
}
.plus-btn:before {
    animation: poiPulse 4s ease-in-out infinite;
}
@keyframes poiPulse{0%{
    transform:scale(1)}20%{
    transform:scale(1)}50%{
    transform:scale(2)}80%{
    transform:scale(1)}to{
    transform:scale(1)}
}

.plus-btn.btn-is-active:before {
    animation: none;
}
.btn-is-active:focus, .btn-is-active:hover {
    background-color: #fff;
}
.plus-btn:focus, .plus-btn:hover {
    background-color: #fff;
}
.btn-is-active {
    background-color: #fff;
    border: 2px solid #fff;
    transform: scale(1.2);
}
.btn-is-active .btn-icon {
    fill: #000;
}
.product-features-inner {
    width: 70%;
    max-width: 400px;
    padding-top: 10rem;
    padding-right: 5rem;
}
.product-img img {
	object-fit: contain;
}
.features-cont.features-cont-left {
	padding-right: 150px;
}
.features-cont.features-cont-right {
	padding-left: 270px;
}
.features-cont.features-cont-right {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-features-card {
    position: relative;
    z-index: 100;
    will-change: opacity;
    transition: opacity .5s ease-in-out;
}
.product-features-card.is-hidden {
    opacity: 0;
	display: none
}
@keyframes panelFadeIn{0%{opacity:0}to{opacity:1}}
.product-features-card.is-active {
	animation: panelFadeIn .5s ease-in-out forwards;
}
.product-details {
    margin-top: 20px;
}
.product-features-img {
    width: 60px;
    display: block;
	margin-bottom: 15px;
}
.interfaces-section .catalogue-box {
    width: 100%;
}
.cs-interfaces {
	width: 100%;
}
.interface-slider .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.8);
    opacity: .3;
}
.interface-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
/*iphone*/
.iphoneMock .container .iphone {
    width: 320px;
    height: 640px;
	margin: 0 auto;
    border-radius: 45px;
    position: relative;
    user-select: none;
    transition: ease all 1s;
}
.iphoneMock .container .iphone:before, .iphoneMock .container .iphone:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    width: 6px;
    height: 7px;
    z-index: 1;
}
.iphoneMock .container .iphone:before {
    top: 1px;
    right: 70px;
}
.iphoneMock .container .iphone:after {
    bottom: -1px;
    left: 70px;
}
.iphoneMock .container .iphone .bordeColor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: #152839;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 0 3px 1px #fff;
    border-radius: 45px;
    position: relative;
    transition: ease all 0.5s;
}
.iphoneMock .container .iphone .bordeColor:before, .iphoneMock .container .iphone .bordeColor:after {
    content: "";
    position: absolute;
    top: 65px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 7px;
    height: 6px;
    z-index: 1;
}
.iphoneMock .container .iphone .bordeColor:before {
    left: 0px;
}
.iphoneMock .container .iphone .bordeColor:after {
    right: 0px;
}
.iphoneMock .container .iphone .bordeColor .botones:before, .iphoneMock .container .iphone .bordeColor .botones:after {
    content: "";
    position: absolute;
    bottom: 65px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 7px;
    height: 6px;
    z-index: 1;
}
.iphoneMock .container .iphone .bordeColor .botones:before {
    left: 0px;
}
.iphoneMock .container .iphone .bordeColor .botones:after {
    right: 0px;
}
.iphoneMock .container .iphone .bordeColor .botones > * {
    position: absolute;
    left: -3px;
    width: 3px;
    background: linear-gradient(
90deg, transparent, #152839);
    border-radius: 20px 10px 10px 20px;
}
.iphoneMock .container .iphone .bordeColor .botones .switch {
    top: 100px;
    height: 25px;
}
.iphoneMock .container .iphone .bordeColor .botones .vol {
    top: 150px;
    height: 45px;
}
.iphoneMock .container .iphone .bordeColor .botones .vol.down {
    top: 210px;
}
.iphoneMock .container .iphone .bordeColor .botones .touchID {
    top: 160px;
    right: -3px;
    left: auto;
    height: 80px;
    background: linear-gradient(
90deg, #152839, transparent);
    border-radius: 10px 20px 20px 10px;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 40px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 0;
    width: 150px;
    height: 32px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background-color: #000;
    z-index: 100;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch:before, .iphoneMock .container .iphone .bordeColor .bordeNegro .notch:after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 7px solid transparent;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch:before {
    left: -17px;
    border-right-color: #000;
    transform: rotate(
-50deg);
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch:after {
    right: -17px;
    border-left-color: #000;
    transform: rotate(
50deg);
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .bocina {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 40px;
    height: 4px;
    border-radius: 20px;
    background-color: #1b1b1b;
    border: 0.7px solid #171717;
    box-shadow: inset 0px -0.3px 1px 0px #8c8c8c;
    position: relative;
    overflow: hidden;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .bocina:before, .iphoneMock .container .iphone .bordeColor .bordeNegro .notch .bocina:after {
    content: "";
    position: absolute;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .bocina:before {
    width: 0;
    height: 60%;
    transform: skew(
-10deg);
    box-shadow: 1px 0 0px 0.2px #313131, 2px 0 0px 0.2px #313131, 3px 0 0px 0.2px #313131, 4px 0 0px 0.2px #313131, 5px 0 0px 0.2px #313131, 6px 0 0px 0.2px #313131, 7px 0 0px 0.2px #313131, 8px 0 0px 0.2px #313131, 9px 0 0px 0.2px #313131, 10px 0 0px 0.2px #313131, 11px 0 0px 0.2px #313131, 12px 0 0px 0.2px #313131, 13px 0 0px 0.2px #313131, 14px 0 0px 0.2px #313131, 15px 0 0px 0.2px #313131, 16px 0 0px 0.2px #313131, 17px 0 0px 0.2px #313131, 18px 0 0px 0.2px #313131, 19px 0 0px 0.2px #313131, 20px 0 0px 0.2px #313131, 21px 0 0px 0.2px #313131, 22px 0 0px 0.2px #313131, 23px 0 0px 0.2px #313131, 24px 0 0px 0.2px #313131, 25px 0 0px 0.2px #313131, 26px 0 0px 0.2px #313131, 27px 0 0px 0.2px #313131, 28px 0 0px 0.2px #313131, 29px 0 0px 0.2px #313131, 30px 0 0px 0.2px #313131, 31px 0 0px 0.2px #313131, 32px 0 0px 0.2px #313131, 33px 0 0px 0.2px #313131, 34px 0 0px 0.2px #313131, 35px 0 0px 0.2px #313131, 36px 0 0px 0.2px #313131, 37px 0 0px 0.2px #313131, 38px 0 0px 0.2px #313131, 39px 0 0px 0.2px #313131;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .bocina:after {
    width: 95%;
    height: 0;
    box-shadow: 1px -0.8px 0px 0.2px #313131, 1px 0px 0px 0.2px #313131, 1px 0.8px 0px 0.2px #313131;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .camara {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    right: 35px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1b1b1b;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .camara:before, .iphoneMock .container .iphone .bordeColor .bordeNegro .notch .camara:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .camara:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: radial-gradient(#000, #152839 60%);
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .notch .camara:after {
    width: 4px;
    height: 4px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}
.iphoneMock .container .iphone .bordeColor .bordeNegro .mainScreen {
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 32px;
    background-color: #fff;
    background-color: transparent;
    background-blend-mode: soft-light;
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
}
.crp-values {
    width: 100%;
}
.crp-icon {
    display: inline-flex;
    margin-bottom: 25px;
}
.crp-icon img {
    width: 50px;
    height: 50px;
}
.crp-box__text {
    margin-top: 15px;
}
.crp-box {
    margin-bottom: 70px;
}
.future-wrap {
	width: 100%;
    overflow: hidden;
}
.data-wrap {
    padding-top: 100px;
}
.water-future {
	height: calc(100% + 100px );
}
.intro-pr-apps {
    right: auto;
    bottom: 30px;
}
.intro-loadApps {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.crp-button {
	margin-left: 25px;
}
.crp-button.bordered {
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(10px);
}
.intro-bottom .crp-button:hover {
	border-color: #157ffc;
    transition: all .3s;
}
.crp-buttons .crp-button:hover {
    color: #157ffc;
}
.intro-loadIcon {
    display: inline-flex;
    margin-left: 10px;
}
.intro-loadIcon svg {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
}
.interface-slider .swiper-container {
    padding-bottom: 50px;
}
.interface-slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.interface-slider .swiper-pagination-bullet {
	margin: 0 3px;
}
.hp-futureHead {
    display: flex;
}
.interface-slider .swiper-button-next, .interface-slider .swiper-button-prev,
.interface-slider .swiper-button-prev, .interface-slider .swiper-container-rtl .swiper-button-next {
    width: 50%;
    height: 70%;
    top: 20%;
}
.interface-slider .swiper-button-next, .interface-slider .swiper-container-rtl .swiper-button-prev {
	left: 0;
    right: auto;
	cursor: url(../images/left-arrow.png) 32 32, auto;
}
.interface-slider .swiper-button-prev, .interface-slider .swiper-container-rtl .swiper-button-next {
    right: 0;
    left: auto;
	cursor: url(../images/right-arrow.png) 32 32, auto;
}
.interface-slider .swiper-button-next svg, .interface-slider .swiper-button-prev svg {
    opacity: 0.3;
}
.interface-slider .swiper-button-next svg, .interface-slider .swiper-button-prev svg {
    width: 17px;
    height: 17px;
    display: none;
}
.cat-box {
    margin-bottom: 30px;
}
.headerContent {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
}
.contentWrapper {
    padding-left: 50px;
}
.slideshow .swiper-container {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.main-titleHeader {
    position: initial;
}
.c-winnerImage {
    display: flex;
}
.innerTitle h1 {
    color: #fff;
    font-size: 45px;
    display: flex;
    flex-direction: column;
}
.innerTitle-light {
    font-size: 40px;
    font-weight: normal;
}
.bigSliderHeaderBlock .headerContent .intro {
    position: relative;
    margin-bottom: 3.472vw;
}
.bigSliderHeaderBlock .headerContent .info {
    display: flex;
    margin-right: 100px;
    position: relative;
}
.bigSliderHeaderBlock .headerContent .info .col {
    display: inline-block;
    vertical-align: top;
}
.textLine {
    position: relative;
    margin-top: 3px;
    padding-right: 130px;
}
.titleWrapper {
    display: flex;
    align-items: flex-end;
}
.bigTitle .innerTitle {
    margin-left: 80px;
}
.quoteSlider .quoteTitle {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #fff;
}
.quoteTitle .highlight {
    color: #00a1ff;
    font-weight: bold;
}
.textLine:before {
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 110px;
    background: #fff;
    -webkit-transition: width 0.6s 0s cubic-bezier(.33,1,.68,1);
    -moz-transition: width 0.6s 0s cubic-bezier(.33,1,.68,1);
    -o-transition: width 0.6s 0s cubic-bezier(.33,1,.68,1);
    transition: width 0.6s 0s cubic-bezier(.33,1,.68,1);
}
.textLine .label {
    font-weight: 600;
    font-size: .972vw;
    line-height: 1.667vw;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.6s 0.15s cubic-bezier(.33,1,.68,1),transform 0.6s 0.15s cubic-bezier(.33,1,.68,1);
    -moz-transition: opacity 0.6s 0.15s cubic-bezier(.33,1,.68,1),transform 0.6s 0.15s cubic-bezier(.33,1,.68,1);
    -ms-transition: opacity 0.6s 0.15s cubic-bezier(.33,1,.68,1),transform 0.6s 0.15s cubic-bezier(.33,1,.68,1);
    -o-transition: opacity 0.6s 0.15s cubic-bezier(.33,1,.68,1),transform 0.6s 0.15s cubic-bezier(.33,1,.68,1);
    transition: opacity 0.6s 0.15s cubic-bezier(.33,1,.68,1),transform 0.6s 0.15s cubic-bezier(.33,1,.68,1);
}
.bigSliderHeaderBlock .headerContent .info .col.text {
    max-width: 400px;
    padding-left: 50px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.9s 0.45s cubic-bezier(.33,1,.68,1),visibility 0.9s 0.45s cubic-bezier(.33,1,.68,1),transform 0.9s 0.45s cubic-bezier(.33,1,.68,1);
    -moz-transition: opacity 0.9s 0.45s cubic-bezier(.33,1,.68,1),visibility 0.9s 0.45s cubic-bezier(.33,1,.68,1),transform 0.9s 0.45s cubic-bezier(.33,1,.68,1);
    -ms-transition: opacity 0.9s 0.45s cubic-bezier(.33,1,.68,1),visibility 0.9s 0.45s cubic-bezier(.33,1,.68,1),transform 0.9s 0.45s cubic-bezier(.33,1,.68,1);
    -o-transition: opacity 0.9s 0.45s cubic-bezier(.33,1,.68,1),visibility 0.9s 0.45s cubic-bezier(.33,1,.68,1),transform 0.9s 0.45s cubic-bezier(.33,1,.68,1);
    transition: opacity 0.9s 0.45s cubic-bezier(.33,1,.68,1),visibility 0.9s 0.45s cubic-bezier(.33,1,.68,1),transform 0.9s 0.45s cubic-bezier(.33,1,.68,1);
}
.headerContent .info .col.text .innerText p {
    margin: 0;
    font-size: 18px;
}
.dataWrap-inner {
    padding: 70px 30px;
    margin-right: 100px;
    z-index: 10;
    overflow: hidden;
    position: relative;
}
.dataWrap-inner .grid {
    max-width: calc(943px + 100px);
}
.bottom-block {
    padding: 70px 0;
    background-color: #fff;
}
.data-wrap .dataWrap-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(0deg, rgb(209 209 209) 0%, rgb(227 227 227) 35%, rgb(243 243 243) 100%);
    background: -o-linear-gradient(0deg, rgb(209 209 209) 0%, rgb(227 227 227) 35%, rgb(243 243 243) 100%);
    background: -moz-linear-gradient(0deg, rgb(209 209 209) 0%, rgb(227 227 227) 35%, rgb(243 243 243) 100%);
    background: linear-gradient(0deg, rgb(209 209 209) 0%, rgb(227 227 227) 35%, rgb(243 243 243) 100%);
    background-image: linear-gradient(0deg, rgb(209 209 209) 0%, rgb(227 227 227) 35%, rgb(243 243 243) 100%);
}
.bottom-block:before {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
    background: -o-linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
    background: -moz-linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
    background: linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
    background-image: linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
    background-image: linear-gradient(rgb(239 239 239) 0%, rgb(245 245 245) 35%, rgb(255 255 255) 100%);
}
.c-contact {
    margin-top: 50px;
}
.c-text {
    max-width: 500px;
    margin-top: 15px;
}
.c-DataItem {
    margin-bottom: 15px;
}
.c-DataItem--title {
    display: inline-flex;
    margin-bottom: 0.3rem;
}
.c-DataItem:last-child {
    margin-bottom: 0;
}
.shareText {
    margin-top: 10px;
    margin-bottom: 0;
}
.social-share {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.social-share li {
    display: inline-flex;
    margin-left: 20px;
}
.social-share li a {
    display: inline-flex;
}
.c-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.image-wrap {
    bottom: -3rem;
}
.c-image img {
    width: 20rem;
}
@media (max-width: 1200px) {
    .innerTitle h1 {
        font-size: 40px;
    }
    .innerTitle-light {
        font-size: 35px;
    }
    .bigSliderHeaderBlock .headerContent .info {
        margin-right: 70px;
    }
    .slideshow .swiper-pagination {
        left: 30px;
        transform: none;
    }
}
@media (max-width: 1024px) {
    .innerTitle h1 {
        font-size: 35px;
    }
    .innerTitle-light {
        font-size: 30px;
    }
    .textLine {
        margin-top: 6px;
    }
    .bigSliderHeaderBlock .headerContent .info {
        margin-right: 50px;
    }
    .quoteSlider .quoteTitle {
        font-size: 27px;
    }
    .product-features-img {
        width: 50px;
    }
    .product-features-header h1 {
        font-size: 23px;
    }
    .plus-btn.plus-p1 {
        left: 20px;
    }
    .plus-btn.plus-p2 {
        right: 20px;
    }
    .plus-btn.plus-p3 {
        left: 20px;  
    }
    .plus-btn.plus-p4 {
        right: 20px;
    }
    .crp-icon img {
        width: 45px;
        height: 45px;
    }
    .home-video {
        height: 30rem;
    }
    .section-values {
        margin-top: -4rem;
        padding-top: 8rem !important;
    }
    .data-wrap {
        padding-top: 80px;
    }
    .water-future {
        height: calc(100% + 80px);
    }
    .view-block {
        margin-top: 5rem;
    }
    .dataWrap-inner {
        margin-right: 80px;
        padding: 50px 30px;
    }
    .bottom-block {
        padding: 50px 0;
    }
    .c-contact {
        margin-top: 30px;
    }
    .c-image img {
        width: 15rem;
    }
    .interface-slider .swiper-button-next, .interface-slider .swiper-button-prev {
        width: 40px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        cursor: none;
        background-color: #fff;
    }
    .interface-slider .swiper-button-next svg, .interface-slider .swiper-button-prev svg {
        display: block;
    }
}
@media (max-width: 991px) {
    .home-video {
        height: 27rem;
    }
}
@media (max-width: 768px) {
    .innerTitle h1 {
        font-size: 30px;
    }
    .quoteSlider .quoteTitle {
        font-size: 23px;
    }
    .headerContent .info .col.text .innerText p {
        font-size: 17px;
    }
    .innerTitle-light {
        font-size: 25px;
    }
    .bigTitle .innerTitle {
        margin-left: 60px;
    }
    .textLine {
        padding-right: 115px;
    }
    .textLine:before {
        width: 90px;
    }
    .product-features-img {
        width: 45px;
        margin: 0 auto 30px;
    }
    .product-details {
        margin-top: 15px;
    }
    .iphoneMock .container .iphone {
        width: 280px;
        height: 560px;
    }
    .crp-icon img {
        width: 40px;
        height: 40px;
    }
    .crp-icon {
        margin-bottom: 20px;
    }
    .crp-box {
        margin-bottom: 50px;
    }
    .section-values { 
        margin-top: -3rem;
        padding-top: 6rem !important;
    }
    .data-wrap {
        padding-top: 60px;
    }
    .water-future {
        height: calc(100% + 60px);
    }
    .dataWrap-inner {
        margin-right: 60px;
    }
    .hp-futureHead {
        display: none;
    }
    .product-features {
        flex-direction: column;
    }
    .product-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .product-btns .plus-btn {
        position: relative;
        z-index: 100;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0 15px;
        opacity: 1;
        transform: none;
    }
    .product-center {
        width: 100%;
        max-width: initial;
    }
    .product-img {
        max-width: 200px;
    }
    .product-features-inner {
        width: 100%;
        padding-top: 3rem;
        padding-right: 0;
    }
    .view-wrapper {
        padding: 50px 30px;
    }
    .c-share {
        margin-top: 30px;
    }
    .interface-slider .swiper-button-next, .interface-slider .swiper-button-prev {
        width: 35px;
        height: 60px;
    }
    .c-image img {
        width: 13rem;
    }
    .home-video {
        height: 25rem;
    }
    .video__button .play-video {
        width: 6rem;
        height: 6rem;
    }
    .video__button .play-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media (max-width: 550px) {
    .bigSliderHeaderBlock .headerContent .info {
        flex-direction: column;
        margin-right: 0;
    }
    .bigSliderHeaderBlock .headerContent .info .col.text {
        margin-top: 15px;
    }
    .bigTitle .innerTitle {
        margin-left: 50px;
    }
    .innerTitle h1 {
        font-size: 25px;
    }
    .innerTitle-light {
        font-size: 20px;
    }
    .quoteSlider .quoteTitle {
        font-size: 20px;
    }
    .about-leftImg {
        display: none;
    }
    .view-wrapper {
        padding: 50px 15px;
    }
    .product-img {
        max-width: 145px;
    }
    .plus-btn:before {
        display: none;
    }
    .product-btns .plus-btn {
        margin: 0 7px;
    }
    .view-block {
        margin-top: 3rem;
    }
    .view-section {
        margin-top: -8rem;
    }
    .slideshow .swiper-pagination {
        left: 20px;
    }
    .data-wrap {
        padding-top: 30px;
    }
    .water-future {
        height: calc(100% + 30px);
    }
    .dataWrap-inner {
        margin-right: 30px;
        padding: 30px 15px 50px 15px;
    }
    .section-values {
        padding-bottom: 60px;
    }
    .c-image img {
        width: 12rem;
    }
    .product-features-header h1 {
        font-size: 20px;
    }
    .home-video {
        height: 20rem;
    }
    .video__button .play-video {
        width: 5rem;
        height: 5rem;
    }
}
@media (max-width: 425px) {
    .bigTitle .innerTitle {
        margin-left: 40px;
    }
    .intro-loadApps .crp-button {
        width: 130px;
    }
    .data-wrap {
        padding-top: 20px;
    }
    .water-future {
        height: calc(100% + 20px);
    }
    .dataWrap-inner {
        margin-right: 20px;
        padding: 30px 5px 50px 5px;
    }
    .innerTitle h1 {
        font-size: 23px;
    }
    .innerTitle-light {
        font-size: 19px;
    }
    .bigSliderHeaderBlock .headerContent .intro {
        margin-bottom: 2vw;
    }
    .bigSliderHeaderBlock .headerContent .info .col.text {
        margin-top: 10px;
    }
    .interface-slider .swiper-button-next, .interface-slider .swiper-button-prev {
        width: 30px;
        height: 55px;
    }
    .interface-slider .swiper-button-next svg, .interface-slider .swiper-button-prev svg {
        width: 15px;
        height: 15px;
    }
    .iphoneMock .container .iphone {
        width: 260px;
        height: 540px;
    }
    .c-image img {
        width: 11rem;
    }
    .image-wrap {
        left: -1rem;
    }
    .home-video {
        height: 18rem;
    }
    .video__button .play-video {
        width: 4.5rem;
        height: 4.5rem;
    }
    .video__button .play-icon {
        width: 1.35rem;
        height: 1.35rem;
    }
}
@media (max-width: 375px) {
    .innerTitle h1 {
        font-size: 22px;
    }
    .innerTitle-light {
        font-size: 18px;
    }
    .bigTitle .innerTitle {
        margin-left: 30px;
    }
    .quoteSlider .quoteTitle {
        font-size: 19px;
    }
    .headerContent .info .col.text .innerText p {
        font-size: 15px;
    }
    .c-image img {
        width: 10rem;
    }
    .home-video {
        height: 15rem;
    }
}